Skip to content

Commit 707fa9e

Browse files
vicencbmmind
authored andcommitted
arm64: dts: rockchip: remove dvs2 pinctrl from pmic on rk3399-sapphire
On the board DVS2 is disabled and not connected, see schematic, page 16. Signed-off-by: Vicente Bergas <[email protected]> Signed-off-by: Heiko Stuebner <[email protected]>
1 parent bcdb578 commit 707fa9e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
#clock-cells = <1>;
209209
clock-output-names = "xin32k", "rk808-clkout2";
210210
pinctrl-names = "default";
211-
pinctrl-0 = <&pmic_int_l &pmic_dvs2>;
211+
pinctrl-0 = <&pmic_int_l>;
212212
rockchip,system-power-controller;
213213
wakeup-source;
214214

@@ -455,11 +455,6 @@
455455
<1 RK_PC5 RK_FUNC_GPIO &pcfg_pull_up>;
456456
};
457457

458-
pmic_dvs2: pmic-dvs2 {
459-
rockchip,pins =
460-
<1 RK_PC2 RK_FUNC_GPIO &pcfg_pull_down>;
461-
};
462-
463458
vsel1_gpio: vsel1-gpio {
464459
rockchip,pins = <1 RK_PC1 RK_FUNC_GPIO &pcfg_pull_down>;
465460
};

0 commit comments

Comments
 (0)