All of lore.kernel.org
 help / color / mirror / Atom feed
From: alexandre.belloni@bootlin.com (Alexandre Belloni)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/5] arm64: dts: fsl: ls1046a: disable the flash controller by default
Date: Mon,  3 Sep 2018 16:08:37 +0200	[thread overview]
Message-ID: <20180903140840.23648-2-alexandre.belloni@bootlin.com> (raw)
In-Reply-To: <20180903140840.23648-1-alexandre.belloni@bootlin.com>

Set the Integrated Flash Controller status to disabled so each board has
the option to enable it. All the existing users have status = "okay" so
there is no functional change.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
---
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
index ef83786b8b90..2d8122019cd8 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
@@ -200,6 +200,7 @@
 			reg = <0x0 0x1530000 0x0 0x10000>;
 			big-endian;
 			interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
+			status = "disabled";
 		};
 
 		qspi: quadspi at 1550000 {
-- 
2.19.0.rc1

WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Shawn Guo <shawnguo@kernel.org>
Cc: Li Yang <leoyang.li@nxp.com>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Alexandre Belloni <alexandre.belloni@bootlin.com>
Subject: [PATCH v2 2/5] arm64: dts: fsl: ls1046a: disable the flash controller by default
Date: Mon,  3 Sep 2018 16:08:37 +0200	[thread overview]
Message-ID: <20180903140840.23648-2-alexandre.belloni@bootlin.com> (raw)
In-Reply-To: <20180903140840.23648-1-alexandre.belloni@bootlin.com>

Set the Integrated Flash Controller status to disabled so each board has
the option to enable it. All the existing users have status = "okay" so
there is no functional change.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
---
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
index ef83786b8b90..2d8122019cd8 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
@@ -200,6 +200,7 @@
 			reg = <0x0 0x1530000 0x0 0x10000>;
 			big-endian;
 			interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
+			status = "disabled";
 		};
 
 		qspi: quadspi@1550000 {
-- 
2.19.0.rc1


  reply	other threads:[~2018-09-03 14:08 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-03 14:08 [PATCH v2 1/5] arm64: dts: fsl: use a generic node name for m25p80 flashes Alexandre Belloni
2018-09-03 14:08 ` Alexandre Belloni
2018-09-03 14:08 ` Alexandre Belloni [this message]
2018-09-03 14:08   ` [PATCH v2 2/5] arm64: dts: fsl: ls1046a: disable the flash controller by default Alexandre Belloni
2018-09-03 14:08 ` [PATCH v2 3/5] arm64: dts: fsl: ls1046a: disable uarts " Alexandre Belloni
2018-09-03 14:08   ` Alexandre Belloni
2018-09-03 14:08 ` [PATCH v2 4/5] dt-bindings: Add vendor prefix for Microsys Alexandre Belloni
2018-09-03 14:08   ` Alexandre Belloni
2018-09-10  0:38   ` Shawn Guo
2018-09-10  0:38     ` Shawn Guo, Rob Herring
2018-09-10  7:54     ` Alexandre Belloni
2018-09-10  7:54       ` Alexandre Belloni
2018-09-03 14:08 ` [PATCH v2 5/5] arm64: dts: add Microsys MPX-LS1046A SoM and SBC-LS1046A SBC Alexandre Belloni
2018-09-03 14:08   ` Alexandre Belloni
2018-09-10  0:39 ` [PATCH v2 1/5] arm64: dts: fsl: use a generic node name for m25p80 flashes Shawn Guo
2018-09-10  0:39   ` Shawn Guo
2018-09-10  5:56   ` Li Yang
2018-09-10  5:56     ` Li Yang

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=20180903140840.23648-2-alexandre.belloni@bootlin.com \
    --to=alexandre.belloni@bootlin.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.