Skip to content

Commit b010447

Browse files
JosephChen2017rkhuangtao
authored andcommitted
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>
1 parent 87dbd10 commit b010447

4 files changed

Lines changed: 16 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,10 @@
332332
vcc8-supply = <&vcc3v3_sys>;
333333
vcc9-supply = <&vcc5v0_sys>;
334334

335+
pwrkey {
336+
status = "okay";
337+
};
338+
335339
regulators {
336340
vdd_logic: DCDC_REG1 {
337341
regulator-always-on;

arch/arm64/boot/dts/rockchip/px30-evb-ddr4-v10.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,10 @@
332332
vcc8-supply = <&vcc3v3_sys>;
333333
vcc9-supply = <&vcc5v0_sys>;
334334

335+
pwrkey {
336+
status = "okay";
337+
};
338+
335339
regulators {
336340
vdd_logic: DCDC_REG1 {
337341
regulator-always-on;

arch/arm64/boot/dts/rockchip/rk3326-863-lp3-v10.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,10 @@
268268
vcc8-supply = <&vccsys>;
269269
vcc9-supply = <&dcdc_boost>;
270270

271+
pwrkey {
272+
status = "okay";
273+
};
274+
271275
regulators {
272276
vdd_logic: DCDC_REG1 {
273277
regulator-always-on;

arch/arm64/boot/dts/rockchip/rk3326-evb-lp3-v10.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,10 @@
362362
vcc8-supply = <&vccsys>;
363363
vcc9-supply = <&dcdc_boost>;
364364

365+
pwrkey {
366+
status = "okay";
367+
};
368+
365369
regulators {
366370
vdd_logic: DCDC_REG1 {
367371
regulator-always-on;

0 commit comments

Comments
 (0)