add rk3328 overlay for enabling analog sound

MFC after:	1 week
This commit is contained in:
Andriy Gapon 2021-06-09 10:43:39 +03:00
parent ce9676de86
commit 00c06804a8
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,12 @@
/dts-v1/;
/plugin/;
/ {
compatible = "rockchip,rk3328";
};
&{/analog-sound} {
status = "okay";
};
/* vim: set ft=dts: */

View File

@ -19,7 +19,8 @@ DTS= \
rockchip/rk3399-firefly.dts \
rockchip/rk3399-rockpro64.dts
DTSO= rk3328-dwc3.dtso \
DTSO= rk3328-analog-sound.dtso \
rk3328-dwc3.dtso \
rk3399-mmc0-disable.dtso \
rk3399-mmc1-disable.dtso \
rk3399-sdhci-disable.dtso