arm64: zynqmp: Set status disabled in dtsi
Do not enable smmu via dtsi. Enable it in board file when needed. Signed-off-by: Naga Sureshkumar Relli <nagasure@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
27af3993f7
commit
2f9ed1999a
|
@ -339,6 +339,7 @@
|
||||||
smmu: smmu@fd800000 {
|
smmu: smmu@fd800000 {
|
||||||
compatible = "arm,mmu-500";
|
compatible = "arm,mmu-500";
|
||||||
reg = <0x0 0xfd800000 0x0 0x20000>;
|
reg = <0x0 0xfd800000 0x0 0x20000>;
|
||||||
|
status = "disabled";
|
||||||
#global-interrupts = <1>;
|
#global-interrupts = <1>;
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
interrupts = <0 155 4>,
|
interrupts = <0 155 4>,
|
||||||
|
|
Loading…
Reference in New Issue