Re: (subset) [PATCH 1/8] dt-binding: watchdog: add more Rockchip compatibles to snps, dw-wdt.yaml
On Fri, 18 Dec 2020 13:05:27 +0100, Johan Jonker wrote: > The watchdog compatible strings are suppose to be SoC orientated. > In the more recently added Rockchip SoC dtsi files only > the fallback string "snps,dw-wdt" is used, so add the following > compatible strings: > > "rockchip,px30-wdt", "snps,dw-wdt" > "rockchip,rk3228-wdt", "snps,dw-wdt" > "rockchip,rk3308-wdt", "snps,dw-wdt" > "rockchip,rk3328-wdt", "snps,dw-wdt" > "rockchip,rk3399-wdt", "snps,dw-wdt" > "rockchip,rv1108-wdt", "snps,dw-wdt" > > [...] Applied, thanks! [2/8] ARM: dts: rockchip: add new watchdog compatible to rv1108.dtsi commit: 610e4c7215ddfa5c1bb52764717674ea8adb64f9 [3/8] ARM: dts: rockchip: add new watchdog compatible to rk322x.dtsi commit: 9ceb98f1ed19bc68129aa0db9da5adb4a40c0f1c [4/8] arm64: dts: rockchip: add new watchdog compatible to px30.dtsi commit: d16c7082cff5e198f2435f08e2254e40f3058c75 [5/8] arm64: dts: rockchip: add new watchdog compatible to rk3308.dtsi commit: 58ead0c605e8a5f4139ed4dfffcdddac72e2eb31 [6/8] arm64: dts: rockchip: add new watchdog compatible to rk3328.dtsi commit: 2499448c920fc9648350d4f21e1fbd00ccd108ee [7/8] arm64: dts: rockchip: add new watchdog compatible to rk3399.dtsi commit: 6b5c50863b3e6837f856a137fe6880ed4662335b [8/8] ARM: dts: rockchip: remove clock-names property from watchdog node in rv1108.dtsi commit: 398a4087872a44921d0ede2afef53a3c9f779ab6 Best regards, -- Heiko Stuebner
Re: [PATCH 1/8] dt-binding: watchdog: add more Rockchip compatibles to snps,dw-wdt.yaml
Hi Heiko, On 1/25/21 3:40 PM, Heiko Stuebner wrote: > Hi Guenter, > > Am Samstag, 23. Januar 2021, 18:34:01 CET schrieb Guenter Roeck: >> On Fri, Dec 18, 2020 at 01:05:27PM +0100, Johan Jonker wrote: >>> The watchdog compatible strings are suppose to be SoC orientated. >>> In the more recently added Rockchip SoC dtsi files only >>> the fallback string "snps,dw-wdt" is used, so add the following >>> compatible strings: >>> >>> "rockchip,px30-wdt", "snps,dw-wdt" >>> "rockchip,rk3228-wdt", "snps,dw-wdt" >>> "rockchip,rk3308-wdt", "snps,dw-wdt" >>> "rockchip,rk3328-wdt", "snps,dw-wdt" >>> "rockchip,rk3399-wdt", "snps,dw-wdt" >>> "rockchip,rv1108-wdt", "snps,dw-wdt" >>> >>> make ARCH=arm dtbs_check >>> DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml >>> >>> make ARCH=arm64 dtbs_check >>> DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml >>> >>> Signed-off-by: Johan Jonker >>> Acked-by: Rob Herring >>> Reviewed-by: Heiko Stuebner >> >> Reviewed-by: Guenter Roeck > > just to clarify, do you expect me to pick up the dt-binding patch > with the devicetree patches or do you want to take this individual > patch through the watchdog tree instead? > You'd have to ask Wim since he takes care of actually sending pull requests. But didn't you say earlier that you wanted to apply the rest of the series after this one is applied through the watchdog tree ? Thanks, Guenter > > Thanks > Heiko > >>> --- >>> Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 6 ++ >>> 1 file changed, 6 insertions(+) >>> >>> diff --git a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml >>> b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml >>> index f7ee9229c..b58596b18 100644 >>> --- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml >>> +++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml >>> @@ -18,10 +18,16 @@ properties: >>>- const: snps,dw-wdt >>>- items: >>>- enum: >>> + - rockchip,px30-wdt >>>- rockchip,rk3066-wdt >>>- rockchip,rk3188-wdt >>> + - rockchip,rk3228-wdt >>>- rockchip,rk3288-wdt >>> + - rockchip,rk3308-wdt >>> + - rockchip,rk3328-wdt >>>- rockchip,rk3368-wdt >>> + - rockchip,rk3399-wdt >>> + - rockchip,rv1108-wdt >>>- const: snps,dw-wdt >>> >>>reg: >> > > > >
Re: [PATCH 1/8] dt-binding: watchdog: add more Rockchip compatibles to snps,dw-wdt.yaml
On 1/26/21 12:37 AM, Heiko Stübner wrote: > Hi Guenter, > > Am Dienstag, 26. Januar 2021, 05:55:59 CET schrieb Guenter Roeck: >> On 1/25/21 3:40 PM, Heiko Stuebner wrote: >>> Am Samstag, 23. Januar 2021, 18:34:01 CET schrieb Guenter Roeck: On Fri, Dec 18, 2020 at 01:05:27PM +0100, Johan Jonker wrote: > The watchdog compatible strings are suppose to be SoC orientated. > In the more recently added Rockchip SoC dtsi files only > the fallback string "snps,dw-wdt" is used, so add the following > compatible strings: > > "rockchip,px30-wdt", "snps,dw-wdt" > "rockchip,rk3228-wdt", "snps,dw-wdt" > "rockchip,rk3308-wdt", "snps,dw-wdt" > "rockchip,rk3328-wdt", "snps,dw-wdt" > "rockchip,rk3399-wdt", "snps,dw-wdt" > "rockchip,rv1108-wdt", "snps,dw-wdt" > > make ARCH=arm dtbs_check > DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > > make ARCH=arm64 dtbs_check > DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > > Signed-off-by: Johan Jonker > Acked-by: Rob Herring > Reviewed-by: Heiko Stuebner Reviewed-by: Guenter Roeck >>> >>> just to clarify, do you expect me to pick up the dt-binding patch >>> with the devicetree patches or do you want to take this individual >>> patch through the watchdog tree instead? >>> >> >> You'd have to ask Wim since he takes care of actually sending pull requests. >> But didn't you say earlier that you wanted to apply the rest of the series >> after this one is applied through the watchdog tree ? > > Yep that was my intent, though somehow I mistook you as also being > a watchdog maintainer, hence the confusion. > I am, but Wim sends all pull requests. Guenter > So I'll wait for Wim to apply this patch and then I'll take the rest of > the series. > > Thanks > Heiko > > > --- > Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > index f7ee9229c..b58596b18 100644 > --- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > +++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > @@ -18,10 +18,16 @@ properties: >- const: snps,dw-wdt >- items: >- enum: > + - rockchip,px30-wdt >- rockchip,rk3066-wdt >- rockchip,rk3188-wdt > + - rockchip,rk3228-wdt >- rockchip,rk3288-wdt > + - rockchip,rk3308-wdt > + - rockchip,rk3328-wdt >- rockchip,rk3368-wdt > + - rockchip,rk3399-wdt > + - rockchip,rv1108-wdt >- const: snps,dw-wdt > >reg: >>> >>> >>> >>> >> >> > > > >
Re: [PATCH 1/8] dt-binding: watchdog: add more Rockchip compatibles to snps,dw-wdt.yaml
Hi Guenter, Am Dienstag, 26. Januar 2021, 05:55:59 CET schrieb Guenter Roeck: > On 1/25/21 3:40 PM, Heiko Stuebner wrote: > > Am Samstag, 23. Januar 2021, 18:34:01 CET schrieb Guenter Roeck: > >> On Fri, Dec 18, 2020 at 01:05:27PM +0100, Johan Jonker wrote: > >>> The watchdog compatible strings are suppose to be SoC orientated. > >>> In the more recently added Rockchip SoC dtsi files only > >>> the fallback string "snps,dw-wdt" is used, so add the following > >>> compatible strings: > >>> > >>> "rockchip,px30-wdt", "snps,dw-wdt" > >>> "rockchip,rk3228-wdt", "snps,dw-wdt" > >>> "rockchip,rk3308-wdt", "snps,dw-wdt" > >>> "rockchip,rk3328-wdt", "snps,dw-wdt" > >>> "rockchip,rk3399-wdt", "snps,dw-wdt" > >>> "rockchip,rv1108-wdt", "snps,dw-wdt" > >>> > >>> make ARCH=arm dtbs_check > >>> DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > >>> > >>> make ARCH=arm64 dtbs_check > >>> DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > >>> > >>> Signed-off-by: Johan Jonker > >>> Acked-by: Rob Herring > >>> Reviewed-by: Heiko Stuebner > >> > >> Reviewed-by: Guenter Roeck > > > > just to clarify, do you expect me to pick up the dt-binding patch > > with the devicetree patches or do you want to take this individual > > patch through the watchdog tree instead? > > > > You'd have to ask Wim since he takes care of actually sending pull requests. > But didn't you say earlier that you wanted to apply the rest of the series > after this one is applied through the watchdog tree ? Yep that was my intent, though somehow I mistook you as also being a watchdog maintainer, hence the confusion. So I'll wait for Wim to apply this patch and then I'll take the rest of the series. Thanks Heiko > >>> --- > >>> Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 6 ++ > >>> 1 file changed, 6 insertions(+) > >>> > >>> diff --git a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > >>> b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > >>> index f7ee9229c..b58596b18 100644 > >>> --- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > >>> +++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > >>> @@ -18,10 +18,16 @@ properties: > >>>- const: snps,dw-wdt > >>>- items: > >>>- enum: > >>> + - rockchip,px30-wdt > >>>- rockchip,rk3066-wdt > >>>- rockchip,rk3188-wdt > >>> + - rockchip,rk3228-wdt > >>>- rockchip,rk3288-wdt > >>> + - rockchip,rk3308-wdt > >>> + - rockchip,rk3328-wdt > >>>- rockchip,rk3368-wdt > >>> + - rockchip,rk3399-wdt > >>> + - rockchip,rv1108-wdt > >>>- const: snps,dw-wdt > >>> > >>>reg: > >> > > > > > > > > > >
Re: [PATCH 1/8] dt-binding: watchdog: add more Rockchip compatibles to snps,dw-wdt.yaml
Hi Guenter, Am Samstag, 23. Januar 2021, 18:34:01 CET schrieb Guenter Roeck: > On Fri, Dec 18, 2020 at 01:05:27PM +0100, Johan Jonker wrote: > > The watchdog compatible strings are suppose to be SoC orientated. > > In the more recently added Rockchip SoC dtsi files only > > the fallback string "snps,dw-wdt" is used, so add the following > > compatible strings: > > > > "rockchip,px30-wdt", "snps,dw-wdt" > > "rockchip,rk3228-wdt", "snps,dw-wdt" > > "rockchip,rk3308-wdt", "snps,dw-wdt" > > "rockchip,rk3328-wdt", "snps,dw-wdt" > > "rockchip,rk3399-wdt", "snps,dw-wdt" > > "rockchip,rv1108-wdt", "snps,dw-wdt" > > > > make ARCH=arm dtbs_check > > DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > > > > make ARCH=arm64 dtbs_check > > DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > > > > Signed-off-by: Johan Jonker > > Acked-by: Rob Herring > > Reviewed-by: Heiko Stuebner > > Reviewed-by: Guenter Roeck just to clarify, do you expect me to pick up the dt-binding patch with the devicetree patches or do you want to take this individual patch through the watchdog tree instead? Thanks Heiko > > --- > > Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 6 ++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > > b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > > index f7ee9229c..b58596b18 100644 > > --- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > > +++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > > @@ -18,10 +18,16 @@ properties: > >- const: snps,dw-wdt > >- items: > >- enum: > > + - rockchip,px30-wdt > >- rockchip,rk3066-wdt > >- rockchip,rk3188-wdt > > + - rockchip,rk3228-wdt > >- rockchip,rk3288-wdt > > + - rockchip,rk3308-wdt > > + - rockchip,rk3328-wdt > >- rockchip,rk3368-wdt > > + - rockchip,rk3399-wdt > > + - rockchip,rv1108-wdt > >- const: snps,dw-wdt > > > >reg: >
Re: [PATCH 1/8] dt-binding: watchdog: add more Rockchip compatibles to snps,dw-wdt.yaml
On Fri, Dec 18, 2020 at 01:05:27PM +0100, Johan Jonker wrote: > The watchdog compatible strings are suppose to be SoC orientated. > In the more recently added Rockchip SoC dtsi files only > the fallback string "snps,dw-wdt" is used, so add the following > compatible strings: > > "rockchip,px30-wdt", "snps,dw-wdt" > "rockchip,rk3228-wdt", "snps,dw-wdt" > "rockchip,rk3308-wdt", "snps,dw-wdt" > "rockchip,rk3328-wdt", "snps,dw-wdt" > "rockchip,rk3399-wdt", "snps,dw-wdt" > "rockchip,rv1108-wdt", "snps,dw-wdt" > > make ARCH=arm dtbs_check > DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > > make ARCH=arm64 dtbs_check > DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > > Signed-off-by: Johan Jonker > Acked-by: Rob Herring > Reviewed-by: Heiko Stuebner Reviewed-by: Guenter Roeck > --- > Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > index f7ee9229c..b58596b18 100644 > --- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > +++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > @@ -18,10 +18,16 @@ properties: >- const: snps,dw-wdt >- items: >- enum: > + - rockchip,px30-wdt >- rockchip,rk3066-wdt >- rockchip,rk3188-wdt > + - rockchip,rk3228-wdt >- rockchip,rk3288-wdt > + - rockchip,rk3308-wdt > + - rockchip,rk3328-wdt >- rockchip,rk3368-wdt > + - rockchip,rk3399-wdt > + - rockchip,rv1108-wdt >- const: snps,dw-wdt > >reg:
Re: [PATCH 1/8] dt-binding: watchdog: add more Rockchip compatibles to snps,dw-wdt.yaml
Am Freitag, 18. Dezember 2020, 13:05:27 CET schrieb Johan Jonker: > The watchdog compatible strings are suppose to be SoC orientated. > In the more recently added Rockchip SoC dtsi files only > the fallback string "snps,dw-wdt" is used, so add the following > compatible strings: > > "rockchip,px30-wdt", "snps,dw-wdt" > "rockchip,rk3228-wdt", "snps,dw-wdt" > "rockchip,rk3308-wdt", "snps,dw-wdt" > "rockchip,rk3328-wdt", "snps,dw-wdt" > "rockchip,rk3399-wdt", "snps,dw-wdt" > "rockchip,rv1108-wdt", "snps,dw-wdt" > > make ARCH=arm dtbs_check > DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > > make ARCH=arm64 dtbs_check > DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > > Signed-off-by: Johan Jonker Reviewed-by: Heiko Stuebner I'd like to pick up the devicetree patches (2-8) once this has landed in the watchdog tree. Thanks Heiko
Re: [PATCH 1/8] dt-binding: watchdog: add more Rockchip compatibles to snps, dw-wdt.yaml
On Fri, 18 Dec 2020 13:05:27 +0100, Johan Jonker wrote: > The watchdog compatible strings are suppose to be SoC orientated. > In the more recently added Rockchip SoC dtsi files only > the fallback string "snps,dw-wdt" is used, so add the following > compatible strings: > > "rockchip,px30-wdt", "snps,dw-wdt" > "rockchip,rk3228-wdt", "snps,dw-wdt" > "rockchip,rk3308-wdt", "snps,dw-wdt" > "rockchip,rk3328-wdt", "snps,dw-wdt" > "rockchip,rk3399-wdt", "snps,dw-wdt" > "rockchip,rv1108-wdt", "snps,dw-wdt" > > make ARCH=arm dtbs_check > DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > > make ARCH=arm64 dtbs_check > DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > > Signed-off-by: Johan Jonker > --- > Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 6 ++ > 1 file changed, 6 insertions(+) > Acked-by: Rob Herring
[PATCH 1/8] dt-binding: watchdog: add more Rockchip compatibles to snps,dw-wdt.yaml
The watchdog compatible strings are suppose to be SoC orientated. In the more recently added Rockchip SoC dtsi files only the fallback string "snps,dw-wdt" is used, so add the following compatible strings: "rockchip,px30-wdt", "snps,dw-wdt" "rockchip,rk3228-wdt", "snps,dw-wdt" "rockchip,rk3308-wdt", "snps,dw-wdt" "rockchip,rk3328-wdt", "snps,dw-wdt" "rockchip,rk3399-wdt", "snps,dw-wdt" "rockchip,rv1108-wdt", "snps,dw-wdt" make ARCH=arm dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml make ARCH=arm64 dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml Signed-off-by: Johan Jonker --- Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml index f7ee9229c..b58596b18 100644 --- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml @@ -18,10 +18,16 @@ properties: - const: snps,dw-wdt - items: - enum: + - rockchip,px30-wdt - rockchip,rk3066-wdt - rockchip,rk3188-wdt + - rockchip,rk3228-wdt - rockchip,rk3288-wdt + - rockchip,rk3308-wdt + - rockchip,rk3328-wdt - rockchip,rk3368-wdt + - rockchip,rk3399-wdt + - rockchip,rv1108-wdt - const: snps,dw-wdt reg: -- 2.11.0