Skip to content

Commit 328ad44

Browse files
Rafał Miłeckiffainelli
authored andcommitted
arm64: dts: broadcom: bcmbca: bcm4908: set brcm,wp-not-connected
Every described BCM4908 board has WP pin not connected. This caused problems for drivers since day 0 but there was no property to describe that properly. Projects like OpenWrt were modifying Linux driver to deal with it. It's not clear if that is hardware limitation or just reference design being copied over and over but this applies to all known / supported BCM4908 boards. Handle it by marking WP as not connected by default. Fixes: 2961f69 ("arm64: dts: broadcom: add BCM4908 and Asus GT-AC5300 early DTS files") Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Link: https://lore.kernel.org/r/20240328093710.28206-1-zajec5@gmail.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
1 parent 4cece76 commit 328ad44

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/broadcom/bcmbca/bcm4908.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@
594594
reg-names = "nand", "nand-int-base";
595595
interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
596596
interrupt-names = "nand_ctlrdy";
597+
brcm,wp-not-connected;
597598
status = "disabled";
598599

599600
nandcs: nand@0 {

arch/arm64/boot/dts/broadcom/bcmbca/bcm94908.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
};
3535

3636
&nand_controller {
37-
brcm,wp-not-connected;
3837
status = "okay";
3938
};
4039

0 commit comments

Comments
 (0)