* [PATCH] ARM: dts: fix naming of pinctrl node @ 2016-10-08 20:34 Scott Branden [not found] ` <1475958866-15942-1-git-send-email-scott.branden-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Scott Branden @ 2016-10-08 20:34 UTC (permalink / raw) To: Rob Herring, Mark Rutland, Russell King, Ray Jui, Jon Mason, Florian Fainelli Cc: BCM Kernel Feedback, devicetree, linux-arm-kernel, linux-kernel, Scott Branden Remove 0x from pinctrl node to match device tree naming convention. Signed-off-by: Scott Branden <scott.branden@broadcom.com> --- arch/arm/boot/dts/bcm-cygnus.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi index fabc9f3..539c58f 100644 --- a/arch/arm/boot/dts/bcm-cygnus.dtsi +++ b/arch/arm/boot/dts/bcm-cygnus.dtsi @@ -108,7 +108,7 @@ }; }; - pinctrl: pinctrl@0x0301d0c8 { + pinctrl: pinctrl@0301d0c8 { compatible = "brcm,cygnus-pinmux"; reg = <0x0301d0c8 0x30>, <0x0301d24c 0x2c>; -- 2.5.0 ^ permalink raw reply related [flat|nested] 3+ messages in thread
[parent not found: <1475958866-15942-1-git-send-email-scott.branden-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>]
* Re: [PATCH] ARM: dts: fix naming of pinctrl node [not found] ` <1475958866-15942-1-git-send-email-scott.branden-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> @ 2016-10-08 21:03 ` Ray Jui [not found] ` <6039a5f9-2b36-c427-2f8a-addf76cf1c26-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Ray Jui @ 2016-10-08 21:03 UTC (permalink / raw) To: Scott Branden, Rob Herring, Mark Rutland, Russell King, Ray Jui, Jon Mason, Florian Fainelli Cc: BCM Kernel Feedback, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA On 10/8/2016 1:34 PM, Scott Branden wrote: > Remove 0x from pinctrl node to match device tree naming convention. > > Signed-off-by: Scott Branden <scott.branden-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> > --- > arch/arm/boot/dts/bcm-cygnus.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi > index fabc9f3..539c58f 100644 > --- a/arch/arm/boot/dts/bcm-cygnus.dtsi > +++ b/arch/arm/boot/dts/bcm-cygnus.dtsi > @@ -108,7 +108,7 @@ > }; > }; > > - pinctrl: pinctrl@0x0301d0c8 { > + pinctrl: pinctrl@0301d0c8 { > compatible = "brcm,cygnus-pinmux"; > reg = <0x0301d0c8 0x30>, > <0x0301d24c 0x2c>; > Looks good to me! Reviewed-by: Ray Jui <ray.jui-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> -- 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
[parent not found: <6039a5f9-2b36-c427-2f8a-addf76cf1c26-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>]
* Re: [PATCH] ARM: dts: fix naming of pinctrl node [not found] ` <6039a5f9-2b36-c427-2f8a-addf76cf1c26-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> @ 2016-10-10 9:07 ` Florian Fainelli 0 siblings, 0 replies; 3+ messages in thread From: Florian Fainelli @ 2016-10-10 9:07 UTC (permalink / raw) To: Ray Jui, Scott Branden, Rob Herring, Mark Rutland, Russell King, Ray Jui, Jon Mason, Florian Fainelli Cc: BCM Kernel Feedback, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA On 10/08/2016 02:03 PM, Ray Jui wrote: > > > On 10/8/2016 1:34 PM, Scott Branden wrote: >> Remove 0x from pinctrl node to match device tree naming convention. >> >> Signed-off-by: Scott Branden <scott.branden-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> >> --- >> arch/arm/boot/dts/bcm-cygnus.dtsi | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi >> b/arch/arm/boot/dts/bcm-cygnus.dtsi >> index fabc9f3..539c58f 100644 >> --- a/arch/arm/boot/dts/bcm-cygnus.dtsi >> +++ b/arch/arm/boot/dts/bcm-cygnus.dtsi >> @@ -108,7 +108,7 @@ >> }; >> }; >> >> - pinctrl: pinctrl@0x0301d0c8 { >> + pinctrl: pinctrl@0301d0c8 { >> compatible = "brcm,cygnus-pinmux"; >> reg = <0x0301d0c8 0x30>, >> <0x0301d24c 0x2c>; >> > > Looks good to me! > > Reviewed-by: Ray Jui <ray.jui-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> Applied, thanks! -- Florian -- 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
end of thread, other threads:[~2016-10-10 9:07 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-10-08 20:34 [PATCH] ARM: dts: fix naming of pinctrl node Scott Branden [not found] ` <1475958866-15942-1-git-send-email-scott.branden-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> 2016-10-08 21:03 ` Ray Jui [not found] ` <6039a5f9-2b36-c427-2f8a-addf76cf1c26-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> 2016-10-10 9:07 ` Florian Fainelli
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).