Skip to content

Commit

Permalink
Merge tag 'arm-soc/for-6.10/devicetree-arm64' of https://github.com/B…
Browse files Browse the repository at this point in the history
…roadcom/stblinux into soc/dt

This pull request contains Broadcom ARM64-based SoCs Device Tree updates
for 6.10, please pull the following:

- Rafal moves the "brcm,wp-not-connected" property from the individual
  board DTSes to the SoC' DTSI since all boards a designed the same way

* tag 'arm-soc/for-6.10/devicetree-arm64' of https://github.com/Broadcom/stblinux:
  arm64: dts: broadcom: bcmbca: bcm4908: set brcm,wp-not-connected

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
arndb committed Apr 30, 2024
2 parents 07b8c4b + 328ad44 commit 7ecef37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/broadcom/bcmbca/bcm4908.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@
reg-names = "nand", "nand-int-base";
interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "nand_ctlrdy";
brcm,wp-not-connected;
status = "disabled";

nandcs: nand@0 {
Expand Down
1 change: 0 additions & 1 deletion arch/arm64/boot/dts/broadcom/bcmbca/bcm94908.dts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
};

&nand_controller {
brcm,wp-not-connected;
status = "okay";
};

Expand Down

0 comments on commit 7ecef37

Please sign in to comment.