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:
parent
f0d3ee52fb
commit
87b9da6141
2 changed files with 8 additions and 0 deletions
|
@ -69,6 +69,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
&dma2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2s5 {
|
||||
status = "okay";
|
||||
|
||||
|
|
|
@ -84,6 +84,10 @@
|
|||
clock-frequency = <I2C_BITRATE_FAST>;
|
||||
};
|
||||
|
||||
&dma1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2s2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue