Re: [PATCH] ARM: dts: exynos4412-trats2: remove regulator-compatible usage

2015-09-28 Thread Javier Martinez Canillas
Hello Anand, On 09/28/2015 12:10 PM, Anand Moon wrote: > Hi Javier, > [snip] >> >> - ldo10_reg: ldo10 { >> - regulator-compatible = "LDO10"; > Missing the node name 'LDO10' >> + ldo10_reg: DO10 { Thanks for pointing

Re: [PATCH] ARM: dts: exynos4412-trats2: remove regulator-compatible usage

2015-09-28 Thread Anand Moon
Hi Javier, On 25 September 2015 at 19:14, Javier Martinez Canillas wrote: > The regulator-compatible property from the regulator DT binding was > deprecated and the correct approach is to use the node's name. > > This patch has no functional changes but by not using a deprecated > property, new

Re: [PATCH] ARM: dts: exynos4412-trats2: remove regulator-compatible usage

2015-09-28 Thread Javier Martinez Canillas
Hello Anand, On 09/28/2015 12:10 PM, Anand Moon wrote: > Hi Javier, > [snip] >> >> - ldo10_reg: ldo10 { >> - regulator-compatible = "LDO10"; > Missing the node name 'LDO10' >> + ldo10_reg: DO10 { Thanks for pointing

Re: [PATCH] ARM: dts: exynos4412-trats2: remove regulator-compatible usage

2015-09-28 Thread Anand Moon
Hi Javier, On 25 September 2015 at 19:14, Javier Martinez Canillas wrote: > The regulator-compatible property from the regulator DT binding was > deprecated and the correct approach is to use the node's name. > > This patch has no functional changes but by not using a

[PATCH] ARM: dts: exynos4412-trats2: remove regulator-compatible usage

2015-09-25 Thread Javier Martinez Canillas
The regulator-compatible property from the regulator DT binding was deprecated and the correct approach is to use the node's name. This patch has no functional changes but by not using a deprecated property, new DTS based on this one will not carry the same issue. Signed-off-by: Javier Martinez

[PATCH] ARM: dts: exynos4412-trats2: remove regulator-compatible usage

2015-09-25 Thread Javier Martinez Canillas
The regulator-compatible property from the regulator DT binding was deprecated and the correct approach is to use the node's name. This patch has no functional changes but by not using a deprecated property, new DTS based on this one will not carry the same issue. Signed-off-by: Javier Martinez