Commit 618a9cd0 authored by Alexey Brodkin's avatar Alexey Brodkin Committed by Vineet Gupta

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: default avatarAlexey 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: default avatarVineet Gupta <vgupta@synopsys.com>
parent 3be79886
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
/include/ "abilis_tb100.dtsi" /include/ "abilis_tb100.dtsi"
/ { / {
model = "abilis,tb100";
chosen { chosen {
bootargs = "earlycon=uart8250,mmio32,0xff100000,9600n8 console=ttyS0,9600n8"; bootargs = "earlycon=uart8250,mmio32,0xff100000,9600n8 console=ttyS0,9600n8";
}; };
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
/include/ "abilis_tb101.dtsi" /include/ "abilis_tb101.dtsi"
/ { / {
model = "abilis,tb101";
chosen { chosen {
bootargs = "earlycon=uart8250,mmio32,0xff100000,9600n8 console=ttyS0,9600n8"; bootargs = "earlycon=uart8250,mmio32,0xff100000,9600n8 console=ttyS0,9600n8";
}; };
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
/include/ "axs10x_mb.dtsi" /include/ "axs10x_mb.dtsi"
/ { / {
model = "snps,axs101";
compatible = "snps,axs101", "snps,arc-sdp"; compatible = "snps,axs101", "snps,arc-sdp";
chosen { chosen {
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
/include/ "axs10x_mb.dtsi" /include/ "axs10x_mb.dtsi"
/ { / {
model = "snps,axs103";
compatible = "snps,axs103", "snps,arc-sdp"; compatible = "snps,axs103", "snps,arc-sdp";
chosen { chosen {
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
/include/ "axs10x_mb.dtsi" /include/ "axs10x_mb.dtsi"
/ { / {
model = "snps,axs103-smp";
compatible = "snps,axs103", "snps,arc-sdp"; compatible = "snps,axs103", "snps,arc-sdp";
chosen { chosen {
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
/include/ "skeleton.dtsi" /include/ "skeleton.dtsi"
/ { / {
model = "snps,nsim";
compatible = "snps,nsim"; compatible = "snps,nsim";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
/include/ "skeleton_hs.dtsi" /include/ "skeleton_hs.dtsi"
/ { / {
model = "snps,nsim_hs";
compatible = "snps,nsim_hs"; compatible = "snps,nsim_hs";
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
/include/ "skeleton_hs_idu.dtsi" /include/ "skeleton_hs_idu.dtsi"
/ { / {
model = "snps,nsim_hs-smp";
compatible = "snps,nsim_hs"; compatible = "snps,nsim_hs";
interrupt-parent = <&core_intc>; interrupt-parent = <&core_intc>;
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
/include/ "skeleton.dtsi" /include/ "skeleton.dtsi"
/ { / {
model = "snps,nsimosci";
compatible = "snps,nsimosci"; compatible = "snps,nsimosci";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
/include/ "skeleton_hs.dtsi" /include/ "skeleton_hs.dtsi"
/ { / {
model = "snps,nsimosci_hs";
compatible = "snps,nsimosci_hs"; compatible = "snps,nsimosci_hs";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
/include/ "skeleton_hs_idu.dtsi" /include/ "skeleton_hs_idu.dtsi"
/ { / {
model = "snps,nsimosci_hs-smp";
compatible = "snps,nsimosci_hs"; compatible = "snps,nsimosci_hs";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
/include/ "vdk_axs10x_mb.dtsi" /include/ "vdk_axs10x_mb.dtsi"
/ { / {
model = "snps,vdk_archs";
compatible = "snps,axs103"; compatible = "snps,axs103";
chosen { chosen {
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
/include/ "vdk_axs10x_mb.dtsi" /include/ "vdk_axs10x_mb.dtsi"
/ { / {
model = "snps,vdk_archs-smp";
compatible = "snps,axs103"; compatible = "snps,axs103";
chosen { chosen {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment