Skip to content

Commit

Permalink
arm64: dts: meson-g12b-odroid-n2: fix typo 'dio2133'
Browse files Browse the repository at this point in the history
[ Upstream commit bc41099 ]

Typo in audio amplifier node, dioo2133 -> dio2133

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
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 <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/YfKQJejh0bfGYvof@anyang
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
tobetter authored and gregkh committed Feb 16, 2022
1 parent c5ee4cb commit 006dc58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
rtc1 = &vrtc;
};

dioo2133: audio-amplifier-0 {
dio2133: audio-amplifier-0 {
compatible = "simple-audio-amplifier";
enable-gpios = <&gpio_ao GPIOAO_2 GPIO_ACTIVE_HIGH>;
VCC-supply = <&vcc_5v>;
Expand Down Expand Up @@ -217,7 +217,7 @@
audio-widgets = "Line", "Lineout";
audio-aux-devs = <&tdmout_b>, <&tdmout_c>, <&tdmin_a>,
<&tdmin_b>, <&tdmin_c>, <&tdmin_lb>,
<&dioo2133>;
<&dio2133>;
audio-routing = "TDMOUT_B IN 0", "FRDDR_A OUT 1",
"TDMOUT_B IN 1", "FRDDR_B OUT 1",
"TDMOUT_B IN 2", "FRDDR_C OUT 1",
Expand Down

0 comments on commit 006dc58

Please sign in to comment.