Skip to content

Commit

Permalink
ipq40xx: fix FRITZBox 7530 NAND controller node
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
blocktrron authored and chunkeey committed Mar 13, 2019
1 parent 784f2e7 commit 93601d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@
pinctrl-0 = <&nand_pins>;
pinctrl-names = "default";
status = "okay";
cs-gpios = <&tlmm 54 GPIO_ACTIVE_HIGH>;

nand@0 {
partitions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@
pinctrl-0 = <&nand_pins>;
pinctrl-names = "default";
status = "okay";
cs-gpios = <&tlmm 54 GPIO_ACTIVE_HIGH>;

nand@0 {
partitions {
Expand Down

0 comments on commit 93601d6

Please sign in to comment.