mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-21 19:45:33 +00:00
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
@ -167,7 +167,6 @@
|
||||
pinctrl-0 = <&nand_pins>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
cs-gpios = <&tlmm 54 GPIO_ACTIVE_HIGH>;
|
||||
|
||||
nand@0 {
|
||||
partitions {
|
||||
|
@ -171,7 +171,6 @@
|
||||
pinctrl-0 = <&nand_pins>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
cs-gpios = <&tlmm 54 GPIO_ACTIVE_HIGH>;
|
||||
|
||||
nand@0 {
|
||||
partitions {
|
||||
|
Loading…
x
Reference in New Issue
Block a user