diff options
author | Baruch Siach <[email protected]> | 2020-04-29 07:30:36 +0300 |
---|---|---|
committer | Gregory CLEMENT <[email protected]> | 2020-05-17 18:00:11 +0200 |
commit | 1e6e612853540f157d9cc724befceac0975e3c5e (patch) | |
tree | 23ee2a53630df32c77cd178c43362c25c2dd36c1 | |
parent | 1b5a2dd9e266d78d5fddd7e6b116e47ba9577b5e (diff) |
arm64: dts: marvell: drop i2c timeout-ms property
The timeout-ms property for i2c master nodes is undocumented, and as
never been supported. Drop it.
Signed-off-by: Baruch Siach <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-ap80x.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ #address-cells = <1>; #size-cells = <0>; interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>; - timeout-ms = <1000>; clocks = <&ap_clk 3>; status = "disabled"; }; |