[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAOMZO5CzXo63fbFZWE-KR1FC7VQ4DzKvR-SdDmp+5L5+=Rd10Q@mail.gmail.com>
Date: Wed, 22 Nov 2017 18:48:12 -0200
From: Fabio Estevam <festevam@...il.com>
To: Sebastien Bourdelin <sebastien.bourdelin@...oirfairelinux.com>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
kernel@...oirfairelinux.com,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
Fabio Estevam <fabio.estevam@....com>,
Sascha Hauer <kernel@...gutronix.de>,
Shawn Guo <shawnguo@...nel.org>,
Russell King - ARM Linux <linux@...linux.org.uk>,
Mark Rutland <mark.rutland@....com>,
"robh+dt@...nel.org" <robh+dt@...nel.org>, kris@...eddedarm.com,
Mark Featherston <mark@...eddedarm.com>
Subject: Re: [PATCH v2 2/2] ARM: dts: TS-7970: add basic device tree
On Wed, Nov 22, 2017 at 6:32 PM, Sebastien Bourdelin
<sebastien.bourdelin@...oirfairelinux.com> wrote:
> +/dts-v1/;
> +#include "imx6q.dtsi"
> +#include "imx6qdl-ts7970.dtsi"
> +
> +/ {
> + model = "Technologic Systems i.MX6 Quad TS-7970 (Default Devuice Tree)";
Typo: Devuice--> Device
> + reg_can1_3v3: reg_can1_3v3 {
> + compatible = "regulator-fixed";
> + regulator-name = "reg_can1_3v3";
> + regulator-min-microvolt = <3300000>;
> + regulator-max-microvolt = <3300000>;
> + gpio = <&gpio4 21 GPIO_ACTIVE_HIGH>;
Are you sure this is GPIO_ACTIVE_HIGH?
If so, then it would need the 'enable-active-high' property.
> + };
> +
> + reg_can2_3v3: en-reg_can2_3v3 {
> + compatible = "regulator-fixed";
> + regulator-name = "reg_can2_3v3";
> + regulator-min-microvolt = <3300000>;
> + regulator-max-microvolt = <3300000>;
> + gpio = <&gpio6 31 GPIO_ACTIVE_HIGH>;
Same here.
> +
> +&fec {
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_enet>;
> + interrupts-extended = <&gpio1 6 0x04>, <&gpc 0 119 0x04>;
I think you meant to say:
interrupts-extended = <&gpio1 6 IRQ_TYPE_LEVEL_HIGH>,
<&intc 0 119 IRQ_TYPE_LEVEL_HIGH>;
fsl,err006687-workaround-present;
> +&pcie {
> + reset-gpio = <&gpio2 21 GPIO_ACTIVE_HIGH>;
Are you sure it is GPIO_ACTIVE_HIGH? if so, it would need a
reset-gpio-active-high property.
Most likely this should be:
reset-gpio = <&gpio2 21 GPIO_ACTIVE_LOW>;
Powered by blists - more mailing lists