Hello Alim,

On 10/19/2015 08:03 AM, Alim Akhtar wrote:
> This patch adds syscon-{reboot, poweroff} nodes to allow the
> generic syscon-{reboot, poweroff} driver to reset/poweroff exynos5410 SoC.
> 
> Signed-off-by: Alim Akhtar <[email protected]>
> ---
>  arch/arm/boot/dts/exynos5410.dtsi |   14 ++++++++++++++
>  1 file changed, 14 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/exynos5410.dtsi 
> b/arch/arm/boot/dts/exynos5410.dtsi
> index 731eefd23fa9..b9bef8b5ffc9 100644
> --- a/arch/arm/boot/dts/exynos5410.dtsi
> +++ b/arch/arm/boot/dts/exynos5410.dtsi
> @@ -102,6 +102,20 @@
>                       reg = <0x10040000 0x5000>;
>               };
>  
> +             poweroff: syscon-poweroff {
> +                     compatible = "syscon-poweroff";
> +                     regmap = <&pmu_system_controller>;
> +                     offset = <0x330C>;
> +                     mask = <0x5200>;
> +             };
> +
> +             reboot: syscon-reboot {
> +                     compatible = "syscon-reboot";
> +                     regmap = <&pmu_system_controller>;
> +                     offset = <0x0400>;
> +                     mask = <0x1>;
> +             };
> +

Reviewed-by: Javier Martinez Canillas <[email protected]>

Best regards,
-- 
Javier Martinez Canillas
Open Source Group
Samsung Research America
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to