linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: fix naming of pinctrl node
@ 2016-10-08 20:34 Scott Branden
  2016-10-08 21:03 ` Ray Jui
  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

* Re: [PATCH] ARM: dts: fix naming of pinctrl node
  2016-10-08 20:34 [PATCH] ARM: dts: fix naming of pinctrl node Scott Branden
@ 2016-10-08 21:03 ` Ray Jui
  2016-10-10  9:07   ` Florian Fainelli
  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, linux-arm-kernel, linux-kernel



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@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>;
>

Looks good to me!

Reviewed-by: Ray Jui <ray.jui@broadcom.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: fix naming of pinctrl node
  2016-10-08 21:03 ` Ray Jui
@ 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, linux-arm-kernel, linux-kernel



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@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>;
>>
> 
> Looks good to me!
> 
> Reviewed-by: Ray Jui <ray.jui@broadcom.com>

Applied, thanks!
-- 
Florian

^ 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
2016-10-08 21:03 ` Ray Jui
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).