diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-11-01 13:55:02 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-11-01 13:55:02 +0000 |
commit | 8e20cceeae5c97eb8f53fc524a2f28a5244de15f (patch) | |
tree | 48ab6a9448455e0832b4037600b0e03f06c07154 /target/linux/bcm53xx/patches-3.14/304-ARM-BCM5301X-Add-DT-for-Asus-RT-N18U.patch | |
parent | bc356cef8245214321c6b944bb8ebe2e72542387 (diff) | |
download | upstream-8e20cceeae5c97eb8f53fc524a2f28a5244de15f.tar.gz upstream-8e20cceeae5c97eb8f53fc524a2f28a5244de15f.tar.bz2 upstream-8e20cceeae5c97eb8f53fc524a2f28a5244de15f.zip |
bcm53xx: refresh patches
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 43144
Diffstat (limited to 'target/linux/bcm53xx/patches-3.14/304-ARM-BCM5301X-Add-DT-for-Asus-RT-N18U.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.14/304-ARM-BCM5301X-Add-DT-for-Asus-RT-N18U.patch | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/target/linux/bcm53xx/patches-3.14/304-ARM-BCM5301X-Add-DT-for-Asus-RT-N18U.patch b/target/linux/bcm53xx/patches-3.14/304-ARM-BCM5301X-Add-DT-for-Asus-RT-N18U.patch index fb47357d78..763fb230be 100644 --- a/target/linux/bcm53xx/patches-3.14/304-ARM-BCM5301X-Add-DT-for-Asus-RT-N18U.patch +++ b/target/linux/bcm53xx/patches-3.14/304-ARM-BCM5301X-Add-DT-for-Asus-RT-N18U.patch @@ -16,11 +16,9 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com> create mode 100644 arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts create mode 100644 arch/arm/boot/dts/bcm47081.dtsi -diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile -index 17c717b..330e0e0 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile -@@ -53,7 +53,8 @@ dtb-$(CONFIG_ARCH_BCM2835) += bcm2835-rpi-b.dtb +@@ -53,7 +53,8 @@ dtb-$(CONFIG_ARCH_BCM2835) += bcm2835-rp dtb-$(CONFIG_ARCH_BCM_5301X) += \ bcm4708-buffalo-wzr-1750dhp.dtb \ bcm4708-netgear-r6250.dtb \ @@ -30,9 +28,6 @@ index 17c717b..330e0e0 100644 dtb-$(CONFIG_ARCH_BERLIN) += \ berlin2-sony-nsz-gs7.dtb \ berlin2cd-google-chromecast.dtb -diff --git a/arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts b/arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts -new file mode 100644 -index 0000000..cf8e9a5 --- /dev/null +++ b/arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts @@ -0,0 +1,88 @@ @@ -124,9 +119,6 @@ index 0000000..cf8e9a5 + }; + }; +}; -diff --git a/arch/arm/boot/dts/bcm47081.dtsi b/arch/arm/boot/dts/bcm47081.dtsi -new file mode 100644 -index 0000000..f720012 --- /dev/null +++ b/arch/arm/boot/dts/bcm47081.dtsi @@ -0,0 +1,26 @@ @@ -156,11 +148,9 @@ index 0000000..f720012 + }; + }; +}; -diff --git a/arch/arm/mach-bcm/bcm_5301x.c b/arch/arm/mach-bcm/bcm_5301x.c -index b0a6da9..de29646 100644 --- a/arch/arm/mach-bcm/bcm_5301x.c +++ b/arch/arm/mach-bcm/bcm_5301x.c -@@ -81,6 +81,7 @@ static void bcm5301x_restart(enum reboot_mode mode, const char *cmd) +@@ -81,6 +81,7 @@ static void bcm5301x_restart(enum reboot static const char __initconst *bcm5301x_dt_compat[] = { "brcm,bcm4708", @@ -168,6 +158,3 @@ index b0a6da9..de29646 100644 NULL, }; --- -1.8.4.5 - |