mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
arm64: dts: imx95-evk: update the dma-channel-mask property
Have reserved eDMA2 channels 0 and 1 for V2X fast hash in imx95.dtsi. So update the dma-channel-mask from 0xc0000000 to 0xc0000003 to mark channels 0, 1, 30, and 31 as reserved. Signed-off-by: Joy Zou <joy.zou@nxp.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
parent
c915f81aa3
commit
12f56ee0ad
|
|
@ -55,8 +55,11 @@ sound-wm8962 {
|
|||
};
|
||||
|
||||
&edma2 {
|
||||
/* channels 30 and 31 reserved for FW usage */
|
||||
dma-channel-mask = <0xc0000000>, <0x0>;
|
||||
/*
|
||||
* channels 0 and 1 reserved for V2X fast hash,
|
||||
* channels 30 and 31 reserved for FW usage
|
||||
*/
|
||||
dma-channel-mask = <0xc0000003>, <0x0>;
|
||||
};
|
||||
|
||||
&sai3 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user