Commit c0d32744 authored by Alexander Stein's avatar Alexander Stein Committed by Shawn Guo

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: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 6bcd8b2f
......@@ -50,6 +50,10 @@ &dsp {
status = "okay";
};
&dsp_reserved {
status = "okay";
};
&fec1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_fec1>;
......
......@@ -183,6 +183,7 @@ decoder_rpc: decoder-rpc@92000000 {
dsp_reserved: dsp@92400000 {
reg = <0 0x92400000 0 0x2000000>;
no-map;
status = "disabled";
};
encoder_rpc: encoder-rpc@94400000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment