[PATCH v3] ARM: dts: imx6: add ZII RDU2 boards
Shawn Guo
shawnguo at kernel.org
Thu Mar 23 23:12:50 PDT 2017
On Thu, Mar 23, 2017 at 03:24:29PM +0100, Lucas Stach wrote:
> This adds support for the Zodiac Inflight Innovations RDU2 board,
> which has both a Quad and a QuadPlus variant.
>
> The board supports different panels, with the bootloader patching
> in the correct compatible, depending on the hardware configuration.
>
> Signed-off-by: Philipp Zabel <p.zabel at pengutronix.de>
> Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
> Tested-by: Nikita Yushchenko <nikita.yoush at cogentembedded.com>
> Tested-by: Chris Healy <cphealy at gmail.com>
I applied it with a couple of small fix-up below.
<snip>
> +&sata {
> + status = "okay";
> + target-supply = <®_3p3v_ssd>;
To keep it consistency with other nodes, I switched these two lines.
> +};
<snip>
> +&iomuxc {
> + pinctrl-names = "default";
There is no point to have this when we do not have pinctrl-0 thing, so I
dropped it.
Shawn
> +
> + pinctrl_accel: accelgrp {
> + fsl,pins = <
> + MX6QDL_PAD_SD1_CMD__GPIO1_IO18 0x4001b000
> + MX6QDL_PAD_SD1_CLK__GPIO1_IO20 0x4001b000
> + >;
> + };
More information about the linux-arm-kernel
mailing list