Skip to content

Commit b9b75d8

Browse files
jayxurockchiprkhuangtao
authored andcommitted
ARM: dts: rockchip: rk3368-p9: add vsel gpio for syr827
Change-Id: I847334e0588659e5950b01a4e40bf0a24f5646bf Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
1 parent 7f1f1ef commit b9b75d8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/rk3368-p9.dts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,13 +312,14 @@
312312
compatible = "silergy,syr827";
313313
status = "okay";
314314
reg = <0x40>;
315-
316315
regulator-compatible = "fan53555-reg";
317316
regulator-name = "vdd_arm";
318317
regulator-min-microvolt = <712500>;
319318
regulator-max-microvolt = <1500000>;
320319
regulator-ramp-delay = <1000>;
321320
fcs,suspend-voltage-selector = <1>;
321+
pinctrl-0 = <&vsel_gpio>;
322+
vsel-gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
322323
regulator-always-on;
323324
regulator-boot-on;
324325
regulator-initial-state = <3>;
@@ -730,6 +731,9 @@
730731
pmic_int_l: pmic-int-l {
731732
rockchip,pins = <RK_GPIO0 1 RK_FUNC_GPIO &pcfg_pull_up>;
732733
};
734+
vsel_gpio: vsel-gpio {
735+
rockchip,pins = <0 0 RK_FUNC_GPIO &pcfg_pull_down>;
736+
};
733737
};
734738

735739
mpu6500 {

0 commit comments

Comments
 (0)