mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
arm64: dts: rockchip: rk3368-xikp-avb: camera pinctl default pull down
fix rk3368 xikp machine camera PIC_SIZE_ERR in first start state Change-Id: I1466ca8d8ba7543e2c1c84d4180a3a165e95e8a9 Signed-off-by: Wang Panzhenzhuan <randy.wang@rock-chips.com>
This commit is contained in:
committed by
Tao Huang
parent
a7b083f964
commit
528ddecf98
@@ -38,6 +38,34 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&cif_clkout {
|
||||
/* cif_clkout */
|
||||
rockchip,pins = <1 11 RK_FUNC_1 &pcfg_pull_none_4ma>;
|
||||
};
|
||||
|
||||
&isp_dvp_d2d9 {
|
||||
rockchip,pins =
|
||||
/* cif_data4 ... cif_data9 */
|
||||
<1 2 RK_FUNC_1 &pcfg_pull_down>,
|
||||
<1 3 RK_FUNC_1 &pcfg_pull_down>,
|
||||
<1 4 RK_FUNC_1 &pcfg_pull_down>,
|
||||
<1 5 RK_FUNC_1 &pcfg_pull_down>,
|
||||
<1 6 RK_FUNC_1 &pcfg_pull_down>,
|
||||
<1 7 RK_FUNC_1 &pcfg_pull_down>,
|
||||
/* cif_sync, cif_href */
|
||||
<1 8 RK_FUNC_1 &pcfg_pull_down>,
|
||||
<1 9 RK_FUNC_1 &pcfg_pull_down>,
|
||||
/* cif_clkin */
|
||||
<1 10 RK_FUNC_1 &pcfg_pull_down>;
|
||||
};
|
||||
|
||||
&isp_dvp_d10d11 {
|
||||
rockchip,pins =
|
||||
/* cif_data10, cif_data11 */
|
||||
<1 14 RK_FUNC_1 &pcfg_pull_down>,
|
||||
<1 15 RK_FUNC_1 &pcfg_pull_down>;
|
||||
};
|
||||
|
||||
&i2c3 {
|
||||
status = "okay";
|
||||
|
||||
@@ -127,6 +155,13 @@
|
||||
};
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
pcfg_pull_none_4ma: pcfg-pull-none-4ma {
|
||||
bias-disable;
|
||||
drive-strength = <4>;
|
||||
};
|
||||
};
|
||||
|
||||
&rkisp1 {
|
||||
status = "okay";
|
||||
port {
|
||||
|
||||
Reference in New Issue
Block a user