Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>

authored by

Alexey Brodkin and committed by
Vineet Gupta
618a9cd0 3be79886

+13
+1
arch/arc/boot/dts/abilis_tb100_dvk.dts
··· 24 24 /include/ "abilis_tb100.dtsi" 25 25 26 26 / { 27 + model = "abilis,tb100"; 27 28 chosen { 28 29 bootargs = "earlycon=uart8250,mmio32,0xff100000,9600n8 console=ttyS0,9600n8"; 29 30 };
+1
arch/arc/boot/dts/abilis_tb101_dvk.dts
··· 24 24 /include/ "abilis_tb101.dtsi" 25 25 26 26 / { 27 + model = "abilis,tb101"; 27 28 chosen { 28 29 bootargs = "earlycon=uart8250,mmio32,0xff100000,9600n8 console=ttyS0,9600n8"; 29 30 };
+1
arch/arc/boot/dts/axs101.dts
··· 13 13 /include/ "axs10x_mb.dtsi" 14 14 15 15 / { 16 + model = "snps,axs101"; 16 17 compatible = "snps,axs101", "snps,arc-sdp"; 17 18 18 19 chosen {
+1
arch/arc/boot/dts/axs103.dts
··· 16 16 /include/ "axs10x_mb.dtsi" 17 17 18 18 / { 19 + model = "snps,axs103"; 19 20 compatible = "snps,axs103", "snps,arc-sdp"; 20 21 21 22 chosen {
+1
arch/arc/boot/dts/axs103_idu.dts
··· 16 16 /include/ "axs10x_mb.dtsi" 17 17 18 18 / { 19 + model = "snps,axs103-smp"; 19 20 compatible = "snps,axs103", "snps,arc-sdp"; 20 21 21 22 chosen {
+1
arch/arc/boot/dts/nsim_700.dts
··· 10 10 /include/ "skeleton.dtsi" 11 11 12 12 / { 13 + model = "snps,nsim"; 13 14 compatible = "snps,nsim"; 14 15 #address-cells = <1>; 15 16 #size-cells = <1>;
+1
arch/arc/boot/dts/nsim_hs.dts
··· 10 10 /include/ "skeleton_hs.dtsi" 11 11 12 12 / { 13 + model = "snps,nsim_hs"; 13 14 compatible = "snps,nsim_hs"; 14 15 #address-cells = <2>; 15 16 #size-cells = <2>;
+1
arch/arc/boot/dts/nsim_hs_idu.dts
··· 10 10 /include/ "skeleton_hs_idu.dtsi" 11 11 12 12 / { 13 + model = "snps,nsim_hs-smp"; 13 14 compatible = "snps,nsim_hs"; 14 15 interrupt-parent = <&core_intc>; 15 16
+1
arch/arc/boot/dts/nsimosci.dts
··· 10 10 /include/ "skeleton.dtsi" 11 11 12 12 / { 13 + model = "snps,nsimosci"; 13 14 compatible = "snps,nsimosci"; 14 15 #address-cells = <1>; 15 16 #size-cells = <1>;
+1
arch/arc/boot/dts/nsimosci_hs.dts
··· 10 10 /include/ "skeleton_hs.dtsi" 11 11 12 12 / { 13 + model = "snps,nsimosci_hs"; 13 14 compatible = "snps,nsimosci_hs"; 14 15 #address-cells = <1>; 15 16 #size-cells = <1>;
+1
arch/arc/boot/dts/nsimosci_hs_idu.dts
··· 10 10 /include/ "skeleton_hs_idu.dtsi" 11 11 12 12 / { 13 + model = "snps,nsimosci_hs-smp"; 13 14 compatible = "snps,nsimosci_hs"; 14 15 #address-cells = <1>; 15 16 #size-cells = <1>;
+1
arch/arc/boot/dts/vdk_hs38.dts
··· 13 13 /include/ "vdk_axs10x_mb.dtsi" 14 14 15 15 / { 16 + model = "snps,vdk_archs"; 16 17 compatible = "snps,axs103"; 17 18 18 19 chosen {
+1
arch/arc/boot/dts/vdk_hs38_smp.dts
··· 13 13 /include/ "vdk_axs10x_mb.dtsi" 14 14 15 15 / { 16 + model = "snps,vdk_archs-smp"; 16 17 compatible = "snps,axs103"; 17 18 18 19 chosen {