hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/sun8i-a33-olinuxino.dts
....@@ -82,8 +82,6 @@
8282 };
8383
8484 &mmc0 {
85
- pinctrl-names = "default";
86
- pinctrl-0 = <&mmc0_pins_a>;
8785 vmmc-supply = <&reg_dcdc1>;
8886 bus-width = <4>;
8987 cd-gpios = <&pio 1 4 GPIO_ACTIVE_LOW>; /* PB4 */
....@@ -196,8 +194,8 @@
196194 "Headphone", "Headphone Jack";
197195 /* Board level routing. First 2 routes copied from SoC level */
198196 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",
201199 "HP", "HPCOM",
202200 "Headphone Jack", "HP",
203201 "MIC1", "Microphone Jack",
....@@ -207,7 +205,7 @@
207205
208206 &uart0 {
209207 pinctrl-names = "default";
210
- pinctrl-0 = <&uart0_pins_b>;
208
+ pinctrl-0 = <&uart0_pb_pins>;
211209 status = "okay";
212210 };
213211