From 8acab6fe26e524d0486bd19b238efc1cbb5bf1ef Mon Sep 17 00:00:00 2001 From: rmilecki Date: Fri, 11 Sep 2015 22:36:05 +0000 Subject: [PATCH] bcm53xx: reorder some arch patches MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This moves arch patches affecting many DTS files. Thanks to this change we can put some ready-to-mainline patches at 300-319 and simplify backporting process. Signed-off-by: Rafał Miłecki git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46889 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ...320-ARM-BCM5301X-Add-Buffalo-WXR-1900DHP-clock-and-USB-p.patch | 4 ++-- .../321-ARM-BCM5301X-Set-vcc-gpio-for-USB-controllers.patch | 8 ++++---- ...> 330-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch} | 0 ...31-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch} | 6 +++--- ...320-ARM-BCM5301X-Add-Buffalo-WXR-1900DHP-clock-and-USB-p.patch | 4 ++-- .../321-ARM-BCM5301X-Set-vcc-gpio-for-USB-controllers.patch | 8 ++++---- ...> 330-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch} | 0 ...31-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch} | 6 +++--- 8 files changed, 18 insertions(+), 18 deletions(-) rename target/linux/bcm53xx/patches-3.18/{303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch => 330-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch} (100%) rename target/linux/bcm53xx/patches-3.18/{306-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch => 331-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch} (98%) rename target/linux/bcm53xx/patches-4.1/{303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch => 330-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch} (100%) rename target/linux/bcm53xx/patches-4.1/{306-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch => 331-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch} (98%) diff --git a/target/linux/bcm53xx/patches-3.18/320-ARM-BCM5301X-Add-Buffalo-WXR-1900DHP-clock-and-USB-p.patch b/target/linux/bcm53xx/patches-3.18/320-ARM-BCM5301X-Add-Buffalo-WXR-1900DHP-clock-and-USB-p.patch index f99460aa46..802188db17 100644 --- a/target/linux/bcm53xx/patches-3.18/320-ARM-BCM5301X-Add-Buffalo-WXR-1900DHP-clock-and-USB-p.patch +++ b/target/linux/bcm53xx/patches-3.18/320-ARM-BCM5301X-Add-Buffalo-WXR-1900DHP-clock-and-USB-p.patch @@ -15,8 +15,8 @@ Signed-off-by: Rafał Miłecki --- a/arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts +++ b/arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts -@@ -25,6 +25,23 @@ - 0x88000000 0x18000000>; +@@ -24,6 +24,23 @@ + reg = <0x00000000 0x08000000>; }; + clocks { diff --git a/target/linux/bcm53xx/patches-3.18/321-ARM-BCM5301X-Set-vcc-gpio-for-USB-controllers.patch b/target/linux/bcm53xx/patches-3.18/321-ARM-BCM5301X-Set-vcc-gpio-for-USB-controllers.patch index 586d7387ab..871598f2e0 100644 --- a/target/linux/bcm53xx/patches-3.18/321-ARM-BCM5301X-Set-vcc-gpio-for-USB-controllers.patch +++ b/target/linux/bcm53xx/patches-3.18/321-ARM-BCM5301X-Set-vcc-gpio-for-USB-controllers.patch @@ -14,8 +14,8 @@ Signed-off-by: Rafał Miłecki --- a/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts +++ b/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts -@@ -25,6 +25,26 @@ - 0x88000000 0x18000000>; +@@ -24,6 +24,26 @@ + reg = <0x00000000 0x08000000>; }; + axi@18000000 { @@ -43,8 +43,8 @@ Signed-off-by: Rafał Miłecki num-chipselects = <1>; --- a/arch/arm/boot/dts/bcm4708-netgear-r6250.dts +++ b/arch/arm/boot/dts/bcm4708-netgear-r6250.dts -@@ -25,6 +25,17 @@ - 0x88000000 0x08000000>; +@@ -24,6 +24,17 @@ + reg = <0x00000000 0x08000000>; }; + axi@18000000 { diff --git a/target/linux/bcm53xx/patches-3.18/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch b/target/linux/bcm53xx/patches-3.18/330-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch similarity index 100% rename from target/linux/bcm53xx/patches-3.18/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch rename to target/linux/bcm53xx/patches-3.18/330-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch diff --git a/target/linux/bcm53xx/patches-3.18/306-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch b/target/linux/bcm53xx/patches-3.18/331-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch similarity index 98% rename from target/linux/bcm53xx/patches-3.18/306-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch rename to target/linux/bcm53xx/patches-3.18/331-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch index c5e6d32d5a..026ef8d564 100644 --- a/target/linux/bcm53xx/patches-3.18/306-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch +++ b/target/linux/bcm53xx/patches-3.18/331-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch @@ -26,7 +26,7 @@ Signed-off-by: Rafał Miłecki + 0x88000000 0x18000000>; }; - spi { + axi@18000000 { --- a/arch/arm/boot/dts/bcm4708-netgear-r6250.dts +++ b/arch/arm/boot/dts/bcm4708-netgear-r6250.dts @@ -21,7 +21,8 @@ @@ -38,7 +38,7 @@ Signed-off-by: Rafał Miłecki + 0x88000000 0x08000000>; }; - leds { + axi@18000000 { --- a/arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts +++ b/arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts @@ -21,7 +21,8 @@ @@ -134,7 +134,7 @@ Signed-off-by: Rafał Miłecki + 0x88000000 0x18000000>; }; - leds { + clocks { --- a/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts +++ b/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts @@ -21,7 +21,8 @@ diff --git a/target/linux/bcm53xx/patches-4.1/320-ARM-BCM5301X-Add-Buffalo-WXR-1900DHP-clock-and-USB-p.patch b/target/linux/bcm53xx/patches-4.1/320-ARM-BCM5301X-Add-Buffalo-WXR-1900DHP-clock-and-USB-p.patch index f99460aa46..802188db17 100644 --- a/target/linux/bcm53xx/patches-4.1/320-ARM-BCM5301X-Add-Buffalo-WXR-1900DHP-clock-and-USB-p.patch +++ b/target/linux/bcm53xx/patches-4.1/320-ARM-BCM5301X-Add-Buffalo-WXR-1900DHP-clock-and-USB-p.patch @@ -15,8 +15,8 @@ Signed-off-by: Rafał Miłecki --- a/arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts +++ b/arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts -@@ -25,6 +25,23 @@ - 0x88000000 0x18000000>; +@@ -24,6 +24,23 @@ + reg = <0x00000000 0x08000000>; }; + clocks { diff --git a/target/linux/bcm53xx/patches-4.1/321-ARM-BCM5301X-Set-vcc-gpio-for-USB-controllers.patch b/target/linux/bcm53xx/patches-4.1/321-ARM-BCM5301X-Set-vcc-gpio-for-USB-controllers.patch index 586d7387ab..871598f2e0 100644 --- a/target/linux/bcm53xx/patches-4.1/321-ARM-BCM5301X-Set-vcc-gpio-for-USB-controllers.patch +++ b/target/linux/bcm53xx/patches-4.1/321-ARM-BCM5301X-Set-vcc-gpio-for-USB-controllers.patch @@ -14,8 +14,8 @@ Signed-off-by: Rafał Miłecki --- a/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts +++ b/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts -@@ -25,6 +25,26 @@ - 0x88000000 0x18000000>; +@@ -24,6 +24,26 @@ + reg = <0x00000000 0x08000000>; }; + axi@18000000 { @@ -43,8 +43,8 @@ Signed-off-by: Rafał Miłecki num-chipselects = <1>; --- a/arch/arm/boot/dts/bcm4708-netgear-r6250.dts +++ b/arch/arm/boot/dts/bcm4708-netgear-r6250.dts -@@ -25,6 +25,17 @@ - 0x88000000 0x08000000>; +@@ -24,6 +24,17 @@ + reg = <0x00000000 0x08000000>; }; + axi@18000000 { diff --git a/target/linux/bcm53xx/patches-4.1/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch b/target/linux/bcm53xx/patches-4.1/330-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch similarity index 100% rename from target/linux/bcm53xx/patches-4.1/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch rename to target/linux/bcm53xx/patches-4.1/330-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch diff --git a/target/linux/bcm53xx/patches-4.1/306-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch b/target/linux/bcm53xx/patches-4.1/331-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch similarity index 98% rename from target/linux/bcm53xx/patches-4.1/306-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch rename to target/linux/bcm53xx/patches-4.1/331-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch index c5e6d32d5a..026ef8d564 100644 --- a/target/linux/bcm53xx/patches-4.1/306-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch +++ b/target/linux/bcm53xx/patches-4.1/331-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch @@ -26,7 +26,7 @@ Signed-off-by: Rafał Miłecki + 0x88000000 0x18000000>; }; - spi { + axi@18000000 { --- a/arch/arm/boot/dts/bcm4708-netgear-r6250.dts +++ b/arch/arm/boot/dts/bcm4708-netgear-r6250.dts @@ -21,7 +21,8 @@ @@ -38,7 +38,7 @@ Signed-off-by: Rafał Miłecki + 0x88000000 0x08000000>; }; - leds { + axi@18000000 { --- a/arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts +++ b/arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts @@ -21,7 +21,8 @@ @@ -134,7 +134,7 @@ Signed-off-by: Rafał Miłecki + 0x88000000 0x18000000>; }; - leds { + clocks { --- a/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts +++ b/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts @@ -21,7 +21,8 @@ -- 2.11.0