Commit 2f9ed199 authored by Naga Sureshkumar Relli's avatar Naga Sureshkumar Relli Committed by Michal Simek

arm64: zynqmp: Set status disabled in dtsi

Do not enable smmu via dtsi. Enable it in board file when needed.
Signed-off-by: default avatarNaga Sureshkumar Relli <nagasure@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 27af3993
......@@ -339,6 +339,7 @@ sdhci1: sdhci@ff170000 {
smmu: smmu@fd800000 {
compatible = "arm,mmu-500";
reg = <0x0 0xfd800000 0x0 0x20000>;
status = "disabled";
#global-interrupts = <1>;
interrupt-parent = <&gic>;
interrupts = <0 155 4>,
......
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