arm64: dts: freescale: imx8qxp: Disable dsp reserved memory by default
Even if the 'dsp' node is disabled the memory intended to be used by the DSP is reserved. This limits the memory range suitable for CMA allocation. Thus disable the dsp_reserved node. DSP users need to enable it in parallel to the 'dsp' node. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
6bcd8b2fa2
commit
c0d327443b
@ -50,6 +50,10 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dsp_reserved {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&fec1 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_fec1>;
|
||||
|
@ -183,6 +183,7 @@
|
||||
dsp_reserved: dsp@92400000 {
|
||||
reg = <0 0x92400000 0 0x2000000>;
|
||||
no-map;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
encoder_rpc: encoder-rpc@94400000 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user