Skip to content

Commit bc41099

Browse files
tobettersuperna9999
authored andcommitted
arm64: dts: meson-g12b-odroid-n2: fix typo 'dio2133'
Typo in audio amplifier node, dioo2133 -> dio2133 Signed-off-by: Dongjin Kim <[email protected]> Fixes: ef599f5 ("arm64: dts: meson: convert ODROID-N2 to dtsi") Fixes: 67d141c ("arm64: dts: meson: odroid-n2: add jack audio output support") Reviewed-by: Neil Armstrong <[email protected]> Signed-off-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/YfKQJejh0bfGYvof@anyang
1 parent e783362 commit bc41099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
rtc1 = &vrtc;
1818
};
1919

20-
dioo2133: audio-amplifier-0 {
20+
dio2133: audio-amplifier-0 {
2121
compatible = "simple-audio-amplifier";
2222
enable-gpios = <&gpio_ao GPIOAO_2 GPIO_ACTIVE_HIGH>;
2323
VCC-supply = <&vcc_5v>;
@@ -219,7 +219,7 @@
219219
audio-widgets = "Line", "Lineout";
220220
audio-aux-devs = <&tdmout_b>, <&tdmout_c>, <&tdmin_a>,
221221
<&tdmin_b>, <&tdmin_c>, <&tdmin_lb>,
222-
<&dioo2133>;
222+
<&dio2133>;
223223
audio-routing = "TDMOUT_B IN 0", "FRDDR_A OUT 1",
224224
"TDMOUT_B IN 1", "FRDDR_B OUT 1",
225225
"TDMOUT_B IN 2", "FRDDR_C OUT 1",

0 commit comments

Comments
 (0)