diff options
author | Frieder Schrempf <frieder.schrempf@kontron.de> | 2019-03-20 15:38:02 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-03-22 03:20:04 +0100 |
commit | 26d459398a7ced52ff640bc1cf1cf6fc3f4b5fc8 (patch) | |
tree | 11a76e6ee72ba85d465ce3ba409da01361afea88 /arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts | |
parent | ARM: dts: imx50: Add PHY node for usbotg and adjust clocks (diff) | |
download | linux-26d459398a7ced52ff640bc1cf1cf6fc3f4b5fc8.tar.xz linux-26d459398a7ced52ff640bc1cf1cf6fc3f4b5fc8.zip |
ARM: dts: ls1021a: Remove unused properties from QSPI node
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts')
-rw-r--r-- | arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts | 1 |
1 files changed, 0 insertions, 1 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 { |