.. | .. |
---|
82 | 82 | }; |
---|
83 | 83 | |
---|
84 | 84 | &mmc0 { |
---|
85 | | - pinctrl-names = "default"; |
---|
86 | | - pinctrl-0 = <&mmc0_pins_a>; |
---|
87 | 85 | vmmc-supply = <®_dcdc1>; |
---|
88 | 86 | bus-width = <4>; |
---|
89 | 87 | cd-gpios = <&pio 1 4 GPIO_ACTIVE_LOW>; /* PB4 */ |
---|
.. | .. |
---|
196 | 194 | "Headphone", "Headphone Jack"; |
---|
197 | 195 | /* Board level routing. First 2 routes copied from SoC level */ |
---|
198 | 196 | simple-audio-card,routing = |
---|
199 | | - "Left DAC", "AIF1 Slot 0 Left", |
---|
200 | | - "Right DAC", "AIF1 Slot 0 Right", |
---|
| 197 | + "Left DAC", "DACL", |
---|
| 198 | + "Right DAC", "DACR", |
---|
201 | 199 | "HP", "HPCOM", |
---|
202 | 200 | "Headphone Jack", "HP", |
---|
203 | 201 | "MIC1", "Microphone Jack", |
---|
.. | .. |
---|
207 | 205 | |
---|
208 | 206 | &uart0 { |
---|
209 | 207 | pinctrl-names = "default"; |
---|
210 | | - pinctrl-0 = <&uart0_pins_b>; |
---|
| 208 | + pinctrl-0 = <&uart0_pb_pins>; |
---|
211 | 209 | status = "okay"; |
---|
212 | 210 | }; |
---|
213 | 211 | |
---|