Skip to content

Commit d2d9a59

Browse files
Bartosz Golaszewskiandersson
authored andcommitted
arm64: dts: qcom: sa8775p: add the Power On device node
Add the PON node to PMIC #0 for sa8775p platforms. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230327125316.210812-9-brgl@bgdev.pl
1 parent 634a3de commit d2d9a59

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
reg = <0x0 SPMI_USID>;
1313
#address-cells = <1>;
1414
#size-cells = <0>;
15+
16+
pmm8654au_0_pon: pon@1200 {
17+
compatible = "qcom,pmk8350-pon";
18+
reg = <0x1200>, <0x800>;
19+
reg-names = "hlos", "pbs";
20+
mode-recovery = <0x1>;
21+
mode-bootloader = <0x2>;
22+
};
1523
};
1624

1725
pmm8654au_1: pmic@2 {

0 commit comments

Comments
 (0)