arm64: dts: rockchip: rk3588-vehicle-evb: add spi codec reset gpio

Change-Id: Ib6d9fbebe978a3393fa42d1d4d441fa1bbb9f599
Signed-off-by: Jun Zeng <jun.zeng@rock-chips.com>
This commit is contained in:
Jun Zeng
2023-12-29 17:21:21 +08:00
committed by Tao Huang
parent 3bc6e98dcc
commit 17a33dcac2
2 changed files with 4 additions and 2 deletions

View File

@@ -274,7 +274,7 @@
rk3308 {
rk3308_reset: rk3308-reset {
rockchip,pins = <4 RK_PC6 RK_FUNC_GPIO &pcfg_pull_up>;
rockchip,pins = <4 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
};
@@ -331,6 +331,7 @@
#sound-dai-cells = <0>;
pinctrl-names = "default";
pinctrl-0 = <&rk3308_reset>;
reset-gpios = <&gpio4 RK_PC6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -287,7 +287,7 @@
rk3308 {
rk3308_reset: rk3308-reset {
rockchip,pins = <4 RK_PC6 RK_FUNC_GPIO &pcfg_pull_up>;
rockchip,pins = <4 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
};
@@ -344,6 +344,7 @@
#sound-dai-cells = <0>;
pinctrl-names = "default";
pinctrl-0 = <&rk3308_reset>;
reset-gpios = <&gpio4 RK_PC6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};