Commit d2d9a592 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sa8775p: add the Power On device node

parent 634a3de3
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -12,6 +12,14 @@ pmm8654au_0: pmic@0 {
		reg = <0x0 SPMI_USID>;
		#address-cells = <1>;
		#size-cells = <0>;

		pmm8654au_0_pon: pon@1200 {
			compatible = "qcom,pmk8350-pon";
			reg = <0x1200>, <0x800>;
			reg-names = "hlos", "pbs";
			mode-recovery = <0x1>;
			mode-bootloader = <0x2>;
		};
	};

	pmm8654au_1: pmic@2 {