ipq40xx: fix FRITZBox 7530 NAND controller node
This removes the 'cs-gpios' property from the AVM FRITZ!Box 7530 NAND controller node. As pointed out by Christian Lamparter, the property is not needed by the Qualcomm NAND controller driver. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
784f2e73df
commit
93601d647f
2 changed files with 0 additions and 2 deletions
|
@ -167,7 +167,6 @@
|
||||||
pinctrl-0 = <&nand_pins>;
|
pinctrl-0 = <&nand_pins>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
cs-gpios = <&tlmm 54 GPIO_ACTIVE_HIGH>;
|
|
||||||
|
|
||||||
nand@0 {
|
nand@0 {
|
||||||
partitions {
|
partitions {
|
||||||
|
|
|
@ -171,7 +171,6 @@
|
||||||
pinctrl-0 = <&nand_pins>;
|
pinctrl-0 = <&nand_pins>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
cs-gpios = <&tlmm 54 GPIO_ACTIVE_HIGH>;
|
|
||||||
|
|
||||||
nand@0 {
|
nand@0 {
|
||||||
partitions {
|
partitions {
|
||||||
|
|
Loading…
Reference in a new issue