]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: fsl-ls208xa: move reboot node under syscon
authorFrank Li <Frank.Li@nxp.com>
Wed, 7 Aug 2024 14:52:05 +0000 (10:52 -0400)
committerShawn Guo <shawnguo@kernel.org>
Tue, 13 Aug 2024 08:37:51 +0000 (16:37 +0800)
Move reboot node under syscon and change compatible string to
fsl,ls1028a-rstcr because it is exactly same as ls1028a.

Fix below warning:
arch/arm64/boot/dts/freescale/fsl-ls2088a-qds.dtb:
 /syscon@1e60000: failed to match any schema with compatible: ['fsl,ls2080a-rstcr', 'syscon']

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi

index d9ce0fbda1e1bcf99e2db0ccc2a774136c899dc9..87a1332d4e1683c9ed1d20ba686f9455131f32d6 100644 (file)
        };
 
        rstcr: syscon@1e60000 {
-               compatible = "fsl,ls2080a-rstcr", "syscon";
+               compatible = "fsl,ls1028a-reset", "syscon", "simple-mfd";
                reg = <0x0 0x1e60000 0x0 0x4>;
-       };
 
-       reboot {
-               compatible = "syscon-reboot";
-               regmap = <&rstcr>;
-               offset = <0x0>;
-               mask = <0x2>;
+               reboot {
+                       compatible = "syscon-reboot";
+                       offset = <0x0>;
+                       mask = <0x2>;
+               };
        };
 
        thermal-zones {