mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user