arm64: dts: ls1028a: Fix tmu unit address
authorFabio Estevam <festevam@gmail.com>
Sat, 26 Oct 2019 00:01:19 +0000 (21:01 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 4 Nov 2019 00:52:14 +0000 (08:52 +0800)
The following build warning is seen with W=1:

arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi:531.20-581.5: Warning (simple_bus_reg): /soc/tmu@1f00000: simple-bus unit address format error, expected "1f80000"

Fix it by adjusting the tmu unit address to match its reg entry.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi

index f000119..8e8a77e 100644 (file)
                        status = "disabled";
                };
 
-               tmu: tmu@1f00000 {
+               tmu: tmu@1f80000 {
                        compatible = "fsl,qoriq-tmu";
                        reg = <0x0 0x1f80000 0x0 0x10000>;
                        interrupts = <0 23 0x4>;