Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
/include/ "abilis_tb100.dtsi"

/ {
	model = "abilis,tb100";
	chosen {
		bootargs = "earlycon=uart8250,mmio32,0xff100000,9600n8 console=ttyS0,9600n8";
	};
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
/include/ "abilis_tb101.dtsi"

/ {
	model = "abilis,tb101";
	chosen {
		bootargs = "earlycon=uart8250,mmio32,0xff100000,9600n8 console=ttyS0,9600n8";
	};
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
/include/ "axs10x_mb.dtsi"

/ {
	model = "snps,axs101";
	compatible = "snps,axs101", "snps,arc-sdp";

	chosen {
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
/include/ "axs10x_mb.dtsi"

/ {
	model = "snps,axs103";
	compatible = "snps,axs103", "snps,arc-sdp";

	chosen {
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
/include/ "axs10x_mb.dtsi"

/ {
	model = "snps,axs103-smp";
	compatible = "snps,axs103", "snps,arc-sdp";

	chosen {
Loading