From: manabian@gmail.com (Joachim Eastwood)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 7/7] dt-bindings: phy-lpc18xx-usb-otg: remove unit address from binding
Date: Wed, 30 Mar 2016 00:30:46 +0200 [thread overview]
Message-ID: <1459290646-3592-8-git-send-email-manabian@gmail.com> (raw)
In-Reply-To: <1459290646-3592-1-git-send-email-manabian@gmail.com>
DT bindings should either use a unit address and a reg property
or none of them. Since either of them aren't really useful for
such a simple device like this one remove the unit address.
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
---
Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt b/Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt
index bd61b46..3bb821c 100644
--- a/Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt
+++ b/Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt
@@ -18,7 +18,7 @@ creg: syscon at 40043000 {
compatible = "nxp,lpc1850-creg", "syscon", "simple-mfd";
reg = <0x40043000 0x1000>;
- usb0_otg_phy: phy at 004 {
+ usb0_otg_phy: phy {
compatible = "nxp,lpc1850-usb-otg-phy";
clocks = <&ccu1 CLK_USB0>;
#phy-cells = <0>;
--
2.7.4
WARNING: multiple messages have this Message-ID (diff)
From: Joachim Eastwood <manabian-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Cc: Joachim Eastwood
<manabian-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH 7/7] dt-bindings: phy-lpc18xx-usb-otg: remove unit address from binding
Date: Wed, 30 Mar 2016 00:30:46 +0200 [thread overview]
Message-ID: <1459290646-3592-8-git-send-email-manabian@gmail.com> (raw)
In-Reply-To: <1459290646-3592-1-git-send-email-manabian-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
DT bindings should either use a unit address and a reg property
or none of them. Since either of them aren't really useful for
such a simple device like this one remove the unit address.
Signed-off-by: Joachim Eastwood <manabian-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
---
Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt b/Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt
index bd61b46..3bb821c 100644
--- a/Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt
+++ b/Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt
@@ -18,7 +18,7 @@ creg: syscon@40043000 {
compatible = "nxp,lpc1850-creg", "syscon", "simple-mfd";
reg = <0x40043000 0x1000>;
- usb0_otg_phy: phy@004 {
+ usb0_otg_phy: phy {
compatible = "nxp,lpc1850-usb-otg-phy";
clocks = <&ccu1 CLK_USB0>;
#phy-cells = <0>;
--
2.7.4
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2016-03-29 22:30 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-29 22:30 [PATCH 0/7] fix unit name warnings on lpc18xx Joachim Eastwood
2016-03-29 22:30 ` Joachim Eastwood
2016-03-29 22:30 ` [PATCH 1/7] ARM: dts: armv7-m: add unit name to interrupt-controller Joachim Eastwood
2016-03-29 22:30 ` Joachim Eastwood
2016-04-04 6:05 ` Uwe Kleine-König
2016-04-04 6:05 ` Uwe Kleine-König
2016-04-04 6:42 ` Joachim Eastwood
2016-04-04 6:42 ` Joachim Eastwood
2016-04-04 6:51 ` Stefan Agner
2016-04-04 6:51 ` Stefan Agner
2016-04-04 7:30 ` Uwe Kleine-König
2016-04-04 7:30 ` Uwe Kleine-König
2016-03-29 22:30 ` [PATCH 2/7] ARM: dts: skeleton: add unit name to memory node Joachim Eastwood
2016-03-29 22:30 ` Joachim Eastwood
2016-03-30 10:12 ` Vladimir Zapolskiy
2016-03-30 10:12 ` Vladimir Zapolskiy
2016-03-30 11:06 ` Mark Rutland
2016-03-30 11:06 ` Mark Rutland
2016-03-30 12:36 ` Joachim Eastwood
2016-03-30 12:36 ` Joachim Eastwood
2016-03-30 13:06 ` Vladimir Zapolskiy
2016-03-30 13:06 ` Vladimir Zapolskiy
2016-03-30 13:41 ` Mark Rutland
2016-03-30 13:41 ` Mark Rutland
2016-03-30 16:15 ` Joachim Eastwood
2016-03-30 16:15 ` Joachim Eastwood
2016-03-30 17:06 ` Mark Rutland
2016-03-30 17:06 ` Mark Rutland
2016-03-30 20:45 ` Joachim Eastwood
2016-03-30 20:45 ` Joachim Eastwood
2016-03-31 10:38 ` Mark Rutland
2016-03-31 10:38 ` Mark Rutland
2016-03-31 15:21 ` Joachim Eastwood
2016-03-31 15:21 ` Joachim Eastwood
2016-03-31 16:34 ` Joachim Eastwood
2016-03-31 16:34 ` Joachim Eastwood
2016-04-12 22:45 ` Rob Herring
2016-04-12 22:45 ` Rob Herring
2016-04-12 23:03 ` Joachim Eastwood
2016-04-12 23:03 ` Joachim Eastwood
2016-03-31 16:27 ` Rob Herring
2016-03-31 16:27 ` Rob Herring
2016-03-31 16:31 ` Rob Herring
2016-03-31 16:31 ` Rob Herring
2016-03-31 16:33 ` Joachim Eastwood
2016-03-31 16:33 ` Joachim Eastwood
2016-03-29 22:30 ` [PATCH 3/7] ARM: dts: lpc18xx: remove unit addresses from creg childs Joachim Eastwood
2016-03-29 22:30 ` Joachim Eastwood
2016-03-29 22:30 ` [PATCH 4/7] ARM: dts: lpc4357-ea4357: fix unit name warnings from dtc Joachim Eastwood
2016-03-29 22:30 ` Joachim Eastwood
2016-03-29 22:30 ` [PATCH 5/7] ARM: dts: lpc4350-hitex-eval: " Joachim Eastwood
2016-03-29 22:30 ` Joachim Eastwood
2016-03-29 22:30 ` [PATCH 6/7] ARM: dts: lpc4337-ciaa:: fix unit name warning " Joachim Eastwood
2016-03-29 22:30 ` Joachim Eastwood
2016-03-29 22:30 ` Joachim Eastwood [this message]
2016-03-29 22:30 ` [PATCH 7/7] dt-bindings: phy-lpc18xx-usb-otg: remove unit address from binding Joachim Eastwood
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=1459290646-3592-8-git-send-email-manabian@gmail.com \
--to=manabian@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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.