diff mbox series

[2/7] arm64: zynqmp: Disable CCI by default

Message ID 2859fce38421e55bad2edec362705e3b5ecf7eb6.1622448001.git.michal.simek@xilinx.com
State Accepted
Commit d9be8b4f2fab89234779921601d5bf9b9e719af0
Delegated to: Michal Simek
Headers show
Series arm64: zynqmp: DT syncup | expand

Commit Message

Michal Simek May 31, 2021, 8 a.m. UTC
There is no reason to have CCI no enabled by default. Enable it when your
system configuration requires it. In Xilinx configuration flow this is
work for Device Tree Generator which reads information from HW Design
configuration.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm/dts/zynqmp.dtsi | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 84d9770225aa..db4099b7516b 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -246,6 +246,7 @@ 
 
 		cci: cci@fd6e0000 {
 			compatible = "arm,cci-400";
+			status = "disabled";
 			reg = <0x0 0xfd6e0000 0x0 0x9000>;
 			ranges = <0x0 0x0 0xfd6e0000 0x10000>;
 			#address-cells = <1>;