Commit 6cf9f702 authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Florian Fainelli
Browse files

arm64: dts: broadcom: bcm4908: Move reboot syscon out of bus



This fixes following error for every bcm4908 DTS file:
bus@ff800000: reboot: {'type': 'object'} is not allowed for {'compatible': ['syscon-reboot'], 'regmap': [[15]], 'offset': [[52]], 'mask': [[1]]}

Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent d0ae9c94
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -326,6 +326,7 @@ reset-controller@2644 {
				#reset-cells = <1>;
			};
		};
	};

	reboot {
		compatible = "syscon-reboot";
@@ -334,4 +335,3 @@ reboot {
		mask = <1>;
	};
};
};