Re: [PATCH 1/2] ARM: dts: imx6q: Add Engicam i.CoreM6 Quad/Dual initial support
From: Fabio Estevam
Date: Fri Sep 09 2016 - 16:57:34 EST
On Fri, Sep 9, 2016 at 5:35 PM, Jagan Teki <jagannadh.teki@xxxxxxxxx> wrote:
> +/dts-v1/;
> +
> +#include "imx6q.dtsi"
> +#include "imx6qdl-icore.dtsi"
> +
> +/ {
> + model = "Engicam i.CoreM6 Quad/Dual Starter Kit";
> + compatible = "fsl,imx6-icore", "fsl,imx6q";
Should be:
compatible = "engicam,imx6-icore", "fsl,imx6q";
You could also send a patch adding engicam entry to
Documentation/devicetree/bindings/vendor-prefixes.txt
> +};
> +
> +&can1 {
> + status = "oaky";
Should be "okay"
> +};
> +
> +&can2 {
> + status = "oaky";
Should be "okay"
> +&iomuxc {
> + pinctrl_flexcan1: flexcan1grp {
> + fsl,pins = <
> + MX6QDL_PAD_KEY_ROW2__FLEXCAN1_RX 0x80000000
> + MX6QDL_PAD_KEY_COL2__FLEXCAN1_TX 0x80000000
No 0x80000000, please. Use the real IOMUX register value instead.
> + >;
> + };
> +
> + pinctrl_flexcan2: flexcan2grp {
> + fsl,pins = <
> + MX6QDL_PAD_KEY_COL4__FLEXCAN2_TX 0x80000000
> + MX6QDL_PAD_KEY_ROW4__FLEXCAN2_RX 0x80000000
Same here.