Skip to content

Commit 0d7760f

Browse files
William Zhangmiquelraynal
authored andcommitted
arm64: dts: broadcom: bcmbca: Update router boards
Enable the nand controller and add WP pin connection property in actual board dts as they are board level properties now that they are disabled and moved out from SoC dtsi. Also remove the unnecessary brcm,nand-has-wp property from AC5300 board. This property is only needed for some old controller that this board does not apply. Signed-off-by: William Zhang <[email protected]> Signed-off-by: Miquel Raynal <[email protected]> Acked-by: Florian Fainelli <[email protected]> Link: https://lore.kernel.org/linux-mtd/[email protected]
1 parent 5319667 commit 0d7760f

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

arch/arm64/boot/dts/broadcom/bcmbca/bcm4906-netgear-r8000p.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@
125125
};
126126
};
127127

128+
&nand_controller {
129+
brcm,wp-not-connected;
130+
status = "okay";
131+
};
132+
128133
&nandcs {
129134
nand-ecc-strength = <4>;
130135
nand-ecc-step-size = <512>;

arch/arm64/boot/dts/broadcom/bcmbca/bcm4906-tplink-archer-c2300-v1.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@
155155
};
156156
};
157157

158+
&nand_controller {
159+
brcm,wp-not-connected;
160+
status = "okay";
161+
};
162+
158163
&nandcs {
159164
nand-ecc-strength = <4>;
160165
nand-ecc-step-size = <512>;

arch/arm64/boot/dts/broadcom/bcmbca/bcm4908-asus-gt-ac5300.dts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,15 @@
166166
};
167167
};
168168

169+
&nand_controller {
170+
brcm,wp-not-connected;
171+
status = "okay";
172+
};
173+
169174
&nandcs {
170175
nand-ecc-strength = <4>;
171176
nand-ecc-step-size = <512>;
172177
nand-on-flash-bbt;
173-
brcm,nand-has-wp;
174178

175179
#address-cells = <1>;
176180
#size-cells = <0>;

0 commit comments

Comments
 (0)