All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bill Pringlemeir <bpringlemeir@nbsps.com>
To: linux-arm-kernel@lists.infradead.org, shawn.guo@freescale.com
Cc: devicetree@vger.kernel.org, Bill Pringlemeir <bpringlemeir@nbsps.com>
Subject: [PATCH 1/2] ARM: dts: vf610-twr: Fix pinctrl_esdhc1 pin definitions.
Date: Tue,  5 Aug 2014 13:34:00 -0400	[thread overview]
Message-ID: <1407260041-19234-2-git-send-email-bpringlemeir@nbsps.com> (raw)
In-Reply-To: <1407260041-19234-1-git-send-email-bpringlemeir@nbsps.com>

Previous version had an extra 'fsl' which made the pins not match
any entry.  The console message,

 vf610-pinctrl 40048000.iomuxc: no fsl,pins property in node \
    /soc/aips-bus@40000000/iomuxc@40048000/vf610-twr/esdhc1grp

is displayed without the fix.  The prior version would generally
work as u-boot sets the pins properly for sdhc.  This change allows
Linux sdhc use even if u-boot is built without sdhc support.

Signed-off-by: Bill Pringlemeir <bpringlemeir@nbsps.com>
---
 arch/arm/boot/dts/vf610-twr.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/vf610-twr.dts b/arch/arm/boot/dts/vf610-twr.dts
index 11d7334..b8a5e8c 100644
--- a/arch/arm/boot/dts/vf610-twr.dts
+++ b/arch/arm/boot/dts/vf610-twr.dts
@@ -168,7 +168,7 @@
 		};
 
 		pinctrl_esdhc1: esdhc1grp {
-			fsl,fsl,pins = <
+			fsl,pins = <
 				VF610_PAD_PTA24__ESDHC1_CLK	0x31ef
 				VF610_PAD_PTA25__ESDHC1_CMD	0x31ef
 				VF610_PAD_PTA26__ESDHC1_DAT0	0x31ef
-- 
1.8.0.2

WARNING: multiple messages have this Message-ID (diff)
From: bpringlemeir@nbsps.com (Bill Pringlemeir)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: dts: vf610-twr: Fix pinctrl_esdhc1 pin definitions.
Date: Tue,  5 Aug 2014 13:34:00 -0400	[thread overview]
Message-ID: <1407260041-19234-2-git-send-email-bpringlemeir@nbsps.com> (raw)
In-Reply-To: <1407260041-19234-1-git-send-email-bpringlemeir@nbsps.com>

Previous version had an extra 'fsl' which made the pins not match
any entry.  The console message,

 vf610-pinctrl 40048000.iomuxc: no fsl,pins property in node \
    /soc/aips-bus at 40000000/iomuxc at 40048000/vf610-twr/esdhc1grp

is displayed without the fix.  The prior version would generally
work as u-boot sets the pins properly for sdhc.  This change allows
Linux sdhc use even if u-boot is built without sdhc support.

Signed-off-by: Bill Pringlemeir <bpringlemeir@nbsps.com>
---
 arch/arm/boot/dts/vf610-twr.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/vf610-twr.dts b/arch/arm/boot/dts/vf610-twr.dts
index 11d7334..b8a5e8c 100644
--- a/arch/arm/boot/dts/vf610-twr.dts
+++ b/arch/arm/boot/dts/vf610-twr.dts
@@ -168,7 +168,7 @@
 		};
 
 		pinctrl_esdhc1: esdhc1grp {
-			fsl,fsl,pins = <
+			fsl,pins = <
 				VF610_PAD_PTA24__ESDHC1_CLK	0x31ef
 				VF610_PAD_PTA25__ESDHC1_CMD	0x31ef
 				VF610_PAD_PTA26__ESDHC1_DAT0	0x31ef
-- 
1.8.0.2

  reply	other threads:[~2014-08-05 17:34 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-05 17:33 [PATCH 0/2] vf610-twr device updates Bill Pringlemeir
2014-08-05 17:33 ` Bill Pringlemeir
2014-08-05 17:34 ` Bill Pringlemeir [this message]
2014-08-05 17:34   ` [PATCH 1/2] ARM: dts: vf610-twr: Fix pinctrl_esdhc1 pin definitions Bill Pringlemeir
2014-08-05 17:39   ` Bill Pringlemeir
2014-08-05 17:39     ` Bill Pringlemeir
2014-08-05 17:34 ` [PATCH 2/2] ARM: dts: vf610-twr: Add ttyLP2 device Bill Pringlemeir
2014-08-05 17:34   ` Bill Pringlemeir
     [not found] ` <1407260041-19234-1-git-send-email-bpringlemeir-ygJ1pmMJ17cAvxtiuMwx3w@public.gmane.org>
2014-08-06  7:36   ` [PATCH 0/2] vf610-twr device updates Stefan Agner
2014-08-06  7:36     ` Stefan Agner
2014-08-06  9:11 ` Shawn Guo
2014-08-06  9:11   ` Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1407260041-19234-2-git-send-email-bpringlemeir@nbsps.com \
    --to=bpringlemeir@nbsps.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=shawn.guo@freescale.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.