Sachin Kamat wrote:
> 
> Fix the name as per DT node naming convention.
> - rename the node to syscon which is a more generic name.
> - append the register value to the node name.
> 
> Signed-off-by: Sachin Kamat <sachin.ka...@linaro.org>
> Reviewed-by: Tomasz Figa <t.f...@samsung.com>
> ---
> Changes since v2:
> None.
> ---
>  arch/arm/boot/dts/exynos4.dtsi |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/exynos4.dtsi
> b/arch/arm/boot/dts/exynos4.dtsi
> index cb0f70cc552b..b7378154c0a1 100644
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -99,7 +99,7 @@
>               reg = <0x10440000 0x1000>;
>       };
> 
> -     sys_reg: sysreg {
> +     sys_reg: syscon@10010000 {
>               compatible = "samsung,exynos4-sysreg", "syscon";
>               reg = <0x10010000 0x400>;
>       };
> --
> 1.7.9.5

Looks good to me, thanks for this patch and reviews from Sylwester and
Tomasz.

Applied.
- Kukjin

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

Reply via email to