Skip to content
Snippets Groups Projects
Commit a17a2f80 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

dts:trizeps8plus: Disable audio codec on new revision

The Trizeps 8 Plus v1r3 revision has a new audio codec that is not
yet supported. Disable the old codec anyways to prevent from
unexpected behaviour.
parent 348ae9ef
No related branches found
No related tags found
2 merge requests!455CI: Update gitlab-ci,!127dts:trizeps8plus: Disable audio codec on new revision
Pipeline #27218 passed with stage
in 11 seconds
......@@ -22,3 +22,17 @@ &ethphy0 {
/delete-property/ at803x,100MBit;
#endif
};
/*
* The Trizeps 8 Plus v1r3 has a new audio codec that isn't
* yet supported. Disable the old codec anyways, to prevent
* from unexpected behaviour.
*/
&wm8983 {
status = "disabled";
};
&sound_wm8983 {
status = "disabled";
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment