diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2016-08-16 07:26:31 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-09-30 14:48:15 -0700 |
commit | 618a9cd06dd471ac232f5b27325b24d26eba5571 (patch) | |
tree | 683c0797a80c20b5f463824c2485ea6f59b8baf1 /arch/arc/boot/dts/nsimosci.dts | |
parent | 3be7988674ab33565700a37b210f502563d932e6 (diff) | |
download | talos-obmc-linux-618a9cd06dd471ac232f5b27325b24d26eba5571.tar.gz talos-obmc-linux-618a9cd06dd471ac232f5b27325b24d26eba5571.zip |
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>
Diffstat (limited to 'arch/arc/boot/dts/nsimosci.dts')
-rw-r--r-- | arch/arc/boot/dts/nsimosci.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/boot/dts/nsimosci.dts b/arch/arc/boot/dts/nsimosci.dts index e659a340ca8a..bcf603142a33 100644 --- a/arch/arc/boot/dts/nsimosci.dts +++ b/arch/arc/boot/dts/nsimosci.dts @@ -10,6 +10,7 @@ /include/ "skeleton.dtsi" / { + model = "snps,nsimosci"; compatible = "snps,nsimosci"; #address-cells = <1>; #size-cells = <1>; |