| .. | .. |
|---|
| 134 | 134 | rk_headset: rk-headset { |
|---|
| 135 | 135 | status = "okay"; |
|---|
| 136 | 136 | compatible = "rockchip_headset"; |
|---|
| 137 | | - headset_gpio = <&gpio1 RK_PD5 GPIO_ACTIVE_HIGH>;//HP_DET_L_GPIO3_D5_d_3V3 |
|---|
| 137 | + headset_gpio = <&gpio3 RK_PD5 GPIO_ACTIVE_HIGH>;//HP_DET_L_GPIO3_D5_d_3V3 |
|---|
| 138 | 138 | spk_ctl_gpio = <&gpio4 RK_PB4 GPIO_ACTIVE_LOW>;//SPK_CTL_GPIO4_B4_u_3V3 |
|---|
| 139 | 139 | pinctrl-names = "default"; |
|---|
| 140 | 140 | pinctrl-0 = <&hp_det>; |
|---|
| .. | .. |
|---|
| 896 | 896 | |
|---|
| 897 | 897 | headphone { |
|---|
| 898 | 898 | hp_det: hp-det { |
|---|
| 899 | | - rockchip,pins = <1 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>; |
|---|
| 899 | + rockchip,pins = <3 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>; |
|---|
| 900 | 900 | }; |
|---|
| 901 | 901 | |
|---|
| 902 | 902 | spk_con: spk-con { |
|---|