[PATCH] ARM: dts: imx53: add support for USB armory board

Shawn Guo shawn.guo at linaro.org
Mon Apr 27 07:37:55 PDT 2015


On Mon, Apr 27, 2015 at 03:26:58PM +0200, Andrej Rosano wrote:
> > > +&vpu {
> > > +       status = "okay";
> > > +};
> > 
> > VPU is already enabled in imx53.dtsi.
> 
> There is no "status" defined for vpu in imx53.dtsi, also imx53-qsb-common.dtsi
> explicitly enable it.

No status equals to status = "okay".  We have status = "disabled" in
<soc>.dtsi and explicitly enable it by changing status to "okay" for
devices which have pin out on board.  For devices like VPU, DMA which is
completely SoC internal, we simply do not use status and have them
always enabled.

Shawn



More information about the linux-arm-kernel mailing list