Commit 997fde9d authored by Frank Li's avatar Frank Li Committed by Shawn Guo
Browse files

arm64: dts: fsl-ls208xa: move reboot node under syscon



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: default avatarFrank Li <Frank.Li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent f15a8b38
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -69,16 +69,15 @@ its: msi-controller@6020000 {
	};

	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>;
		};
	};

	thermal-zones {
		ddr-ctrl1-thermal {