
On 2016-05-06 12:19, Fabio Estevam wrote:
Hi Stefan,
On Fri, May 6, 2016 at 3:21 PM, Stefan Agner stefan@agner.ch wrote:
According to the product website, the full names are i.MX 7Solo and i.MX 7Dual, whereas the short form is i.MX7S and i.MX7D. Be consistent and print the short form for both supported i.MX 7 SoCs.
Signed-off-by: Stefan Agner stefan@agner.ch
That's fine:
Reviewed-by: Fabio Estevam fabio.estevam@nxp.com
I have an off-topic question though: have you ever managed to boot mx7solo with a mainline kernel?
Yes, it works nicely, just make sure you disable the second USB port:
&usbotg2 { status = "disabled"; };
&usbmisc2 { status = "disabled"; };
&usbphynop2 { status = "disabled"; };
Which brings me to another question: How do we deal with the i.MX 7Solo base device tree?
Currently there is imx7d.dtsi, which is basically the main device tree. I feel ideally we should make a imx7s.dtsi as the base device tree (since i.MX7S has a subset of features) and include that from imx7d.dtsi...
-- Stefan