]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: airoha: en7581: Fix clock-controller address
authorLorenzo Bianconi <lorenzo@kernel.org>
Fri, 21 Feb 2025 08:01:16 +0000 (09:01 +0100)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Thu, 6 Mar 2025 09:53:05 +0000 (10:53 +0100)
Fix the following warning for clock-controller node:

DTC [C] arch/arm64/boot/dts/airoha/en7581-evb.dtb
arch/arm64/boot/dts/airoha/en7581.dtsi:176.37-181.5: Warning (simple_bus_reg): /soc/clock-controller@1fa20000: simple-bus unit address format error, expected "1fb00000"

Fixes: 7693017580e9 ("arm64: dts: airoha: en7581: Add Clock Controller node")
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20250221-en7581-dts-spi-pinctrl-v3-2-4719e2d01555@kernel.org
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
arch/arm64/boot/dts/airoha/en7581.dtsi

index 9a419796594d3a99e1187dcca622469bf5a888c3..26b13694091735da7af977e42f8f546d7d5cb078 100644 (file)
                        };
                };
 
-               scuclk: clock-controller@1fa20000 {
+               scuclk: clock-controller@1fb00000 {
                        compatible = "airoha,en7581-scu";
                        reg = <0x0 0x1fb00000 0x0 0x970>;
                        #clock-cells = <1>;