linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: ls1021a: Remove unused properties from QSPI node
@ 2019-03-20 14:38 Schrempf Frieder
  2019-03-20 14:38 ` [PATCH 2/2] ARM64: dts: Remove unused properties from FSL QSPI nodes Schrempf Frieder
  2019-03-22  2:21 ` [PATCH 1/2] ARM: dts: ls1021a: Remove unused properties from QSPI node Shawn Guo
  0 siblings, 2 replies; 4+ messages in thread
From: Schrempf Frieder @ 2019-03-20 14:38 UTC (permalink / raw)
  To: Shawn Guo, Li Yang, Rob Herring, Mark Rutland
  Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Schrempf Frieder, linux-kernel@vger.kernel.org

From: Frieder Schrempf <frieder.schrempf@kontron.de>

After switching to the new FSL QSPI driver the properties
'fsl,qspi-has-second-chip' and 'big-endian' are not used anymore.

The driver now uses the 'reg' property to determine the bus and
the chipselect. The endianness is selected by the driver depending
on which SoC is used.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
---
 arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts | 1 -
 arch/arm/boot/dts/ls1021a.dtsi              | 1 -
 2 files changed, 2 deletions(-)

diff --git a/arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts b/arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts
index ba1ddd93b8f8..dcb1d9bd0922 100644
--- a/arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts
+++ b/arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts
@@ -204,7 +204,6 @@
 };
 
 &qspi {
-	fsl,qspi-has-second-chip;
 	status = "okay";
 
 	flash: flash@0 {
diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
index b4f2723ecd86..2bcc00de88d4 100644
--- a/arch/arm/boot/dts/ls1021a.dtsi
+++ b/arch/arm/boot/dts/ls1021a.dtsi
@@ -186,7 +186,6 @@
 			interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
 			clock-names = "qspi_en", "qspi";
 			clocks = <&clockgen 4 1>, <&clockgen 4 1>;
-			big-endian;
 			status = "disabled";
 		};
 
-- 
2.17.1

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-09  6:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-20 14:38 [PATCH 1/2] ARM: dts: ls1021a: Remove unused properties from QSPI node Schrempf Frieder
2019-03-20 14:38 ` [PATCH 2/2] ARM64: dts: Remove unused properties from FSL QSPI nodes Schrempf Frieder
2019-08-09  6:18   ` Pankaj Bansal
2019-03-22  2:21 ` [PATCH 1/2] ARM: dts: ls1021a: Remove unused properties from QSPI node Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).