forked from Minki/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>
This commit is contained in:
parent
3be7988674
commit
618a9cd06d
@ -24,6 +24,7 @@
|
||||
/include/ "abilis_tb100.dtsi"
|
||||
|
||||
/ {
|
||||
model = "abilis,tb100";
|
||||
chosen {
|
||||
bootargs = "earlycon=uart8250,mmio32,0xff100000,9600n8 console=ttyS0,9600n8";
|
||||
};
|
||||
|
@ -24,6 +24,7 @@
|
||||
/include/ "abilis_tb101.dtsi"
|
||||
|
||||
/ {
|
||||
model = "abilis,tb101";
|
||||
chosen {
|
||||
bootargs = "earlycon=uart8250,mmio32,0xff100000,9600n8 console=ttyS0,9600n8";
|
||||
};
|
||||
|
@ -13,6 +13,7 @@
|
||||
/include/ "axs10x_mb.dtsi"
|
||||
|
||||
/ {
|
||||
model = "snps,axs101";
|
||||
compatible = "snps,axs101", "snps,arc-sdp";
|
||||
|
||||
chosen {
|
||||
|
@ -16,6 +16,7 @@
|
||||
/include/ "axs10x_mb.dtsi"
|
||||
|
||||
/ {
|
||||
model = "snps,axs103";
|
||||
compatible = "snps,axs103", "snps,arc-sdp";
|
||||
|
||||
chosen {
|
||||
|
@ -16,6 +16,7 @@
|
||||
/include/ "axs10x_mb.dtsi"
|
||||
|
||||
/ {
|
||||
model = "snps,axs103-smp";
|
||||
compatible = "snps,axs103", "snps,arc-sdp";
|
||||
|
||||
chosen {
|
||||
|
@ -10,6 +10,7 @@
|
||||
/include/ "skeleton.dtsi"
|
||||
|
||||
/ {
|
||||
model = "snps,nsim";
|
||||
compatible = "snps,nsim";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
@ -10,6 +10,7 @@
|
||||
/include/ "skeleton_hs.dtsi"
|
||||
|
||||
/ {
|
||||
model = "snps,nsim_hs";
|
||||
compatible = "snps,nsim_hs";
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
|
@ -10,6 +10,7 @@
|
||||
/include/ "skeleton_hs_idu.dtsi"
|
||||
|
||||
/ {
|
||||
model = "snps,nsim_hs-smp";
|
||||
compatible = "snps,nsim_hs";
|
||||
interrupt-parent = <&core_intc>;
|
||||
|
||||
|
@ -10,6 +10,7 @@
|
||||
/include/ "skeleton.dtsi"
|
||||
|
||||
/ {
|
||||
model = "snps,nsimosci";
|
||||
compatible = "snps,nsimosci";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
@ -10,6 +10,7 @@
|
||||
/include/ "skeleton_hs.dtsi"
|
||||
|
||||
/ {
|
||||
model = "snps,nsimosci_hs";
|
||||
compatible = "snps,nsimosci_hs";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
@ -10,6 +10,7 @@
|
||||
/include/ "skeleton_hs_idu.dtsi"
|
||||
|
||||
/ {
|
||||
model = "snps,nsimosci_hs-smp";
|
||||
compatible = "snps,nsimosci_hs";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
@ -13,6 +13,7 @@
|
||||
/include/ "vdk_axs10x_mb.dtsi"
|
||||
|
||||
/ {
|
||||
model = "snps,vdk_archs";
|
||||
compatible = "snps,axs103";
|
||||
|
||||
chosen {
|
||||
|
@ -13,6 +13,7 @@
|
||||
/include/ "vdk_axs10x_mb.dtsi"
|
||||
|
||||
/ {
|
||||
model = "snps,vdk_archs-smp";
|
||||
compatible = "snps,axs103";
|
||||
|
||||
chosen {
|
||||
|
Loading…
Reference in New Issue
Block a user