]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: ls1021a: Remove unused properties from QSPI node
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Wed, 20 Mar 2019 14:38:02 +0000 (14:38 +0000)
committerShawn Guo <shawnguo@kernel.org>
Fri, 22 Mar 2019 02:20:04 +0000 (10:20 +0800)
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>
arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts
arch/arm/boot/dts/ls1021a.dtsi

index ba1ddd93b8f8704d71a06893cc2d289a5ba1dca6..dcb1d9bd0922e1adf749d3b1f1f1522020a7c0c0 100644 (file)
@@ -204,7 +204,6 @@ rgmii_phy2: ethernet-phy@2 {
 };
 
 &qspi {
-       fsl,qspi-has-second-chip;
        status = "okay";
 
        flash: flash@0 {
index b4f2723ecd8632ae17cfb56511d388c2c4468d1b..2bcc00de88d4009bccdc35a6e4b981477b4c65e3 100644 (file)
@@ -186,7 +186,6 @@ qspi: spi@1550000 {
                        interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
                        clock-names = "qspi_en", "qspi";
                        clocks = <&clockgen 4 1>, <&clockgen 4 1>;
-                       big-endian;
                        status = "disabled";
                };