Trying to boot mainline on Wink Hub v1

Andrew Lunn andrew at lunn.ch
Sun Jun 25 14:38:23 PDT 2023


On Sun, Jun 25, 2023 at 11:09:21PM +0200, Rogan Dawes wrote:
> I tried adding a &nand block to my device tree, but I think it is not
> quite as simple as that, as I got an error message complaining about
> my additions:
> 
> Error: arch/arm/boot/dts/imx28-wink-hub-v1.dts:40.6-11 syntax error
> FATAL ERROR: Unable to parse input tree

Looking at imx28.dtsi, it appears the nand controller is called gpmi,
not nand. So try replacing &namd with &gpmi.

Look at arch/arm/boot/dts/imx28-apf28.dts as an example.

     Andrew




More information about the linux-arm-kernel mailing list