dt-bindings: boards: apply dma dts changes to some boards

These boards using i2s in dts now have to declare the usage of dma in
dts, too.

Signed-off-by: Song Qiang <songqiang1304521@gmail.com>
This commit is contained in:
Song Qiang 2019-10-24 18:59:56 +08:00 committed by Kumar Gala
commit 87b9da6141
2 changed files with 8 additions and 0 deletions

View file

@ -69,6 +69,10 @@
};
};
&dma2 {
status = "okay";
};
&i2s5 {
status = "okay";

View file

@ -84,6 +84,10 @@
clock-frequency = <I2C_BITRATE_FAST>;
};
&dma1 {
status = "okay";
};
&i2s2 {
status = "okay";
};