]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm64: zynqmp: Disable CCI by default
authorMichal Simek <michal.simek@xilinx.com>
Mon, 11 May 2020 08:14:34 +0000 (10:14 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 23 Jun 2021 07:48:35 +0000 (09:48 +0200)
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

index 84d9770225aa375f803c07a2d5cd96b343f4891e..db4099b7516b8fe453e9933b51302af95f73bdac 100644 (file)
 
                cci: cci@fd6e0000 {
                        compatible = "arm,cci-400";
+                       status = "disabled";
                        reg = <0x0 0xfd6e0000 0x0 0x9000>;
                        ranges = <0x0 0x0 0xfd6e0000 0x10000>;
                        #address-cells = <1>;