layerscape: add patches-5.4
[openwrt/staging/mkresin.git] / target / linux / layerscape / patches-5.4 / 302-dts-0022-arm64-dts-lx2160a-correct-scl-gpios-property.patch
1 From a99acc11751ea640c7687155e964612b232bc492 Mon Sep 17 00:00:00 2001
2 From: Zhang Ying-22455 <ying.zhang22455@nxp.com>
3 Date: Mon, 29 Oct 2018 10:37:03 +0800
4 Subject: [PATCH] arm64: dts: lx2160a: correct scl-gpios property
5
6 Signed-off-by: Zhang Ying-22455 <ying.zhang22455@nxp.com>
7 ---
8 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 4 ++--
9 1 file changed, 2 insertions(+), 2 deletions(-)
10
11 --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
12 +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
13 @@ -508,7 +508,7 @@
14 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
15 clock-names = "i2c";
16 clocks = <&clockgen 4 15>;
17 - scl-gpio = <&gpio2 15 GPIO_ACTIVE_HIGH>;
18 + scl-gpios = <&gpio2 15 GPIO_ACTIVE_HIGH>;
19 status = "disabled";
20 };
21
22 @@ -553,7 +553,7 @@
23 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
24 clock-names = "i2c";
25 clocks = <&clockgen 4 15>;
26 - scl-gpio = <&gpio2 16 GPIO_ACTIVE_HIGH>;
27 + scl-gpios = <&gpio2 16 GPIO_ACTIVE_HIGH>;
28 status = "disabled";
29 };
30