All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de, git@xilinx.com
Cc: Amit Kumar Mahapatra <amit.kumar-mahapatra@xilinx.com>,
	Michal Simek <monstr@monstr.eu>,
	Stefano Stabellini <stefano.stabellini@xilinx.com>
Subject: [PATCH 2/7] arm64: zynqmp: Disable CCI by default
Date: Mon, 31 May 2021 10:00:01 +0200	[thread overview]
Message-ID: <2859fce38421e55bad2edec362705e3b5ecf7eb6.1622448001.git.michal.simek@xilinx.com> (raw)
In-Reply-To: <cover.1622448001.git.michal.simek@xilinx.com>

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 --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>;
-- 
2.31.1


  parent reply	other threads:[~2021-05-31  8:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-31  7:59 [PATCH 0/7] arm64: zynqmp: DT syncup Michal Simek
2021-05-31  8:00 ` [PATCH 1/7] arm64: zynqmp: Update psgtr clocks index for boards Michal Simek
2021-05-31  8:00 ` Michal Simek [this message]
2021-05-31  8:00 ` [PATCH 3/7] arm64: zynqmp: Add missing SMID for pcie to zynqmp.dtsi Michal Simek
2021-05-31  8:00 ` [PATCH 4/7] arm64: zynqmp: Add reset description for sata Michal Simek
2021-05-31  8:00 ` [PATCH 5/7] arm64: zynqmp: Move DP nodes to the end of file (zcu106) Michal Simek
2021-05-31  8:00 ` [PATCH 6/7] arm64: zynqmp: Add label for zynqmp_ipi Michal Simek
2021-05-31  8:00 ` [PATCH 7/7] arm64: zynqmp: Update Copyright years to 2021 Michal Simek
2021-06-10  7:25 ` [PATCH 0/7] arm64: zynqmp: DT syncup Michal Simek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2859fce38421e55bad2edec362705e3b5ecf7eb6.1622448001.git.michal.simek@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=amit.kumar-mahapatra@xilinx.com \
    --cc=git@xilinx.com \
    --cc=monstr@monstr.eu \
    --cc=stefano.stabellini@xilinx.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.