2019-05-09 07:06:23

by Chuanhua Han

[permalink] [raw]
Subject: [PATCH] arm64: dts: ls1028a: fix watchdog device node

ls1028a platform uses sp805 watchdog, and use 1/16 platform clock as
timer clock, this patch fix device tree node.

Signed-off-by: Zhang Ying-22455 <[email protected]>
Signed-off-by: Chuanhua Han <[email protected]>
---
.../arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
index b04581249f0b..1510b1858246 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
@@ -285,13 +285,18 @@
#interrupt-cells = <2>;
};

- wdog0: watchdog@23c0000 {
- compatible = "fsl,ls1028a-wdt", "fsl,imx21-wdt";
- reg = <0x0 0x23c0000 0x0 0x10000>;
- interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
- clocks = <&clockgen 4 1>;
- big-endian;
- status = "disabled";
+ cluster1_core0_watchdog: wdt@c000000 {
+ compatible = "arm,sp805", "arm,primecell";
+ reg = <0x0 0xc000000 0x0 0x1000>;
+ clocks = <&clockgen 4 15>, <&clockgen 4 15>;
+ clock-names = "apb_pclk", "wdog_clk";
+ };
+
+ cluster1_core1_watchdog: wdt@c010000 {
+ compatible = "arm,sp805", "arm,primecell";
+ reg = <0x0 0xc010000 0x0 0x1000>;
+ clocks = <&clockgen 4 15>, <&clockgen 4 15>;
+ clock-names = "apb_pclk", "wdog_clk";
};

sata: sata@3200000 {
--
2.17.1


2019-05-17 04:05:42

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: ls1028a: fix watchdog device node

On Thu, May 09, 2019 at 03:06:57PM +0800, Chuanhua Han wrote:
> ls1028a platform uses sp805 watchdog, and use 1/16 platform clock as
> timer clock, this patch fix device tree node.
>
> Signed-off-by: Zhang Ying-22455 <[email protected]>
> Signed-off-by: Chuanhua Han <[email protected]>
> ---
> .../arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 19 ++++++++++++-------
> 1 file changed, 12 insertions(+), 7 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
> index b04581249f0b..1510b1858246 100644
> --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
> +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
> @@ -285,13 +285,18 @@
> #interrupt-cells = <2>;
> };
>
> - wdog0: watchdog@23c0000 {
> - compatible = "fsl,ls1028a-wdt", "fsl,imx21-wdt";
> - reg = <0x0 0x23c0000 0x0 0x10000>;
> - interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
> - clocks = <&clockgen 4 1>;
> - big-endian;
> - status = "disabled";
> + cluster1_core0_watchdog: wdt@c000000 {

Keep 'watchdog' as the node name, and keep nodes sort in unit-address.

Shawn

> + compatible = "arm,sp805", "arm,primecell";
> + reg = <0x0 0xc000000 0x0 0x1000>;
> + clocks = <&clockgen 4 15>, <&clockgen 4 15>;
> + clock-names = "apb_pclk", "wdog_clk";
> + };
> +
> + cluster1_core1_watchdog: wdt@c010000 {
> + compatible = "arm,sp805", "arm,primecell";
> + reg = <0x0 0xc010000 0x0 0x1000>;
> + clocks = <&clockgen 4 15>, <&clockgen 4 15>;
> + clock-names = "apb_pclk", "wdog_clk";
> };
>
> sata: sata@3200000 {
> --
> 2.17.1
>

2019-05-17 07:22:59

by Chuanhua Han

[permalink] [raw]
Subject: RE: [EXT] Re: [PATCH] arm64: dts: ls1028a: fix watchdog device node



> -----Original Message-----
> From: Shawn Guo <[email protected]>
> Sent: 2019??5??17?? 10:38
> To: Chuanhua Han <[email protected]>
> Cc: Leo Li <[email protected]>; [email protected];
> [email protected]; [email protected];
> [email protected]; Ying Zhang <[email protected]>
> Subject: [EXT] Re: [PATCH] arm64: dts: ls1028a: fix watchdog device node
>
> Caution: EXT Email
>
> On Thu, May 09, 2019 at 03:06:57PM +0800, Chuanhua Han wrote:
> > ls1028a platform uses sp805 watchdog, and use 1/16 platform clock as
> > timer clock, this patch fix device tree node.
> >
> > Signed-off-by: Zhang Ying-22455 <[email protected]>
> > Signed-off-by: Chuanhua Han <[email protected]>
> > ---
> > .../arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 19
> > ++++++++++++-------
> > 1 file changed, 12 insertions(+), 7 deletions(-)
> >
> > diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
> > b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
> > index b04581249f0b..1510b1858246 100644
> > --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
> > +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
> > @@ -285,13 +285,18 @@
> > #interrupt-cells = <2>;
> > };
> >
> > - wdog0: watchdog@23c0000 {
> > - compatible = "fsl,ls1028a-wdt", "fsl,imx21-wdt";
> > - reg = <0x0 0x23c0000 0x0 0x10000>;
> > - interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
> > - clocks = <&clockgen 4 1>;
> > - big-endian;
> > - status = "disabled";
> > + cluster1_core0_watchdog: wdt@c000000 {
>
> Keep 'watchdog' as the node name,
Thanks for your replay
Do you mean replace the ??wdt?? with ??watchdog???
and keep nodes sort in unit-address.
What does this mean?
>
> Shawn
>
> > + compatible = "arm,sp805", "arm,primecell";
> > + reg = <0x0 0xc000000 0x0 0x1000>;
> > + clocks = <&clockgen 4 15>, <&clockgen 4 15>;
> > + clock-names = "apb_pclk", "wdog_clk";
> > + };
> > +
> > + cluster1_core1_watchdog: wdt@c010000 {
> > + compatible = "arm,sp805", "arm,primecell";
> > + reg = <0x0 0xc010000 0x0 0x1000>;
> > + clocks = <&clockgen 4 15>, <&clockgen 4 15>;
> > + clock-names = "apb_pclk", "wdog_clk";
> > };
> >
> > sata: sata@3200000 {
> > --
> > 2.17.1
> >

2019-05-17 23:02:37

by Leo Li

[permalink] [raw]
Subject: RE: [EXT] Re: [PATCH] arm64: dts: ls1028a: fix watchdog device node



> -----Original Message-----
> From: Chuanhua Han
> Sent: Friday, May 17, 2019 1:11 AM
> To: Shawn Guo <[email protected]>
> Cc: Leo Li <[email protected]>; [email protected]; linux-arm-
> [email protected]; [email protected]; linux-
> [email protected]; Ying Zhang <[email protected]>
> Subject: RE: [EXT] Re: [PATCH] arm64: dts: ls1028a: fix watchdog device node
>
>
>
> > -----Original Message-----
> > From: Shawn Guo <[email protected]>
> > Sent: 2019??5??17?? 10:38
> > To: Chuanhua Han <[email protected]>
> > Cc: Leo Li <[email protected]>; [email protected];
> > [email protected]; [email protected];
> > [email protected]; Ying Zhang <[email protected]>
> > Subject: [EXT] Re: [PATCH] arm64: dts: ls1028a: fix watchdog device
> > node
> >
> > Caution: EXT Email
> >
> > On Thu, May 09, 2019 at 03:06:57PM +0800, Chuanhua Han wrote:
> > > ls1028a platform uses sp805 watchdog, and use 1/16 platform clock as
> > > timer clock, this patch fix device tree node.
> > >
> > > Signed-off-by: Zhang Ying-22455 <[email protected]>
> > > Signed-off-by: Chuanhua Han <[email protected]>
> > > ---
> > > .../arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 19
> > > ++++++++++++-------
> > > 1 file changed, 12 insertions(+), 7 deletions(-)
> > >
> > > diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
> > > b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
> > > index b04581249f0b..1510b1858246 100644
> > > --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
> > > +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
> > > @@ -285,13 +285,18 @@
> > > #interrupt-cells = <2>;
> > > };
> > >
> > > - wdog0: watchdog@23c0000 {
> > > - compatible = "fsl,ls1028a-wdt", "fsl,imx21-wdt";
> > > - reg = <0x0 0x23c0000 0x0 0x10000>;
> > > - interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
> > > - clocks = <&clockgen 4 1>;
> > > - big-endian;
> > > - status = "disabled";
> > > + cluster1_core0_watchdog: wdt@c000000 {
> >
> > Keep 'watchdog' as the node name,
> Thanks for your replay
> Do you mean replace the ??wdt?? with ??watchdog???
> and keep nodes sort in unit-address.
> What does this mean?

That means order the nodes by the addresses (e.g. c000000, c010000)

> >
> > Shawn
> >
> > > + compatible = "arm,sp805", "arm,primecell";
> > > + reg = <0x0 0xc000000 0x0 0x1000>;
> > > + clocks = <&clockgen 4 15>, <&clockgen 4 15>;
> > > + clock-names = "apb_pclk", "wdog_clk";
> > > + };
> > > +
> > > + cluster1_core1_watchdog: wdt@c010000 {
> > > + compatible = "arm,sp805", "arm,primecell";
> > > + reg = <0x0 0xc010000 0x0 0x1000>;
> > > + clocks = <&clockgen 4 15>, <&clockgen 4 15>;
> > > + clock-names = "apb_pclk", "wdog_clk";
> > > };
> > >
> > > sata: sata@3200000 {
> > > --
> > > 2.17.1
> > >

2019-05-21 13:02:06

by Chuanhua Han

[permalink] [raw]
Subject: RE: [EXT] Re: [PATCH] arm64: dts: ls1028a: fix watchdog device node



> -----Original Message-----
> From: Leo Li
> Sent: 2019??5??18?? 6:01
> To: Chuanhua Han <[email protected]>; Shawn Guo
> <[email protected]>
> Cc: [email protected]; [email protected];
> [email protected]; [email protected]; Ying Zhang
> <[email protected]>
> Subject: RE: [EXT] Re: [PATCH] arm64: dts: ls1028a: fix watchdog device node
>
>
>
> > -----Original Message-----
> > From: Chuanhua Han
> > Sent: Friday, May 17, 2019 1:11 AM
> > To: Shawn Guo <[email protected]>
> > Cc: Leo Li <[email protected]>; [email protected]; linux-arm-
> > [email protected]; [email protected]; linux-
> > [email protected]; Ying Zhang <[email protected]>
> > Subject: RE: [EXT] Re: [PATCH] arm64: dts: ls1028a: fix watchdog
> > device node
> >
> >
> >
> > > -----Original Message-----
> > > From: Shawn Guo <[email protected]>
> > > Sent: 2019??5??17?? 10:38
> > > To: Chuanhua Han <[email protected]>
> > > Cc: Leo Li <[email protected]>; [email protected];
> > > [email protected]; [email protected];
> > > [email protected]; Ying Zhang <[email protected]>
> > > Subject: [EXT] Re: [PATCH] arm64: dts: ls1028a: fix watchdog device
> > > node
> > >
> > > Caution: EXT Email
> > >
> > > On Thu, May 09, 2019 at 03:06:57PM +0800, Chuanhua Han wrote:
> > > > ls1028a platform uses sp805 watchdog, and use 1/16 platform clock
> > > > as timer clock, this patch fix device tree node.
> > > >
> > > > Signed-off-by: Zhang Ying-22455 <[email protected]>
> > > > Signed-off-by: Chuanhua Han <[email protected]>
> > > > ---
> > > > .../arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 19
> > > > ++++++++++++-------
> > > > 1 file changed, 12 insertions(+), 7 deletions(-)
> > > >
> > > > diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
> > > > b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
> > > > index b04581249f0b..1510b1858246 100644
> > > > --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
> > > > +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
> > > > @@ -285,13 +285,18 @@
> > > > #interrupt-cells = <2>;
> > > > };
> > > >
> > > > - wdog0: watchdog@23c0000 {
> > > > - compatible = "fsl,ls1028a-wdt", "fsl,imx21-wdt";
> > > > - reg = <0x0 0x23c0000 0x0 0x10000>;
> > > > - interrupts = <GIC_SPI 59
> IRQ_TYPE_LEVEL_HIGH>;
> > > > - clocks = <&clockgen 4 1>;
> > > > - big-endian;
> > > > - status = "disabled";
> > > > + cluster1_core0_watchdog: wdt@c000000 {
> > >
> > > Keep 'watchdog' as the node name,
> > Thanks for your replay
> > Do you mean replace the ??wdt?? with ??watchdog???
> > and keep nodes sort in unit-address.
> > What does this mean?
>
> That means order the nodes by the addresses (e.g. c000000, c010000)
The current order is correct??The first is c000000, then c000000??.
>
> > >
> > > Shawn
> > >
> > > > + compatible = "arm,sp805", "arm,primecell";
> > > > + reg = <0x0 0xc000000 0x0 0x1000>;
> > > > + clocks = <&clockgen 4 15>, <&clockgen 4 15>;
> > > > + clock-names = "apb_pclk", "wdog_clk";
> > > > + };
> > > > +
> > > > + cluster1_core1_watchdog: wdt@c010000 {
> > > > + compatible = "arm,sp805", "arm,primecell";
> > > > + reg = <0x0 0xc010000 0x0 0x1000>;
> > > > + clocks = <&clockgen 4 15>, <&clockgen 4 15>;
> > > > + clock-names = "apb_pclk", "wdog_clk";
> > > > };
> > > >
> > > > sata: sata@3200000 {
> > > > --
> > > > 2.17.1
> > > >