[PATCH v3 2/2] dts/ls2080a: Update DTSI to add support of SP805 WDT

Bhupesh SHARMA bhupesh.linux at gmail.com
Tue Dec 22 21:23:04 PST 2015


Hi Arnd, Olof, Kevin

On Tue, Dec 15, 2015 at 8:00 PM, Bhupesh Sharma
<bhupesh.sharma at freescale.com> wrote:
> This patch updates the LS2080a DTSI (DTS Include) file to add
> support for eight SP805 Watchdog units which can be used to
> reset the eight Cortex-A57 cores available on LS2080A.
>
> Signed-off-by: Bhupesh Sharma <bhupesh.sharma at freescale.com>
> ---
>  arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi |   56 ++++++++++++++++++++++++
>  1 file changed, 56 insertions(+)

Since Rob has acked the SP805 WDT binding documentation patch (patch
1/2 of this series),
can this DTSI change, please be considered for absorption in the arm-soc tree.

Regards,
Bhupesh

>
> diff --git a/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi
> index e81cd48..7b0f411 100644
> --- a/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi
> +++ b/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi
> @@ -193,6 +193,62 @@
>                         interrupts = <0 32 0x4>; /* Level high type */
>                 };
>
> +               cluster1_core0_watchdog: wdt at c000000 {
> +                       compatible = "arm,sp805-wdt", "arm,primecell";
> +                       reg = <0x0 0xc000000 0x0 0x1000>;
> +                       clocks = <&clockgen 4 3>, <&clockgen 4 3>;
> +                       clock-names = "apb_pclk", "wdog_clk";
> +               };
> +
> +               cluster1_core1_watchdog: wdt at c010000 {
> +                       compatible = "arm,sp805-wdt", "arm,primecell";
> +                       reg = <0x0 0xc010000 0x0 0x1000>;
> +                       clocks = <&clockgen 4 3>, <&clockgen 4 3>;
> +                       clock-names = "apb_pclk", "wdog_clk";
> +               };
> +
> +               cluster2_core0_watchdog: wdt at c100000 {
> +                       compatible = "arm,sp805-wdt", "arm,primecell";
> +                       reg = <0x0 0xc100000 0x0 0x1000>;
> +                       clocks = <&clockgen 4 3>, <&clockgen 4 3>;
> +                       clock-names = "apb_pclk", "wdog_clk";
> +               };
> +
> +               cluster2_core1_watchdog: wdt at c110000 {
> +                       compatible = "arm,sp805-wdt", "arm,primecell";
> +                       reg = <0x0 0xc110000 0x0 0x1000>;
> +                       clocks = <&clockgen 4 3>, <&clockgen 4 3>;
> +                       clock-names = "apb_pclk", "wdog_clk";
> +               };
> +
> +               cluster3_core0_watchdog: wdt at c200000 {
> +                       compatible = "arm,sp805-wdt", "arm,primecell";
> +                       reg = <0x0 0xc200000 0x0 0x1000>;
> +                       clocks = <&clockgen 4 3>, <&clockgen 4 3>;
> +                       clock-names = "apb_pclk", "wdog_clk";
> +               };
> +
> +               cluster3_core1_watchdog: wdt at c210000 {
> +                       compatible = "arm,sp805-wdt", "arm,primecell";
> +                       reg = <0x0 0xc210000 0x0 0x1000>;
> +                       clocks = <&clockgen 4 3>, <&clockgen 4 3>;
> +                       clock-names = "apb_pclk", "wdog_clk";
> +               };
> +
> +               cluster4_core0_watchdog: wdt at c300000 {
> +                       compatible = "arm,sp805-wdt", "arm,primecell";
> +                       reg = <0x0 0xc300000 0x0 0x1000>;
> +                       clocks = <&clockgen 4 3>, <&clockgen 4 3>;
> +                       clock-names = "apb_pclk", "wdog_clk";
> +               };
> +
> +               cluster4_core1_watchdog: wdt at c310000 {
> +                       compatible = "arm,sp805-wdt", "arm,primecell";
> +                       reg = <0x0 0xc310000 0x0 0x1000>;
> +                       clocks = <&clockgen 4 3>, <&clockgen 4 3>;
> +                       clock-names = "apb_pclk", "wdog_clk";
> +               };
> +
>                 fsl_mc: fsl-mc at 80c000000 {
>                         compatible = "fsl,qoriq-mc";
>                         reg = <0x00000008 0x0c000000 0 0x40>,    /* MC portal base */
> --
> 1.7.9.5
>
>



More information about the linux-arm-kernel mailing list