Message ID | 1445333085-22837-4-git-send-email-alim.akhtar@samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hello Alim, On 10/20/2015 11:24 AM, Alim Akhtar wrote: > This patch adds syscon-{reboot, poweroff} nodes to allow the > generic syscon-{reboot, poweroff} driver to reset/poweroff exynos5 SoCs. > > Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com> > Reviewed-by: Pankaj Dubey <pankaj.dubey@samsung.com> > Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> > Acked-by: Moritz Fischer <moritz.fischer@ettus.com> > --- > arch/arm/boot/dts/exynos5.dtsi | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > Tested-by: Javier Martinez Canillas <javier@osg.samsung.com> Best regards,
hi Alim, On 20 October 2015 at 16:00, Javier Martinez Canillas <javier@osg.samsung.com> wrote: > Hello Alim, > > On 10/20/2015 11:24 AM, Alim Akhtar wrote: >> This patch adds syscon-{reboot, poweroff} nodes to allow the >> generic syscon-{reboot, poweroff} driver to reset/poweroff exynos5 SoCs. >> >> Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com> >> Reviewed-by: Pankaj Dubey <pankaj.dubey@samsung.com> >> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> >> Acked-by: Moritz Fischer <moritz.fischer@ettus.com> >> --- >> arch/arm/boot/dts/exynos5.dtsi | 14 ++++++++++++++ >> 1 file changed, 14 insertions(+) >> > > Tested-by: Javier Martinez Canillas <javier@osg.samsung.com> > > Best regards, > -- > Javier Martinez Canillas > Open Source Group > Samsung Research America > -- Tested on OdroidXU3. Tested-by: Anand Moon <linux.amoon@gmail.com> -Anand Moon > 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 -- 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
On 20.10.2015 18:24, Alim Akhtar wrote: > This patch adds syscon-{reboot, poweroff} nodes to allow the > generic syscon-{reboot, poweroff} driver to reset/poweroff exynos5 SoCs. > > Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com> > Reviewed-by: Pankaj Dubey <pankaj.dubey@samsung.com> > Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> > Acked-by: Moritz Fischer <moritz.fischer@ettus.com> > --- > arch/arm/boot/dts/exynos5.dtsi | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Best regards, Krzysztof -- 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 --git a/arch/arm/boot/dts/exynos5.dtsi b/arch/arm/boot/dts/exynos5.dtsi index 110dbd4fb884..e2439e87ee4a 100644 --- a/arch/arm/boot/dts/exynos5.dtsi +++ b/arch/arm/boot/dts/exynos5.dtsi @@ -88,6 +88,20 @@ status = "disabled"; }; + poweroff: syscon-poweroff { + compatible = "syscon-poweroff"; + regmap = <&pmu_system_controller>; + offset = <0x330C>; /* PS_HOLD_CONTROL */ + mask = <0x5200>; /* reset value */ + }; + + reboot: syscon-reboot { + compatible = "syscon-reboot"; + regmap = <&pmu_system_controller>; + offset = <0x0400>; /* SWRESET */ + mask = <0x1>; + }; + fimd: fimd@14400000 { compatible = "samsung,exynos5250-fimd"; interrupt-parent = <&combiner>;