Commit 00649caa authored by Dinh Nguyen's avatar Dinh Nguyen Committed by Kleber Sacilotto de Souza

ARM: dts: socfpga: Fix I2C bus unit-address error

BugLink: https://bugs.launchpad.net/bugs/1853881

[ Upstream commit cbbc488e ]

dtc has new checks for I2C buses. Fix the warnings in unit-addresses.

arch/arm/boot/dts/socfpga_cyclone5_de0_sockit.dtb: Warning (i2c_bus_reg): /soc/i2c@ffc04000/adxl345@0: I2C bus unit address format error, expected "53"
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Signed-off-by: default avatarConnor Kuehl <connor.kuehl@canonical.com>
Signed-off-by: default avatarKhalid Elmously <khalid.elmously@canonical.com>
parent ad6deefc
...@@ -88,7 +88,7 @@ &i2c0 { ...@@ -88,7 +88,7 @@ &i2c0 {
status = "okay"; status = "okay";
speed-mode = <0>; speed-mode = <0>;
adxl345: adxl345@0 { adxl345: adxl345@53 {
compatible = "adi,adxl345"; compatible = "adi,adxl345";
reg = <0x53>; reg = <0x53>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment