* [PATCH] arm64: dts: r8a7795: Drop bogus HDMI node names suffixes
@ 2017-08-30 10:03 Geert Uytterhoeven
[not found] ` <1504087397-6211-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2017-08-30 10:03 UTC (permalink / raw)
To: Simon Horman, Magnus Damm, Laurent Pinchart
Cc: Rob Herring, Mark Rutland, linux-renesas-soc, devicetree,
linux-arm-kernel, Geert Uytterhoeven
Node names should not use numerical suffixes if the nodes can be
distinguished by unit-address.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm64/boot/dts/renesas/r8a7795.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
index 8b4dbce860001224..e1ced54d11322cb4 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
@@ -2702,7 +2702,7 @@
renesas,fcp = <&fcpf1>;
};
- hdmi0: hdmi0@fead0000 {
+ hdmi0: hdmi@fead0000 {
compatible = "renesas,r8a7795-hdmi", "renesas,rcar-gen3-hdmi";
reg = <0 0xfead0000 0 0x10000>;
interrupts = <GIC_SPI 389 IRQ_TYPE_LEVEL_HIGH>;
@@ -2727,7 +2727,7 @@
};
};
- hdmi1: hdmi1@feae0000 {
+ hdmi1: hdmi@feae0000 {
compatible = "renesas,r8a7795-hdmi", "renesas,rcar-gen3-hdmi";
reg = <0 0xfeae0000 0 0x10000>;
interrupts = <GIC_SPI 436 IRQ_TYPE_LEVEL_HIGH>;
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread[parent not found: <1504087397-6211-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>]
* Re: [PATCH] arm64: dts: r8a7795: Drop bogus HDMI node names suffixes [not found] ` <1504087397-6211-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> @ 2017-08-30 10:10 ` Laurent Pinchart 2017-08-31 8:36 ` Simon Horman 0 siblings, 1 reply; 3+ messages in thread From: Laurent Pinchart @ 2017-08-30 10:10 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Simon Horman, Magnus Damm, Rob Herring, Mark Rutland, linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Hi Geert, Thank you for the patch. On Wednesday, 30 August 2017 13:03:17 EEST Geert Uytterhoeven wrote: > Node names should not use numerical suffixes if the nodes can be > distinguished by unit-address. > > Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> Acked-by: Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org> > --- > arch/arm64/boot/dts/renesas/r8a7795.dtsi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi > b/arch/arm64/boot/dts/renesas/r8a7795.dtsi index > 8b4dbce860001224..e1ced54d11322cb4 100644 > --- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi > +++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi > @@ -2702,7 +2702,7 @@ > renesas,fcp = <&fcpf1>; > }; > > - hdmi0: hdmi0@fead0000 { > + hdmi0: hdmi@fead0000 { > compatible = "renesas,r8a7795-hdmi", "renesas,rcar-gen3-hdmi"; > reg = <0 0xfead0000 0 0x10000>; > interrupts = <GIC_SPI 389 IRQ_TYPE_LEVEL_HIGH>; > @@ -2727,7 +2727,7 @@ > }; > }; > > - hdmi1: hdmi1@feae0000 { > + hdmi1: hdmi@feae0000 { > compatible = "renesas,r8a7795-hdmi", "renesas,rcar-gen3-hdmi"; > reg = <0 0xfeae0000 0 0x10000>; > interrupts = <GIC_SPI 436 IRQ_TYPE_LEVEL_HIGH>; -- Regards, Laurent Pinchart -- 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 ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] arm64: dts: r8a7795: Drop bogus HDMI node names suffixes 2017-08-30 10:10 ` Laurent Pinchart @ 2017-08-31 8:36 ` Simon Horman 0 siblings, 0 replies; 3+ messages in thread From: Simon Horman @ 2017-08-31 8:36 UTC (permalink / raw) To: Laurent Pinchart Cc: Geert Uytterhoeven, Magnus Damm, Rob Herring, Mark Rutland, linux-renesas-soc, devicetree, linux-arm-kernel On Wed, Aug 30, 2017 at 01:10:58PM +0300, Laurent Pinchart wrote: > Hi Geert, > > Thank you for the patch. > > On Wednesday, 30 August 2017 13:03:17 EEST Geert Uytterhoeven wrote: > > Node names should not use numerical suffixes if the nodes can be > > distinguished by unit-address. > > > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > > Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Thanks, applied. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-08-31 8:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-30 10:03 [PATCH] arm64: dts: r8a7795: Drop bogus HDMI node names suffixes Geert Uytterhoeven
[not found] ` <1504087397-6211-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2017-08-30 10:10 ` Laurent Pinchart
2017-08-31 8:36 ` Simon Horman
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).