arm64: dts: rockchip: rk3588-vehicle-s66\*maxim\*: Fix pins default pinctrls

Change-Id: Ide7bc019d2599888ee52bc1d257f5ba5a598631d
Signed-off-by: Cody Xie <cody.xie@rock-chips.com>
This commit is contained in:
Cody Xie
2023-11-02 16:30:57 +08:00
committed by Tao Huang
parent ce8fb3bb30
commit 87742febe2
2 changed files with 16 additions and 6 deletions

View File

@@ -1151,27 +1151,27 @@
&pinctrl {
maxim-cameras {
max96712_dphy0_pwdn: max96712-dphy0-pwdn {
rockchip,pins = <1 RK_PC4 RK_FUNC_GPIO &pcfg_pull_up>;
rockchip,pins = <1 RK_PC4 RK_FUNC_GPIO &pcfg_output_low>;
};
max96712_dphy0_errb: max96712-dphy0-errb {
rockchip,pins = <1 RK_PD2 RK_FUNC_GPIO &pcfg_pull_up>;
rockchip,pins = <1 RK_PD2 RK_FUNC_GPIO &pcfg_pull_none_smt>;
};
max96712_dphy0_lock: max96712-dphy0-lock {
rockchip,pins = <1 RK_PC6 RK_FUNC_GPIO &pcfg_pull_up>;
rockchip,pins = <1 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none_smt>;
};
max96722_dphy3_pwdn: max96722-dphy3-pwdn {
rockchip,pins = <1 RK_PC7 RK_FUNC_GPIO &pcfg_pull_up>;
rockchip,pins = <1 RK_PC7 RK_FUNC_GPIO &pcfg_output_low>;
};
max96722_dphy3_errb: max96722-dphy3-errb {
rockchip,pins = <1 RK_PB1 RK_FUNC_GPIO &pcfg_pull_up>;
rockchip,pins = <1 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none_smt>;
};
max96722_dphy3_lock: max96722-dphy3-lock {
rockchip,pins = <1 RK_PD5 RK_FUNC_GPIO &pcfg_pull_up>;
rockchip,pins = <1 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none_smt>;
};
};
};

View File

@@ -87,3 +87,13 @@
regulator-on-in-suspend;
};
};
&pinctrl {
pinctrl-names = "init";
pinctrl-0 = <&max96712_dphy0_pwdn
&max96712_dphy0_errb
&max96712_dphy0_lock
&max96722_dphy3_pwdn
&max96722_dphy3_errb
&max96722_dphy3_lock>;
};