Commit 75fd1aec authored by Rob Herring's avatar Rob Herring Committed by Greg Kroah-Hartman

arm64: dts: rockchip: Fix I2C bus unit-address error on rk3399-puma-haikou

[ Upstream commit 501500e6 ]

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

arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dtb: Warning (i2c_bus_reg): /i2c@ff3d0000/codec@0a: I2C bus unit address format error, expected "a"

Cc: Heiko Stuebner <heiko@sntech.de>
Cc: linux-rockchip@lists.infradead.org
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 5fc9af40
...@@ -131,7 +131,7 @@ &i2c4 { ...@@ -131,7 +131,7 @@ &i2c4 {
status = "okay"; status = "okay";
clock-frequency = <400000>; clock-frequency = <400000>;
sgtl5000: codec@0a { sgtl5000: codec@a {
compatible = "fsl,sgtl5000"; compatible = "fsl,sgtl5000";
reg = <0x0a>; reg = <0x0a>;
clocks = <&sgtl5000_clk>; clocks = <&sgtl5000_clk>;
......
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