arm64: dts: rockchip: rk3326/px30: add pmic pwrkey node

pwrkey node is necessary for U-Boot RK817/RK809 pwrkey driver,
because the device-driver model requires it to make a match.

Change-Id: Ica766232646ba93508592ab1a20b65157859d688
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen
2018-02-11 16:13:11 +08:00
committed by Tao Huang
parent 87dbd10b5f
commit b0104476f8
4 changed files with 16 additions and 0 deletions

View File

@@ -332,6 +332,10 @@
vcc8-supply = <&vcc3v3_sys>;
vcc9-supply = <&vcc5v0_sys>;
pwrkey {
status = "okay";
};
regulators {
vdd_logic: DCDC_REG1 {
regulator-always-on;

View File

@@ -332,6 +332,10 @@
vcc8-supply = <&vcc3v3_sys>;
vcc9-supply = <&vcc5v0_sys>;
pwrkey {
status = "okay";
};
regulators {
vdd_logic: DCDC_REG1 {
regulator-always-on;

View File

@@ -268,6 +268,10 @@
vcc8-supply = <&vccsys>;
vcc9-supply = <&dcdc_boost>;
pwrkey {
status = "okay";
};
regulators {
vdd_logic: DCDC_REG1 {
regulator-always-on;

View File

@@ -362,6 +362,10 @@
vcc8-supply = <&vccsys>;
vcc9-supply = <&dcdc_boost>;
pwrkey {
status = "okay";
};
regulators {
vdd_logic: DCDC_REG1 {
regulator-always-on;