All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: exynos4412-odroid: remove redundant pinctrl settings
@ 2015-09-21 17:58 Tobias Jakobi
  2015-09-21 17:59 ` [PATCH] ARM: dts: exynos4412-odroid: unify voltage regulator style Tobias Jakobi
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Tobias Jakobi @ 2015-09-21 17:58 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: k.kozlowski, devicetree, Tobias Jakobi

The pinctrl settings in i2c_0 and i2c_1 are already provided
through the exynos4 dtsi.

Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
---
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
index 3f8bc7b..3c34e74 100644
--- a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
+++ b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
@@ -217,8 +217,6 @@
 };
 
 &i2c_0 {
-	pinctrl-0 = <&i2c0_bus>;
-	pinctrl-names = "default";
 	samsung,i2c-sda-delay = <100>;
 	samsung,i2c-max-bus-freq = <400000>;
 	status = "okay";
@@ -444,8 +442,6 @@
 };
 
 &i2c_1 {
-	pinctrl-names = "default";
-	pinctrl-0 = <&i2c1_bus>;
 	status = "okay";
 	max98090: max98090@10 {
 		compatible = "maxim,max98090";
@@ -460,8 +456,6 @@
 
 &i2c_2 {
 	status = "okay";
-	pinctrl-names = "default";
-	pinctrl-0 = <&i2c2_bus>;
 };
 
 &i2c_8 {
-- 
2.0.5

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

* [PATCH] ARM: dts: exynos4412-odroid: unify voltage regulator style
  2015-09-21 17:58 [PATCH] ARM: dts: exynos4412-odroid: remove redundant pinctrl settings Tobias Jakobi
@ 2015-09-21 17:59 ` Tobias Jakobi
       [not found]   ` <1442858340-4584-2-git-send-email-tjakobi-o02PS0xoJP9W0yFyLvAVXMxlOr/tl8fh@public.gmane.org>
  2015-10-06 23:26   ` Tobias Jakobi
  2015-09-23  7:57 ` [PATCH] ARM: dts: exynos4412-odroid: remove redundant pinctrl settings Javier Martinez Canillas
  2015-10-06 23:26 ` Tobias Jakobi
  2 siblings, 2 replies; 8+ messages in thread
From: Tobias Jakobi @ 2015-09-21 17:59 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: k.kozlowski, devicetree, Tobias Jakobi

Use 'ldoN_reg: LDON' syntax and drop the deprecated
'regulator-compatible' property.

Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
---
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
index 518230f..9f381bd 100644
--- a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
+++ b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
@@ -294,15 +294,13 @@
 				regulator-always-on;
 			};
 
-			ldo8_reg: ldo@8 {
-				regulator-compatible = "LDO8";
+			ldo8_reg: LDO8 {
 				regulator-name = "VDD10_HDMI_1.0V";
 				regulator-min-microvolt = <1000000>;
 				regulator-max-microvolt = <1000000>;
 			};
 
-			ldo10_reg: ldo@10 {
-				regulator-compatible = "LDO10";
+			ldo10_reg: LDO10 {
 				regulator-name = "VDDQ_MIPIHSI_1.8V";
 				regulator-min-microvolt = <1800000>;
 				regulator-max-microvolt = <1800000>;
-- 
2.0.5

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

* Re: [PATCH] ARM: dts: exynos4412-odroid: remove redundant pinctrl settings
  2015-09-21 17:58 [PATCH] ARM: dts: exynos4412-odroid: remove redundant pinctrl settings Tobias Jakobi
  2015-09-21 17:59 ` [PATCH] ARM: dts: exynos4412-odroid: unify voltage regulator style Tobias Jakobi
@ 2015-09-23  7:57 ` Javier Martinez Canillas
  2015-10-06 23:26 ` Tobias Jakobi
  2 siblings, 0 replies; 8+ messages in thread
From: Javier Martinez Canillas @ 2015-09-23  7:57 UTC (permalink / raw)
  To: Tobias Jakobi, linux-samsung-soc; +Cc: k.kozlowski, devicetree

Hello Tobias,

On 09/21/2015 07:58 PM, Tobias Jakobi wrote:
> The pinctrl settings in i2c_0 and i2c_1 are already provided
> through the exynos4 dtsi.
> 
> Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
> ---

Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>

Best regards,
-- 
Javier Martinez Canillas
Open Source Group
Samsung Research America

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

* Re: [PATCH] ARM: dts: exynos4412-odroid: unify voltage regulator style
       [not found]   ` <1442858340-4584-2-git-send-email-tjakobi-o02PS0xoJP9W0yFyLvAVXMxlOr/tl8fh@public.gmane.org>
@ 2015-09-23  7:58     ` Javier Martinez Canillas
  0 siblings, 0 replies; 8+ messages in thread
From: Javier Martinez Canillas @ 2015-09-23  7:58 UTC (permalink / raw)
  To: Tobias Jakobi, linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA
  Cc: k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ, devicetree-u79uwXL29TY76Z2rM5mHXA

Hello Tobias,

On 09/21/2015 07:59 PM, Tobias Jakobi wrote:
> Use 'ldoN_reg: LDON' syntax and drop the deprecated
> 'regulator-compatible' property.
> 
> Signed-off-by: Tobias Jakobi <tjakobi-o02PS0xoJP9W0yFyLvAVXMxlOr/tl8fh@public.gmane.org>
> ---

Reviewed-by: Javier Martinez Canillas <javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>

Best regards,
-- 
Javier Martinez Canillas
Open Source Group
Samsung Research America
--
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] 8+ messages in thread

* Re: [PATCH] ARM: dts: exynos4412-odroid: remove redundant pinctrl settings
  2015-09-21 17:58 [PATCH] ARM: dts: exynos4412-odroid: remove redundant pinctrl settings Tobias Jakobi
  2015-09-21 17:59 ` [PATCH] ARM: dts: exynos4412-odroid: unify voltage regulator style Tobias Jakobi
  2015-09-23  7:57 ` [PATCH] ARM: dts: exynos4412-odroid: remove redundant pinctrl settings Javier Martinez Canillas
@ 2015-10-06 23:26 ` Tobias Jakobi
  2 siblings, 0 replies; 8+ messages in thread
From: Tobias Jakobi @ 2015-10-06 23:26 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: k.kozlowski, devicetree

Gentle ping!

- Tobias


Tobias Jakobi wrote:
> The pinctrl settings in i2c_0 and i2c_1 are already provided
> through the exynos4 dtsi.
> 
> Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
> ---
>  arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
> index 3f8bc7b..3c34e74 100644
> --- a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
> +++ b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
> @@ -217,8 +217,6 @@
>  };
>  
>  &i2c_0 {
> -	pinctrl-0 = <&i2c0_bus>;
> -	pinctrl-names = "default";
>  	samsung,i2c-sda-delay = <100>;
>  	samsung,i2c-max-bus-freq = <400000>;
>  	status = "okay";
> @@ -444,8 +442,6 @@
>  };
>  
>  &i2c_1 {
> -	pinctrl-names = "default";
> -	pinctrl-0 = <&i2c1_bus>;
>  	status = "okay";
>  	max98090: max98090@10 {
>  		compatible = "maxim,max98090";
> @@ -460,8 +456,6 @@
>  
>  &i2c_2 {
>  	status = "okay";
> -	pinctrl-names = "default";
> -	pinctrl-0 = <&i2c2_bus>;
>  };
>  
>  &i2c_8 {
> 

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

* Re: [PATCH] ARM: dts: exynos4412-odroid: unify voltage regulator style
  2015-09-21 17:59 ` [PATCH] ARM: dts: exynos4412-odroid: unify voltage regulator style Tobias Jakobi
       [not found]   ` <1442858340-4584-2-git-send-email-tjakobi-o02PS0xoJP9W0yFyLvAVXMxlOr/tl8fh@public.gmane.org>
@ 2015-10-06 23:26   ` Tobias Jakobi
  2015-10-08  0:57     ` Krzysztof Kozlowski
  1 sibling, 1 reply; 8+ messages in thread
From: Tobias Jakobi @ 2015-10-06 23:26 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: k.kozlowski, devicetree

Gentle ping!

- Tobias

Tobias Jakobi wrote:
> Use 'ldoN_reg: LDON' syntax and drop the deprecated
> 'regulator-compatible' property.
> 
> Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
> ---
>  arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
> index 518230f..9f381bd 100644
> --- a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
> +++ b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
> @@ -294,15 +294,13 @@
>  				regulator-always-on;
>  			};
>  
> -			ldo8_reg: ldo@8 {
> -				regulator-compatible = "LDO8";
> +			ldo8_reg: LDO8 {
>  				regulator-name = "VDD10_HDMI_1.0V";
>  				regulator-min-microvolt = <1000000>;
>  				regulator-max-microvolt = <1000000>;
>  			};
>  
> -			ldo10_reg: ldo@10 {
> -				regulator-compatible = "LDO10";
> +			ldo10_reg: LDO10 {
>  				regulator-name = "VDDQ_MIPIHSI_1.8V";
>  				regulator-min-microvolt = <1800000>;
>  				regulator-max-microvolt = <1800000>;
> 

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

* Re: [PATCH] ARM: dts: exynos4412-odroid: unify voltage regulator style
  2015-10-06 23:26   ` Tobias Jakobi
@ 2015-10-08  0:57     ` Krzysztof Kozlowski
  2015-10-08 10:25       ` Tobias Jakobi
  0 siblings, 1 reply; 8+ messages in thread
From: Krzysztof Kozlowski @ 2015-10-08  0:57 UTC (permalink / raw)
  To: Tobias Jakobi, linux-samsung-soc; +Cc: devicetree

On 07.10.2015 08:26, Tobias Jakobi wrote:
> Gentle ping!

Both patches are now in Kukjin's tree.

Best regards,
Krzysztof

> 
> - Tobias
> 
> Tobias Jakobi wrote:
>> Use 'ldoN_reg: LDON' syntax and drop the deprecated
>> 'regulator-compatible' property.
>>
>> Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
>> ---
>>  arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 6 ++----
>>  1 file changed, 2 insertions(+), 4 deletions(-)

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

* Re: [PATCH] ARM: dts: exynos4412-odroid: unify voltage regulator style
  2015-10-08  0:57     ` Krzysztof Kozlowski
@ 2015-10-08 10:25       ` Tobias Jakobi
  0 siblings, 0 replies; 8+ messages in thread
From: Tobias Jakobi @ 2015-10-08 10:25 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-samsung-soc; +Cc: devicetree

Krzysztof Kozlowski wrote:
> On 07.10.2015 08:26, Tobias Jakobi wrote:
>> Gentle ping!
> 
> Both patches are now in Kukjin's tree.
Thanks Krzysztof for the heads up!

With best wishes,
Tobias


> Best regards,
> Krzysztof
> 
>>
>> - Tobias
>>
>> Tobias Jakobi wrote:
>>> Use 'ldoN_reg: LDON' syntax and drop the deprecated
>>> 'regulator-compatible' property.
>>>
>>> Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
>>> ---
>>>  arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 6 ++----
>>>  1 file changed, 2 insertions(+), 4 deletions(-)
> 

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

end of thread, other threads:[~2015-10-08 10:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-21 17:58 [PATCH] ARM: dts: exynos4412-odroid: remove redundant pinctrl settings Tobias Jakobi
2015-09-21 17:59 ` [PATCH] ARM: dts: exynos4412-odroid: unify voltage regulator style Tobias Jakobi
     [not found]   ` <1442858340-4584-2-git-send-email-tjakobi-o02PS0xoJP9W0yFyLvAVXMxlOr/tl8fh@public.gmane.org>
2015-09-23  7:58     ` Javier Martinez Canillas
2015-10-06 23:26   ` Tobias Jakobi
2015-10-08  0:57     ` Krzysztof Kozlowski
2015-10-08 10:25       ` Tobias Jakobi
2015-09-23  7:57 ` [PATCH] ARM: dts: exynos4412-odroid: remove redundant pinctrl settings Javier Martinez Canillas
2015-10-06 23:26 ` Tobias Jakobi

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.