Hi Lucas, On Wed, Apr 3, 2019 at 1:45 PM Lucas Stach <l.stach@xxxxxxxxxxxxxx> wrote: > > The Zii Ultra design, also known as RDU3, is the i.MX8M based successor > to the the i.MX6 based RDU2. This adds the basic board support for all > components which are supported by the upstream kernel at this time. > > The board comes in 2 different versions, called RMB3 and Zest, which > are derived from the same design, but have different layouts and a > few small differences in the populated components. > > Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> I got the following build error after applying this patch against linux-next: DTC arch/arm64/boot/dts/freescale/imx8mq-zii-ultra-rmb3.dtb Error: arch/arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi:438.1-7 Label or path pcie0 not found Error: arch/arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi:445.1-7 Label or path pcie1 not found FATAL ERROR: Syntax error parsing input tree We need Andrey's "[PATCH v4 4/5] arm64: dts: imx8mq: Add nodes for PCIe IP blocks" applied first. > + eeti_touch: eeti_i2c@2a { touchscreen@2a Reviewed-by: Fabio Estevam <festevam@xxxxxxxxx> Thanks