Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Frieder Schrempf and committed by
Shawn Guo
26d45939 aed609c4

-2
-1
arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts
··· 204 204 }; 205 205 206 206 &qspi { 207 - fsl,qspi-has-second-chip; 208 207 status = "okay"; 209 208 210 209 flash: flash@0 {
-1
arch/arm/boot/dts/ls1021a.dtsi
··· 186 186 interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>; 187 187 clock-names = "qspi_en", "qspi"; 188 188 clocks = <&clockgen 4 1>, <&clockgen 4 1>; 189 - big-endian; 190 189 status = "disabled"; 191 190 }; 192 191