Skip to content

Commit

Permalink
arm64: dts: meson-g12b-khadas-vim3: add missing frddr_a status property
Browse files Browse the repository at this point in the history
In the process of moving the VIM3 audio nodes to a G12B specific dtsi
for enabling the SM1 based VIM3L, the frddr_a status = "okay" property
got dropped.
This re-enables the frddr_a node to fix audio support.

Fixes: 4f26cc1 ("arm64: dts: khadas-vim3: move common nodes into meson-khadas-vim3.dtsi")
Reported-by: Christian Hewitt <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
Reviewed-by: Jerome Brunet <[email protected]>
Tested-by: Jerome Brunet <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
superna9999 authored and khilman committed Apr 29, 2020
1 parent e4f634d commit 5ac0869
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/amlogic/meson-g12b-khadas-vim3.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@
clock-latency = <50000>;
};

&frddr_a {
status = "okay";
};

&frddr_b {
status = "okay";
};
Expand Down

0 comments on commit 5ac0869

Please sign in to comment.