ARM: dts: Remove unused properties from FSL QSPI driver nodes
The properties 'bus-num', 'fsl,spi-num-chipselects' and 'fsl,spi-flash-chipselects' were never read by the driver and can be removed. Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
744284fa15
commit
63f2d2a340
|
@ -203,9 +203,6 @@
|
|||
};
|
||||
|
||||
&qspi {
|
||||
bus-num = <0>;
|
||||
fsl,spi-num-chipselects = <2>;
|
||||
fsl,spi-flash-chipselects = <0>;
|
||||
fsl,qspi-has-second-chip;
|
||||
status = "okay";
|
||||
|
||||
|
|
Loading…
Reference in New Issue