rockchip: add gic MSI DMA workaround for FastRhino R66S/R68S from Flippy

This commit is contained in:
coolsnowwolf 2022-09-30 11:47:42 +08:00
parent ba39377afb
commit 2becaf8682
2 changed files with 8 additions and 0 deletions

View File

@ -379,6 +379,10 @@
}; };
}; };
&gic {
mbi-ranges = <94 31>, <229 31>, <289 31>;
};
&pcie30phy { &pcie30phy {
data-lanes = <1 2>; data-lanes = <1 2>;
status = "okay"; status = "okay";

View File

@ -367,6 +367,10 @@
}; };
}; };
&gic {
mbi-ranges = <94 31>, <229 31>, <289 31>;
};
&pcie30phy { &pcie30phy {
data-lanes = <1 2>; data-lanes = <1 2>;
status = "okay"; status = "okay";