diff options
author | John Crispin <john@phrozen.org> | 2016-12-25 20:11:34 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-08-05 08:46:36 +0200 |
commit | 74d00a8c3849c1340efd713eb94b786e304c201f (patch) | |
tree | de481743de61c34da96ab5f9dba3af3edcfb8260 /target/linux/generic/patches-4.4/096-arc-add-model-property-in-dts.patch | |
parent | de350550ef648d9728351b986b0516fa29465c45 (diff) | |
download | upstream-74d00a8c3849c1340efd713eb94b786e304c201f.tar.gz upstream-74d00a8c3849c1340efd713eb94b786e304c201f.tar.bz2 upstream-74d00a8c3849c1340efd713eb94b786e304c201f.zip |
kernel: split patches folder up into backport, pending and hack folders
* properly format/comment all patches
* merge debloat patches
* merge Kconfig patches
* merge swconfig patches
* merge hotplug patches
* drop 200-fix_localversion.patch - upstream
* drop 222-arm_zimage_none.patch - unused
* drop 252-mv_cesa_depends.patch - no longer required
* drop 410-mtd-move-forward-declaration-of-struct-mtd_info.patch - unused
* drop 661-fq_codel_keep_dropped_stats.patch - outdated
* drop 702-phy_add_aneg_done_function.patch - upstream
* drop 840-rtc7301.patch - unused
* drop 841-rtc_pt7c4338.patch - upstream
* drop 921-use_preinit_as_init.patch - unused
* drop spio-gpio-old and gpio-mmc - unused
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/generic/patches-4.4/096-arc-add-model-property-in-dts.patch')
-rw-r--r-- | target/linux/generic/patches-4.4/096-arc-add-model-property-in-dts.patch | 163 |
1 files changed, 0 insertions, 163 deletions
diff --git a/target/linux/generic/patches-4.4/096-arc-add-model-property-in-dts.patch b/target/linux/generic/patches-4.4/096-arc-add-model-property-in-dts.patch deleted file mode 100644 index 85019ed008..0000000000 --- a/target/linux/generic/patches-4.4/096-arc-add-model-property-in-dts.patch +++ /dev/null @@ -1,163 +0,0 @@ -From f1e53ac0a99e3754465bd87ae1a6fdbfb8340d15 Mon Sep 17 00:00:00 2001 -From: Alexey Brodkin <abrodkin@synopsys.com> -Date: Mon, 15 Aug 2016 14:42:44 +0300 -Subject: [PATCH] arc: Add "model" properly in device tree description of all - boards - -As it was discussed quite some time ago (see -https://lkml.org/lkml/2015/11/5/862) it's a good practice to add -"model" property in .dts. Moreover as per ePAPR "model" property is -required and should look like "manufacturer,model" so we do here. - -Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> -Cc: Vineet Gupta <vgupta@synopsys.com> -Cc: Jonas Gorski <jonas.gorski@gmail.com> -Cc: Arnd Bergmann <arnd@arndb.de> -Cc: Rob Herring <robh@kernel.org> -Cc: Christian Ruppert <christian.ruppert@alitech.com> ---- - arch/arc/boot/dts/abilis_tb100_dvk.dts | 1 + - arch/arc/boot/dts/abilis_tb101_dvk.dts | 1 + - arch/arc/boot/dts/axs101.dts | 1 + - arch/arc/boot/dts/axs103.dts | 1 + - arch/arc/boot/dts/axs103_idu.dts | 1 + - arch/arc/boot/dts/nsim_700.dts | 1 + - arch/arc/boot/dts/nsim_hs.dts | 1 + - arch/arc/boot/dts/nsim_hs_idu.dts | 1 + - arch/arc/boot/dts/nsimosci.dts | 1 + - arch/arc/boot/dts/nsimosci_hs.dts | 1 + - arch/arc/boot/dts/nsimosci_hs_idu.dts | 1 + - arch/arc/boot/dts/vdk_hs38.dts | 1 + - arch/arc/boot/dts/vdk_hs38_smp.dts | 1 + - 13 files changed, 13 insertions(+) - ---- a/arch/arc/boot/dts/abilis_tb100_dvk.dts -+++ b/arch/arc/boot/dts/abilis_tb100_dvk.dts -@@ -24,6 +24,7 @@ - /include/ "abilis_tb100.dtsi" - - / { -+ model = "abilis,tb100"; - chosen { - bootargs = "earlycon=uart8250,mmio32,0xff100000,9600n8 console=ttyS0,9600n8"; - }; ---- a/arch/arc/boot/dts/abilis_tb101_dvk.dts -+++ b/arch/arc/boot/dts/abilis_tb101_dvk.dts -@@ -24,6 +24,7 @@ - /include/ "abilis_tb101.dtsi" - - / { -+ model = "abilis,tb101"; - chosen { - bootargs = "earlycon=uart8250,mmio32,0xff100000,9600n8 console=ttyS0,9600n8"; - }; ---- a/arch/arc/boot/dts/axs101.dts -+++ b/arch/arc/boot/dts/axs101.dts -@@ -13,6 +13,7 @@ - /include/ "axs10x_mb.dtsi" - - / { -+ model = "snps,axs101"; - compatible = "snps,axs101", "snps,arc-sdp"; - - chosen { ---- a/arch/arc/boot/dts/axs103.dts -+++ b/arch/arc/boot/dts/axs103.dts -@@ -16,6 +16,7 @@ - /include/ "axs10x_mb.dtsi" - - / { -+ model = "snps,axs103"; - compatible = "snps,axs103", "snps,arc-sdp"; - - chosen { ---- a/arch/arc/boot/dts/axs103_idu.dts -+++ b/arch/arc/boot/dts/axs103_idu.dts -@@ -16,6 +16,7 @@ - /include/ "axs10x_mb.dtsi" - - / { -+ model = "snps,axs103-smp"; - compatible = "snps,axs103", "snps,arc-sdp"; - - chosen { ---- a/arch/arc/boot/dts/nsim_700.dts -+++ b/arch/arc/boot/dts/nsim_700.dts -@@ -10,6 +10,7 @@ - /include/ "skeleton.dtsi" - - / { -+ model = "snps,nsim"; - compatible = "snps,nsim"; - clock-frequency = <80000000>; /* 80 MHZ */ - #address-cells = <1>; ---- a/arch/arc/boot/dts/nsim_hs.dts -+++ b/arch/arc/boot/dts/nsim_hs.dts -@@ -10,6 +10,7 @@ - /include/ "skeleton.dtsi" - - / { -+ model = "snps,nsim_hs"; - compatible = "snps,nsim_hs"; - #address-cells = <2>; - #size-cells = <2>; ---- a/arch/arc/boot/dts/nsim_hs_idu.dts -+++ b/arch/arc/boot/dts/nsim_hs_idu.dts -@@ -10,6 +10,7 @@ - /include/ "skeleton.dtsi" - - / { -+ model = "snps,nsim_hs-smp"; - compatible = "snps,nsim_hs"; - interrupt-parent = <&core_intc>; - ---- a/arch/arc/boot/dts/nsimosci.dts -+++ b/arch/arc/boot/dts/nsimosci.dts -@@ -10,6 +10,7 @@ - /include/ "skeleton.dtsi" - - / { -+ model = "snps,nsimosci"; - compatible = "snps,nsimosci"; - clock-frequency = <20000000>; /* 20 MHZ */ - #address-cells = <1>; ---- a/arch/arc/boot/dts/nsimosci_hs.dts -+++ b/arch/arc/boot/dts/nsimosci_hs.dts -@@ -10,6 +10,7 @@ - /include/ "skeleton.dtsi" - - / { -+ model = "snps,nsimosci_hs"; - compatible = "snps,nsimosci_hs"; - clock-frequency = <20000000>; /* 20 MHZ */ - #address-cells = <1>; ---- a/arch/arc/boot/dts/nsimosci_hs_idu.dts -+++ b/arch/arc/boot/dts/nsimosci_hs_idu.dts -@@ -10,6 +10,7 @@ - /include/ "skeleton.dtsi" - - / { -+ model = "snps,nsimosci_hs-smp"; - compatible = "snps,nsimosci_hs"; - clock-frequency = <5000000>; /* 5 MHZ */ - #address-cells = <1>; ---- a/arch/arc/boot/dts/vdk_hs38.dts -+++ b/arch/arc/boot/dts/vdk_hs38.dts -@@ -13,6 +13,7 @@ - /include/ "vdk_axs10x_mb.dtsi" - - / { -+ model = "snps,vdk_archs"; - compatible = "snps,axs103"; - - chosen { ---- a/arch/arc/boot/dts/vdk_hs38_smp.dts -+++ b/arch/arc/boot/dts/vdk_hs38_smp.dts -@@ -13,6 +13,7 @@ - /include/ "vdk_axs10x_mb.dtsi" - - / { -+ model = "snps,vdk_archs-smp"; - compatible = "snps,axs103"; - - chosen { |