arm64: dts: Remove unused properties from FSL QSPI driver nodes

The properties 'num-cs' and 'bus-num' 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:
Frieder Schrempf 2018-12-10 16:28:48 +00:00 committed by Shawn Guo
parent 4f15a4e0d2
commit a0578d2419
3 changed files with 0 additions and 5 deletions

View File

@ -135,7 +135,6 @@
};
&qspi {
bus-num = <0>;
status = "okay";
qflash0: s25fl128s@0 {

View File

@ -163,8 +163,6 @@
};
&qspi {
num-cs = <2>;
bus-num = <0>;
status = "okay";
qflash0: s25fl128s@0 {

View File

@ -99,8 +99,6 @@
};
&qspi {
num-cs = <2>;
bus-num = <0>;
status = "okay";
qflash0: s25fs512s@0 {