ARM: dts: msm: rename wcd-gpio-ctrl to msm-cdc-pinctrl
Rename wcd-gpio-ctrl to msm-cdc-pinctrl as these changes are not wcd specific. CRs-fixed: 1028800 Change-Id: Iffc36dd27ae3b651b736acab004d6fff3bdcb2c7 Signed-off-by: Yeleswarapu Nagaradhesh <nagaradh@codeaurora.org>
This commit is contained in:
parent
a98daf455c
commit
000c189cb6
2 changed files with 4 additions and 4 deletions
|
@ -926,8 +926,8 @@
|
|||
&tsif1_sync_active>; /* dual-tsif-mode2 */
|
||||
};
|
||||
|
||||
wcd_rst_gpio: wcd_gpio_ctrl {
|
||||
compatible = "qcom,wcd-gpio-ctrl";
|
||||
wcd_rst_gpio: msm_cdc_pinctrl@64 {
|
||||
compatible = "qcom,msm-cdc-pinctrl";
|
||||
qcom,cdc-rst-n-gpio = <&tlmm 64 0>;
|
||||
pinctrl-names = "aud_active", "aud_sleep";
|
||||
pinctrl-0 = <&cdc_reset_active>;
|
||||
|
|
|
@ -139,8 +139,8 @@
|
|||
#clock-cells = <1>;
|
||||
};
|
||||
|
||||
wcd_rst_gpio: wcd_gpio_ctrl@64 {
|
||||
compatible = "qcom,wcd-gpio-ctrl";
|
||||
wcd_rst_gpio: msm_cdc_pinctrl@64 {
|
||||
compatible = "qcom,msm-cdc-pinctrl";
|
||||
qcom,cdc-rst-n-gpio = <&tlmm 64 0>;
|
||||
pinctrl-names = "aud_active", "aud_sleep";
|
||||
pinctrl-0 = <&cdc_reset_active>;
|
||||
|
|
Loading…
Add table
Reference in a new issue