.. | .. |
---|
34 | 34 | Definition: Interrupt names of WCD INTR1 and INTR2 |
---|
35 | 35 | Should be: "intr1", "intr2" |
---|
36 | 36 | |
---|
37 | | -- reset-gpio: |
---|
| 37 | +- reset-gpios: |
---|
38 | 38 | Usage: required |
---|
39 | 39 | Value type: <String Array> |
---|
40 | 40 | Definition: Reset gpio line |
---|
41 | 41 | |
---|
42 | | -- qcom,ifd: |
---|
| 42 | +- slim-ifc-dev: |
---|
43 | 43 | Usage: required |
---|
44 | 44 | Value type: <phandle> |
---|
45 | 45 | Definition: SLIM interface device |
---|
.. | .. |
---|
104 | 104 | Value type: <u32> |
---|
105 | 105 | Definition: Must be 1 |
---|
106 | 106 | |
---|
107 | | -codec@1{ |
---|
| 107 | +audio-codec@1{ |
---|
108 | 108 | compatible = "slim217,1a0"; |
---|
109 | 109 | reg = <1 0>; |
---|
110 | 110 | interrupts = <&msmgpio 54 IRQ_TYPE_LEVEL_HIGH>; |
---|
111 | 111 | interrupt-names = "intr2" |
---|
112 | | - reset-gpio = <&msmgpio 64 0>; |
---|
113 | | - qcom,ifd = <&wc9335_ifd>; |
---|
| 112 | + reset-gpios = <&msmgpio 64 0>; |
---|
| 113 | + slim-ifc-dev = <&wc9335_ifd>; |
---|
114 | 114 | clock-names = "mclk", "native"; |
---|
115 | 115 | clocks = <&rpmcc RPM_SMD_DIV_CLK1>, |
---|
116 | 116 | <&rpmcc RPM_SMD_BB_CLK1>; |
---|