Skip to content

Commit 26b4355

Browse files
committed
arm64: dts: fixup touchscreen
Signed-off-by: Nick Xie <[email protected]>
1 parent 5108985 commit 26b4355

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -584,12 +584,12 @@
584584
};
585585
};
586586

587-
vcc1v8_efuse: LDO_REG2 {
587+
vcc3v0_tp: LDO_REG2 {
588588
regulator-always-on;
589589
regulator-boot-on;
590-
regulator-min-microvolt = <1800000>;
591-
regulator-max-microvolt = <1800000>;
592-
regulator-name = "vcc1v8_efuse";
590+
regulator-min-microvolt = <3000000>;
591+
regulator-max-microvolt = <3000000>;
592+
regulator-name = "vcc3v0_tp";
593593
regulator-state-mem {
594594
regulator-off-in-suspend;
595595
};

0 commit comments

Comments
 (0)