Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1457579 > unrolled thread
| Started by | Shawn Guo <shawnguo@kernel.org> |
|---|---|
| First post | 2016-08-08 09:10 +0200 |
| Last post | 2016-08-08 09:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
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
| From | Shawn Guo <shawnguo@kernel.org> |
|---|---|
| Date | 2016-08-08 09:10 +0200 |
| Subject | Re: [PATCH v2 2/2] ARM: dts: imx53: add support for USB armory board |
| Message-ID | <s3MRb-6E4-1@gated-at.bofh.it> |
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 top | Article view | linux.kernel
csiph-web