Commit 921890ca authored by Tommaso Merciai's avatar Tommaso Merciai Committed by Heiko Stuebner

arm64: dts: rockchip: add pinctrl for mipi-pdn pin on px30-evb

Add right mux for mipi-pdn. Mux this pad as gpio2 14
Signed-off-by: default avatarTommaso Merciai <tommaso.merciai@amarulasolutions.com>
Link: https://lore.kernel.org/r/20220620161321.1898840-3-tommaso.merciai@amarulasolutions.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 8cde9667
......@@ -450,8 +450,8 @@ ov5695: ov5695@36 {
dvdd-supply = <&vcc1v5_dvp>;
dovdd-supply = <&vcc1v8_dvp>;
pinctrl-names = "default";
pinctrl-0 = <&cif_clkout_m0>;
reset-gpios = <&gpio2 14 GPIO_ACTIVE_LOW>;
pinctrl-0 = <&cif_clkout_m0 &mipi_pdn>;
port {
ucam_out: endpoint {
......@@ -544,6 +544,12 @@ cif_clkout_m0: cif-clkout-m0 {
<2 RK_PB3 1 &pcfg_pull_none_12ma>;
};
};
mipi {
mipi_pdn: mipi-pdn {
rockchip,pins = <2 RK_PB6 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
};
&pmu_io_domains {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment