arm64: dts: rockchip: rk3588s-tablet: adapt to camera hw power modification
tablet's camera hardware power has been modified, modify configs to adapt it. Signed-off-by: Wang Panzhenzhuan <randy.wang@rock-chips.com> Change-Id: Ibc1804c9a1730a8b9d32dafe4cdcb722f603d7a2
This commit is contained in:
committed by
Tao Huang
parent
fdee9ffb97
commit
2861e20508
@@ -226,6 +226,17 @@
|
||||
regulator-max-microvolt = <5000000>;
|
||||
};
|
||||
|
||||
vcc_mipidcphy1: vcc-mipidcphy1-regulator {
|
||||
compatible = "regulator-fixed";
|
||||
gpio = <&gpio1 RK_PB2 GPIO_ACTIVE_HIGH>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&mipidcphy1_pwr>;
|
||||
regulator-name = "vcc_mipidcphy1";
|
||||
enable-active-high;
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
};
|
||||
|
||||
wireless_bluetooth: wireless-bluetooth {
|
||||
compatible = "bluetooth-platdata";
|
||||
clocks = <&hym8563>;
|
||||
@@ -252,8 +263,8 @@
|
||||
};
|
||||
|
||||
&avdd_1v2_cam_s0 {
|
||||
regulator-min-microvolt = <1300000>;
|
||||
regulator-max-microvolt = <1300000>;
|
||||
regulator-min-microvolt = <1350000>;
|
||||
regulator-max-microvolt = <1350000>;
|
||||
regulator-ramp-delay = <12500>;
|
||||
};
|
||||
|
||||
@@ -810,6 +821,14 @@
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
cam {
|
||||
mipidcphy1_pwr: mipidcphy1-pwr {
|
||||
rockchip,pins =
|
||||
/* camera power en */
|
||||
<1 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>;
|
||||
};
|
||||
};
|
||||
|
||||
charger {
|
||||
charger_ok: charger_ok {
|
||||
rockchip,pins = <0 RK_PD2 RK_FUNC_GPIO &pcfg_pull_up>;
|
||||
|
||||
Reference in New Issue
Block a user