bcm53xx: add NAND flash chip description for Asus RT-AC87U
[15.05/openwrt.git] / target / linux / bcm53xx / patches-3.18 / 070-ARM-BCM5301X-add-NAND-flash-chip-description-for-Asu.patch
1 From db2b0dc670db7309fcb6ad0bdc7510c3dc880515 Mon Sep 17 00:00:00 2001
2 From: Hauke Mehrtens <hauke@hauke-m.de>
3 Date: Sat, 12 Sep 2015 13:17:36 +0200
4 Subject: [PATCH] ARM: BCM5301X: add NAND flash chip description for Asus
5  RT-AC87U
6
7 The NAND flash chip description were not imported for the Asus RT-AC87U
8 dts file when this was done for all the other dts files, because these
9 patches were send in parallel.
10
11 This adds a missing NAND flash chip description to this patch:
12 commit 9faa5960eef3204cae6637b530f5e23e53b5a9ef
13 Author: Hauke Mehrtens <hauke@hauke-m.de>
14 Date: Fri May 29 23:39:47 2015 +0200
15
16 ARM: BCM5301X: add NAND flash chip description
17
18 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
19 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
20 ---
21  arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts | 1 +
22  1 file changed, 1 insertion(+)
23
24 diff --git a/arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts b/arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts
25 index aedf3c4..8ade7de 100644
26 --- a/arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts
27 +++ b/arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts
28 @@ -10,6 +10,7 @@
29  /dts-v1/;
30  
31  #include "bcm4708.dtsi"
32 +#include "bcm5301x-nand-cs0-bch8.dtsi"
33  
34  / {
35         compatible = "asus,rt-ac87u", "brcm,bcm4709", "brcm,bcm4708";