Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'arm-soc/for-6.10/devicetree-arm64' of https://github.com/Broadcom/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/20240429213703.2327834-3-florian.fainelli@broadcom.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+1 -1
+1
arch/arm64/boot/dts/broadcom/bcmbca/bcm4908.dtsi
··· 594 594 reg-names = "nand", "nand-int-base"; 595 595 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; 596 596 interrupt-names = "nand_ctlrdy"; 597 + brcm,wp-not-connected; 597 598 status = "disabled"; 598 599 599 600 nandcs: nand@0 {
-1
arch/arm64/boot/dts/broadcom/bcmbca/bcm94908.dts
··· 34 34 }; 35 35 36 36 &nand_controller { 37 - brcm,wp-not-connected; 38 37 status = "okay"; 39 38 }; 40 39