MicroSys sbc6x support (i.MX6)

Anatolij Gustschin agust at denx.de
Mon Apr 1 03:43:58 EDT 2013


On Mon, 1 Apr 2013 14:42:25 +0800
Shawn Guo <shawn.guo at linaro.org> wrote:
...
> > +/dts-v1/;
> > +/include/ "imx6q.dtsi"
> > +
> > +/ {
> > +	model = "MicroSys sbc6x board";
> > +	compatible = "fsl,imx6q";
> 
> We generally have a vendor specific compatible string for custom
> boards. 

Couldn't this be a compatible list like

    compatible = "microsys,sbc6x", "fsl,imx6q";

Then, we can test for imx6q compatibility in drivers or
platform code using of_machine_is_compatible(). Or what is the
preferred way to test for SoC compatibility?

Thanks,

Anatolij



More information about the linux-arm-kernel mailing list