mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
arm64: dts: rockchip: add usb camera pd pin control for rk3399-tve1205g
Change-Id: Iee039f3085832861dee5a99da2cbbbec2a08f509 Signed-off-by: Bin Yang <yangbin@rock-chips.com>
This commit is contained in:
@@ -64,6 +64,15 @@
|
||||
};
|
||||
};
|
||||
|
||||
usb_cam_gpio: usb-cam-gpio {
|
||||
compatible = "usb-cam-gpio";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&usb_cam_on_gpio>;
|
||||
hd-cam-gpios = <&gpio3 GPIO_A1 GPIO_ACTIVE_HIGH>;
|
||||
ir-cam-gpios = <&gpio3 GPIO_A2 GPIO_ACTIVE_HIGH>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
vcc_sys: vcc-sys {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "vcc_sys";
|
||||
@@ -1031,6 +1040,14 @@
|
||||
};
|
||||
};
|
||||
|
||||
usb_camera {
|
||||
usb_cam_on_gpio: usb-cam-on-gpio {
|
||||
rockchip,pins =
|
||||
<3 GPIO_A1 RK_FUNC_GPIO &pcfg_pull_up>,
|
||||
<3 GPIO_A2 RK_FUNC_GPIO &pcfg_pull_up>;
|
||||
};
|
||||
};
|
||||
|
||||
fusb30x {
|
||||
fusb0_int: fusb0-int {
|
||||
rockchip,pins =
|
||||
|
||||
Reference in New Issue
Block a user