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>
This commit is contained in:
Alexey Brodkin 2016-08-16 07:26:31 +03:00 committed by Vineet Gupta
parent 3be7988674
commit 618a9cd06d
13 changed files with 13 additions and 0 deletions

View File

@ -24,6 +24,7 @@
/include/ "abilis_tb100.dtsi"
/ {
model = "abilis,tb100";
chosen {
bootargs = "earlycon=uart8250,mmio32,0xff100000,9600n8 console=ttyS0,9600n8";
};

View File

@ -24,6 +24,7 @@
/include/ "abilis_tb101.dtsi"
/ {
model = "abilis,tb101";
chosen {
bootargs = "earlycon=uart8250,mmio32,0xff100000,9600n8 console=ttyS0,9600n8";
};

View File

@ -13,6 +13,7 @@
/include/ "axs10x_mb.dtsi"
/ {
model = "snps,axs101";
compatible = "snps,axs101", "snps,arc-sdp";
chosen {

View File

@ -16,6 +16,7 @@
/include/ "axs10x_mb.dtsi"
/ {
model = "snps,axs103";
compatible = "snps,axs103", "snps,arc-sdp";
chosen {

View File

@ -16,6 +16,7 @@
/include/ "axs10x_mb.dtsi"
/ {
model = "snps,axs103-smp";
compatible = "snps,axs103", "snps,arc-sdp";
chosen {

View File

@ -10,6 +10,7 @@
/include/ "skeleton.dtsi"
/ {
model = "snps,nsim";
compatible = "snps,nsim";
#address-cells = <1>;
#size-cells = <1>;

View File

@ -10,6 +10,7 @@
/include/ "skeleton_hs.dtsi"
/ {
model = "snps,nsim_hs";
compatible = "snps,nsim_hs";
#address-cells = <2>;
#size-cells = <2>;

View File

@ -10,6 +10,7 @@
/include/ "skeleton_hs_idu.dtsi"
/ {
model = "snps,nsim_hs-smp";
compatible = "snps,nsim_hs";
interrupt-parent = <&core_intc>;

View File

@ -10,6 +10,7 @@
/include/ "skeleton.dtsi"
/ {
model = "snps,nsimosci";
compatible = "snps,nsimosci";
#address-cells = <1>;
#size-cells = <1>;

View File

@ -10,6 +10,7 @@
/include/ "skeleton_hs.dtsi"
/ {
model = "snps,nsimosci_hs";
compatible = "snps,nsimosci_hs";
#address-cells = <1>;
#size-cells = <1>;

View File

@ -10,6 +10,7 @@
/include/ "skeleton_hs_idu.dtsi"
/ {
model = "snps,nsimosci_hs-smp";
compatible = "snps,nsimosci_hs";
#address-cells = <1>;
#size-cells = <1>;

View File

@ -13,6 +13,7 @@
/include/ "vdk_axs10x_mb.dtsi"
/ {
model = "snps,vdk_archs";
compatible = "snps,axs103";
chosen {

View File

@ -13,6 +13,7 @@
/include/ "vdk_axs10x_mb.dtsi"
/ {
model = "snps,vdk_archs-smp";
compatible = "snps,axs103";
chosen {