linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Chenhui Zhao <chenhui.zhao@nxp.com>
To: <linuxppc-dev@lists.ozlabs.org>, <oss@buserror.net>
Cc: <jason.jin@nxp.com>, <chenhui.zhao@nxp.com>
Subject: [PATCH v2 3/5] powerpc/dts: add a compatible string to gpio0
Date: Fri, 15 Apr 2016 19:13:15 +0800	[thread overview]
Message-ID: <1460718797-21744-4-git-send-email-chenhui.zhao@nxp.com> (raw)
In-Reply-To: <1460718797-21744-1-git-send-email-chenhui.zhao@nxp.com>

All gpio nodes used the same compatible string "fsl,qoriq-gpio".
To identify the node corresponding to the GPIO1 pins, add a
compatible string "fsl,qoriq-gpio-1".

Signed-off-by: Chenhui Zhao <chenhui.zhao@nxp.com>
---
 arch/powerpc/boot/dts/fsl/qoriq-gpio-0.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/boot/dts/fsl/qoriq-gpio-0.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-gpio-0.dtsi
index cf714f5..1a26d6b 100644
--- a/arch/powerpc/boot/dts/fsl/qoriq-gpio-0.dtsi
+++ b/arch/powerpc/boot/dts/fsl/qoriq-gpio-0.dtsi
@@ -33,7 +33,7 @@
  */
 
 gpio0: gpio@130000 {
-	compatible = "fsl,qoriq-gpio";
+	compatible = "fsl,qoriq-gpio-1", "fsl,qoriq-gpio";
 	reg = <0x130000 0x1000>;
 	interrupts = <55 2 0 0>;
 	#gpio-cells = <2>;
-- 
1.9.1

  parent reply	other threads:[~2016-04-15 11:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-15 11:13 [PATCH v2 0/5] powerpc/pm: QorIQ deep sleep Chenhui Zhao
2016-04-15 11:13 ` [PATCH v2 1/5] powerpc/85xx: support sleep feature on QorIQ SoCs with RCPM Chenhui Zhao
2016-04-15 11:13 ` [PATCH v2 2/5] powerpc: pm: add EPU FSM configuration for deep sleep Chenhui Zhao
2016-04-15 11:13 ` Chenhui Zhao [this message]
2016-04-15 11:13 ` [PATCH v2 4/5] powerpc/pm: support deep sleep feature on T104x Chenhui Zhao
2016-04-15 11:13 ` [PATCH v2 5/5] powerpc/pm: save and restore registers during deep sleep Chenhui Zhao
2016-04-26 10:27 ` [PATCH v2 0/5] powerpc/pm: QorIQ " Chenhui Zhao
2016-05-03  5:16   ` Scott Wood
  -- strict thread matches above, loose matches on Subject: below --
2016-04-15 16:47 [PATCH v2 3/5] powerpc/dts: add a compatible string to gpio0 Yang-Leo Li
2016-04-20 10:28 ` Chenhui Zhao

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=1460718797-21744-4-git-send-email-chenhui.zhao@nxp.com \
    --to=chenhui.zhao@nxp.com \
    --cc=jason.jin@nxp.com \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=oss@buserror.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).