ARM: dts: exynos: Remove I2C9 samsung, i2c-slave-addr from Exynos5250 boards
The property samsung,i2c-slave-addr in I2C9 controller on Exynos5250 Arndale and SMDK5250 boards, is not actually needed. There is only one master on this bus. It's not clear why this property was added at first place. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Tested-by: Marek Szyprowski <m.szyprowski@samsung.com> Link: https://lore.kernel.org/r/20200902155733.20271-1-krzk@kernel.org
This commit is contained in:
parent
75a4a04e78
commit
975bcbce5b
|
|
@ -542,7 +542,6 @@
|
|||
status = "okay";
|
||||
samsung,i2c-sda-delay = <100>;
|
||||
samsung,i2c-max-bus-freq = <40000>;
|
||||
samsung,i2c-slave-addr = <0x38>;
|
||||
|
||||
sata_phy_i2c: sata-phy@38 {
|
||||
compatible = "samsung,exynos-sataphy-i2c";
|
||||
|
|
|
|||
|
|
@ -326,7 +326,6 @@
|
|||
status = "okay";
|
||||
samsung,i2c-sda-delay = <100>;
|
||||
samsung,i2c-max-bus-freq = <40000>;
|
||||
samsung,i2c-slave-addr = <0x38>;
|
||||
|
||||
sata_phy_i2c: sata-phy@38 {
|
||||
compatible = "samsung,exynos-sataphy-i2c";
|
||||
|
|
|
|||
Loading…
Reference in New Issue