Commit 7eaec553 authored by Rasmus Villemoes's avatar Rasmus Villemoes Committed by Shawn Guo
Browse files

ARM: dts: ls1021a: add reboot node to .dtsi



The LS1021A can be reset via the dcfg regmap in the same way as the
arm64 layerscape SoCs, so add the corresponding DT node.

Signed-off-by: default avatarRasmus Villemoes <rasmus.villemoes@prevas.dk>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 5df704c2
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -108,6 +108,13 @@
			     <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>;
	};

	reboot {
		compatible = "syscon-reboot";
		regmap = <&dcfg>;
		offset = <0xb0>;
		mask = <0x02>;
	};

	soc {
		compatible = "simple-bus";
		#address-cells = <2>;