ARM: dts: rockchip: Fix i2c0 register address for RK3128
authorAlex Bee <knaerzche@gmail.com>
Tue, 29 Aug 2023 20:37:21 +0000 (22:37 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 4 Oct 2023 21:23:38 +0000 (23:23 +0200)
The register address for i2c0 is missing a 0x to mark it as hex.

Fixes: a0201bff6259 ("ARM: dts: rockchip: add rk3128 soc dtsi")
Signed-off-by: Alex Bee <knaerzche@gmail.com>
Link: https://lore.kernel.org/r/20230829203721.281455-6-knaerzche@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rockchip/rk3128.dtsi

index b63bd4ad3143c5467e315e2830c109d535fc49ef..2e345097b9bdad5bd165838a074955cfb7dfebcf 100644 (file)
 
        i2c0: i2c@20072000 {
                compatible = "rockchip,rk3128-i2c", "rockchip,rk3288-i2c";
-               reg = <20072000 0x1000>;
+               reg = <0x20072000 0x1000>;
                interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
                clock-names = "i2c";
                clocks = <&cru PCLK_I2C0>;