Re: [PATCH 1/1] MIPS: DTS: cavium-octeon: provide model attribute

From: Arnd Bergmann
Date: Mon Feb 15 2016 - 06:20:00 EST


On Monday 15 February 2016 14:16:48 Sergei Shtylyov wrote:
>
> Property: model
> Value type: <string>
> Description:
> The model property value is a <string> that specifies the
> manufacturerâs model number of the device.
>
> The recommended format is: âmanufacturer,modelâ, where manufacturer
> is a string describing the name of the manufacturer (such as a stock
> ticker symbol), and model specifies the model number.
>
>

This also means that you absolutely cannot have wildcards in there (same
rule as for the compatible strings) and that the property should be in the
.dts file, not .dtsi.

Arnd