diff mbox

ARM: dts: exynos4412-odroid: unify voltage regulator style

Message ID 1442858340-4584-2-git-send-email-tjakobi@math.uni-bielefeld.de (mailing list archive)
State New, archived
Headers show

Commit Message

Tobias Jakobi Sept. 21, 2015, 5:59 p.m. UTC
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(-)

Comments

Javier Martinez Canillas Sept. 23, 2015, 7:58 a.m. UTC | #1
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@math.uni-bielefeld.de>
> ---

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

Best regards,
Tobias Jakobi Oct. 6, 2015, 11:26 p.m. UTC | #2
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>;
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Krzysztof Kozlowski Oct. 8, 2015, 12:57 a.m. UTC | #3
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(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Tobias Jakobi Oct. 8, 2015, 10:25 a.m. UTC | #4
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(-)
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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