diff options
author | Rob Herring <robh@kernel.org> | 2018-09-13 14:12:45 -0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-09-17 03:50:36 -0400 |
commit | 501500e65fa96f899230d66153fefd780f08dd34 (patch) | |
tree | f595dd4014ad13454cf7ee992983f7882e60f35f | |
parent | 78f26da3ffbce0ea3692a89fe3f5487cb8dda068 (diff) |
arm64: dts: rockchip: Fix I2C bus unit-address error on rk3399-puma-haikou
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: Rob Herring <robh@kernel.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts b/arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts index e0d64f862322..2dceeea29b83 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts | |||
@@ -131,7 +131,7 @@ | |||
131 | status = "okay"; | 131 | status = "okay"; |
132 | clock-frequency = <400000>; | 132 | clock-frequency = <400000>; |
133 | 133 | ||
134 | sgtl5000: codec@0a { | 134 | sgtl5000: codec@a { |
135 | compatible = "fsl,sgtl5000"; | 135 | compatible = "fsl,sgtl5000"; |
136 | reg = <0x0a>; | 136 | reg = <0x0a>; |
137 | clocks = <&sgtl5000_clk>; | 137 | clocks = <&sgtl5000_clk>; |