Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1457579
| From | Shawn Guo <shawnguo@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 2/2] ARM: dts: imx53: add support for USB armory board |
| Date | 2016-08-08 09:10 +0200 |
| Message-ID | <s3MRb-6E4-1@gated-at.bofh.it> (permalink) |
| References | <rP0Mp-7aW-7@gated-at.bofh.it> <rP0Mp-7aW-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
One more comment below.
On Tue, Jun 28, 2016 at 02:54:44PM +0200, andrej@inversepath.com wrote:
> +&iomuxc {
> + pinctrl_esdhc1: esdhc1grp {
> + fsl,pins = <
> + MX53_PAD_SD1_DATA0__ESDHC1_DAT0 0x1d5
> + MX53_PAD_SD1_DATA1__ESDHC1_DAT1 0x1d5
> + MX53_PAD_SD1_DATA2__ESDHC1_DAT2 0x1d5
> + MX53_PAD_SD1_DATA3__ESDHC1_DAT3 0x1d5
> + MX53_PAD_SD1_CMD__ESDHC1_CMD 0x1d5
> + MX53_PAD_SD1_CLK__ESDHC1_CLK 0x1d5
> + >;
> + };
> +
> + pinctrl_i2c1_pmic: i2c1grp_pmic {
> + fsl,pins = <
> + MX53_PAD_EIM_D21__I2C1_SCL 0x0
> + MX53_PAD_EIM_D28__I2C1_SDA 0x0
Please use a proper pin configuration value rather than 0x0.
> + >;
> + };
> +
> + pinctrl_led: led {
> + fsl,pins = <
> + MX53_PAD_DISP0_DAT6__GPIO4_27 0x0
Ditto.
Shawn
> + >;
> + };
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v2 2/2] ARM: dts: imx53: add support for USB armory board Shawn Guo <shawnguo@kernel.org> - 2016-08-08 09:10 +0200
csiph-web