aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamal Dasu <[email protected]>2020-01-22 16:33:12 -0500
committerMiquel Raynal <[email protected]>2020-03-11 16:21:35 +0100
commit634088e2621310d2473e4ec3b69843e32d5cee20 (patch)
treedba361aaddadf52fcb5cdffb36af11d0b50b285f
parentcdc6aba6719b9d7d85c6d411a43345ee12223268 (diff)
arch: mips: brcm: Add 7425 flash-edu support
Nand controller v5.0 and v6.0 have nand edu blocks that enable dma nand flash transfers. This allows for faster read and write access. Signed-off-by: Kamal Dasu <[email protected]> Acked-by: Paul Burton <[email protected]> Reviewed-by: Florian Fainelli <[email protected]> Signed-off-by: Miquel Raynal <[email protected]> Link: https://lore.kernel.org/linux-mtd/[email protected]
-rw-r--r--arch/mips/boot/dts/brcm/bcm7425.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm7425.dtsi b/arch/mips/boot/dts/brcm/bcm7425.dtsi
index 410e61ebaf9e..aa0b2d39c902 100644
--- a/arch/mips/boot/dts/brcm/bcm7425.dtsi
+++ b/arch/mips/boot/dts/brcm/bcm7425.dtsi
@@ -403,8 +403,8 @@
compatible = "brcm,brcmnand-v5.0", "brcm,brcmnand";
#address-cells = <1>;
#size-cells = <0>;
- reg-names = "nand";
- reg = <0x41b800 0x400>;
+ reg-names = "nand", "flash-edu";
+ reg = <0x41b800 0x400>, <0x41bc00 0x24>;
interrupt-parent = <&hif_l2_intc>;
interrupts = <24>;
status = "disabled";