Message ID | 26aad6ac18993b78496ea224337d9944878fcc81.1588134636.git.baruch@tkos.co.il (mailing list archive) |
---|---|
State | Mainlined |
Commit | 1e6e612853540f157d9cc724befceac0975e3c5e |
Headers | show |
Series | [1/2] ARM: dts: marvell: drop i2c timeout-ms property | expand |
On Wed, Apr 29, 2020 at 07:30:36AM +0300, Baruch Siach wrote: > The timeout-ms property for i2c master nodes is undocumented, and as > never been supported. Drop it. > > Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Andrew
Hello Baruch, > The timeout-ms property for i2c master nodes is undocumented, and as > never been supported. Drop it. > > Signed-off-by: Baruch Siach <baruch@tkos.co.il> Applied on mvebu/dt64 Thanks, Gregory > --- > arch/arm64/boot/dts/marvell/armada-ap80x.dtsi | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/marvell/armada-ap80x.dtsi b/arch/arm64/boot/dts/marvell/armada-ap80x.dtsi > index e7438c21ccee..7f9b9a647717 100644 > --- a/arch/arm64/boot/dts/marvell/armada-ap80x.dtsi > +++ b/arch/arm64/boot/dts/marvell/armada-ap80x.dtsi > @@ -201,7 +201,6 @@ i2c0: i2c@511000 { > #address-cells = <1>; > #size-cells = <0>; > interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>; > - timeout-ms = <1000>; > clocks = <&ap_clk 3>; > status = "disabled"; > }; > -- > 2.26.2 >
diff --git a/arch/arm64/boot/dts/marvell/armada-ap80x.dtsi b/arch/arm64/boot/dts/marvell/armada-ap80x.dtsi index e7438c21ccee..7f9b9a647717 100644 --- a/arch/arm64/boot/dts/marvell/armada-ap80x.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-ap80x.dtsi @@ -201,7 +201,6 @@ i2c0: i2c@511000 { #address-cells = <1>; #size-cells = <0>; interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>; - timeout-ms = <1000>; clocks = <&ap_clk 3>; status = "disabled"; };
The timeout-ms property for i2c master nodes is undocumented, and as never been supported. Drop it. Signed-off-by: Baruch Siach <baruch@tkos.co.il> --- arch/arm64/boot/dts/marvell/armada-ap80x.dtsi | 1 - 1 file changed, 1 deletion(-)