arm64: dts: rockchip: rk3588-vehicle-evb: initialize default pull up RK3308 reset pin

Change-Id: Id99945cdb96cb35f7f351206fd8f94d9fc73824d
Signed-off-by: Jun Zeng <jun.zeng@rock-chips.com>
This commit is contained in:
Jun Zeng
2023-05-16 15:58:35 +08:00
committed by Tao Huang
parent c72cacb13e
commit 99bdd6ef7d
2 changed files with 16 additions and 0 deletions

View File

@@ -122,6 +122,8 @@
status = "okay";
compatible = "rockchip,dummy-codec";
#sound-dai-cells = <0>;
pinctrl-names = "default";
pinctrl-0 = <&rk3308_reset>;
};
car_rk3308_sound: car-rk3308-sound {
@@ -274,6 +276,12 @@
rockchip,pins = <0 RK_PB7 RK_FUNC_GPIO &pcfg_pull_down>;
};
};
rk3308 {
rk3308_reset: rk3308-reset {
rockchip,pins = <4 RK_PC6 RK_FUNC_GPIO &pcfg_pull_up>;
};
};
};
&pwm0 {

View File

@@ -204,6 +204,8 @@
status = "okay";
compatible = "rockchip,dummy-codec";
#sound-dai-cells = <0>;
pinctrl-names = "default";
pinctrl-0 = <&rk3308_reset>;
};
car_rk3308_sound: car-rk3308-sound {
@@ -546,6 +548,12 @@
rockchip,pins = <2 RK_PB6 RK_FUNC_GPIO &pcfg_pull_down>;
};
};
rk3308 {
rk3308_reset: rk3308-reset {
rockchip,pins = <2 RK_PC1 RK_FUNC_GPIO &pcfg_pull_up>;
};
};
};
&pwm1 {