From 74d00a8c3849c1340efd713eb94b786e304c201f Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 25 Dec 2016 20:11:34 +0100 Subject: 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 --- .../096-arc-add-model-property-in-dts.patch | 163 +++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 target/linux/generic/pending-4.4/096-arc-add-model-property-in-dts.patch (limited to 'target/linux/generic/pending-4.4/096-arc-add-model-property-in-dts.patch') diff --git a/target/linux/generic/pending-4.4/096-arc-add-model-property-in-dts.patch b/target/linux/generic/pending-4.4/096-arc-add-model-property-in-dts.patch new file mode 100644 index 0000000000..85019ed008 --- /dev/null +++ b/target/linux/generic/pending-4.4/096-arc-add-model-property-in-dts.patch @@ -0,0 +1,163 @@ +From f1e53ac0a99e3754465bd87ae1a6fdbfb8340d15 Mon Sep 17 00:00:00 2001 +From: Alexey Brodkin +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 +Cc: Vineet Gupta +Cc: Jonas Gorski +Cc: Arnd Bergmann +Cc: Rob Herring +Cc: Christian Ruppert +--- + 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 { -- cgit v1.2.3