]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: rockchip: Fix I2C bus unit-address error on rk3399-puma-haikou
authorRob Herring <robh@kernel.org>
Thu, 13 Sep 2018 18:12:45 +0000 (13:12 -0500)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 17 Sep 2018 07:50:36 +0000 (09:50 +0200)
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>
arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts

index e0d64f862322e507798c4fd5d590963164da4c4e..2dceeea29b8351fa35358600d43aac4516fce8a2 100644 (file)
        status = "okay";
        clock-frequency = <400000>;
 
-       sgtl5000: codec@0a {
+       sgtl5000: codec@a {
                compatible = "fsl,sgtl5000";
                reg = <0x0a>;
                clocks = <&sgtl5000_clk>;