[PATCH] ARM: dts: imx6q-icore-rqs: Add Engicam IMX6 Q7 initial support

Lucas Stach l.stach at pengutronix.de
Mon Nov 16 03:51:35 PST 2015


Am Montag, den 16.11.2015, 12:41 +0100 schrieb Michael Trimarchi:
> Hi
> 
> On Mon, Nov 16, 2015 at 12:38:15PM +0100, Lucas Stach wrote:
> > Am Montag, den 16.11.2015, 12:29 +0100 schrieb Michael Trimarchi:
> > > Hi
> > > 
> > > On Mon, Nov 16, 2015 at 10:19:12AM +0100, Lucas Stach wrote:
> > > > Am Sonntag, den 15.11.2015, 11:54 +0100 schrieb Michael Trimarchi:
> > > > > www.engicam.com/en/products/embedded/som/standard/i-core-rqs-m6s-dl-d-q
> > > > > 
> > > > > Signed-off-by: Michael Trimarchi <michael at amarulasolutions.com>
> > > > > ---
> > > > >  arch/arm/boot/dts/Makefile               |   1 +
> > > > >  arch/arm/boot/dts/imx6q-icore-rqs.dts    |  36 +++
> > > > >  arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi | 372 +++++++++++++++++++++++++++++++
> > > > >  3 files changed, 409 insertions(+)
> > > > >  create mode 100644 arch/arm/boot/dts/imx6q-icore-rqs.dts
> > > > >  create mode 100644 arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi
> > > > > 
> > [...]
> > > > > diff --git a/arch/arm/boot/dts/imx6q-icore-rqs.dts b/arch/arm/boot/dts/imx6q-icore-rqs.dts
> > > > > new file mode 100644
> > > > > index 0000000..cded07d
> > > > > --- /dev/null
> > > > > +++ b/arch/arm/boot/dts/imx6q-icore-rqs.dts
> > > > > @@ -0,0 +1,36 @@
> > > > > +/*
> > > > > + * Copyright (C) 2015 Amarula Solutions B.V.
> > > > > + *
> > > > > + * This program is free software; you can redistribute it and/or modify
> > > > > + * it under the terms of the GNU General Public License version 2 as
> > > > > + * published by the Free Software Foundation.
> > > > > + */
> > > > > +
> > > > > +/dts-v1/;
> > > > > +
> > > > > +#include "imx6q.dtsi"
> > > > > +#include "imx6qdl-icore-rqs.dtsi"
> > > > > +
> > > > > +/ {
> > > > > +	model = "Engicam i.CoreM6 Quad SOM";
> > > > > +	compatible = "fsl,imx6-icore-rqs", "fsl,imx6q";
> > > > > +	cpus {
> > > > > +		cpu at 0 {
> > > > > +			operating-points = <
> > > > > +				/* kHz    uV */
> > > > > +				792000  1150000
> > > > > +				396000  1150000
> > > > > +			>;
> > > > > +
> > > > > +			fsl,soc-operating-points = <
> > > > > +				/* ARM kHz  SOC-PU uV */
> > > > > +				792000        1175000
> > > > > +				396000        1175000
> > > > > +			>;
> > > > > +		};
> > > > Why do you need to edit the OPPS here? Just to fix them on a specific
> > > > voltage? Why?
> > > > 
> > > 
> > > Board has no pmu regulator
> > > 
> > The default i.MX6 configuration (see imx6q.dtsi) is to connect the ARM
> > and SOC domain to the internal LDOs, so voltage scaling is not dependent
> > on an external PMIC being present.
> > 
> 
> Sorry, It was a mistake based on original patch. So I need to limit the max
> allowed frequency suggested by the vendor. So including the operating points
> that I support. Is this fine?
> 
Do you really want to remove the ability to lower voltage for the slower
OPPs? Also you only need this if the module includes a higher rated SKU,
that needs to be throttled below its rated max frequency.

If the module includes a SKU that is rated for 792MHz by Freescale (like
the industrial ones) the kernel will read the SoC fuses and disable any
OPPs that are unsupported by the SKU on its own.

Regards,
Lucas

-- 
Pengutronix e.K.             | Lucas Stach                 |
Industrial Linux Solutions   | http://www.pengutronix.de/  |




More information about the linux-arm-kernel mailing list