[PATCH v4 1/2] ARM: dts: imx: Add basic dtsi file for imx6sll
Jacky Bai
ping.bai at nxp.com
Sun Mar 11 21:43:07 PDT 2018
> > diff --git a/arch/arm/boot/dts/imx6sll.dtsi b/arch/arm/boot/dts/imx6sll.dtsi
> > + spi3 = &ecspi3;
> > + spi4 = &ecspi4;
> > + usbphy0 = &usbphy1;
> > + usbphy1 = &usbphy2;
>
> Why do you need a alias for phys?
The alias of usbphy seems used by drivers/usb/phy/phy-mxs-usb.c. So we need to add alias for usbphy.
>
> > + };
> > +
> > + cpus {
> > + #address-cells = <1>;
> > + #size-cells = <0>;
> > +
> > + cpu0: cpu at 0 {
> > + compatible = "arm,cortex-a9";
> > + device_type = "cpu";
> > + reg = <0>;
> > + next-level-cache = <&L2>;
> > + operating-points = <
> > + /* kHz uV */
> > + 996000 1225000
> > + 792000 1175000
> > + 396000 1075000
> > + 198000 975000
> > + >;
> > + fsl,soc-operating-points = <
>
> This is not documented.
This is same as we used on other imx6 SOC. I don't know where to add doc for this property. Please give me some suggestion.
BR
Jacky Bai
>
> > + /* ARM kHz SOC-PU uV */
> > + 996000 1225000
> > + 792000 1175000
> > + 396000 1175000
> > + 198000 1175000
> > + >;
> > + clock-latency = <61036>; /* two CLK32 periods */
> > + fsl,low-power-run;
More information about the linux-arm-kernel
mailing list