* [PATCH v1] dt-bindings: timer: remove rockchip, rk3066-timer compatible string from rockchip, rk-timer.yaml
@ 2021-08-24 9:56 ` Johan Jonker
0 siblings, 0 replies; 7+ messages in thread
From: Johan Jonker @ 2021-08-24 9:56 UTC (permalink / raw)
To: heiko
Cc: robh+dt, daniel.lezcano, tglx, linux-arm-kernel, linux-rockchip,
devicetree, linux-kernel
The Rockchip rk3066 timers have a different register layout then rk3288
with only a 32 vs 64 bits timer channel. The timers in rk3066a.dtsi have
"snps,dw-apb-timer" as compatible string, so remove the
"rockchip,rk3066-timer" from rockchip,rk-timer.yaml
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml
index e26ecb589..5d157d87d 100644
--- a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml
+++ b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml
@@ -18,7 +18,6 @@ properties:
- enum:
- rockchip,rv1108-timer
- rockchip,rk3036-timer
- - rockchip,rk3066-timer
- rockchip,rk3188-timer
- rockchip,rk3228-timer
- rockchip,rk3229-timer
--
2.20.1
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH v1] dt-bindings: timer: remove rockchip, rk3066-timer compatible string from rockchip, rk-timer.yaml
@ 2021-08-24 9:56 ` Johan Jonker
0 siblings, 0 replies; 7+ messages in thread
From: Johan Jonker @ 2021-08-24 9:56 UTC (permalink / raw)
To: heiko
Cc: robh+dt, daniel.lezcano, tglx, linux-arm-kernel, linux-rockchip,
devicetree, linux-kernel
The Rockchip rk3066 timers have a different register layout then rk3288
with only a 32 vs 64 bits timer channel. The timers in rk3066a.dtsi have
"snps,dw-apb-timer" as compatible string, so remove the
"rockchip,rk3066-timer" from rockchip,rk-timer.yaml
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml
index e26ecb589..5d157d87d 100644
--- a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml
+++ b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml
@@ -18,7 +18,6 @@ properties:
- enum:
- rockchip,rv1108-timer
- rockchip,rk3036-timer
- - rockchip,rk3066-timer
- rockchip,rk3188-timer
- rockchip,rk3228-timer
- rockchip,rk3229-timer
--
2.20.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH v1] dt-bindings: timer: remove rockchip,rk3066-timer compatible string from rockchip,rk-timer.yaml
@ 2021-08-24 9:56 ` Johan Jonker
0 siblings, 0 replies; 7+ messages in thread
From: Johan Jonker @ 2021-08-24 9:56 UTC (permalink / raw)
To: heiko
Cc: robh+dt, daniel.lezcano, tglx, linux-arm-kernel, linux-rockchip,
devicetree, linux-kernel
The Rockchip rk3066 timers have a different register layout then rk3288
with only a 32 vs 64 bits timer channel. The timers in rk3066a.dtsi have
"snps,dw-apb-timer" as compatible string, so remove the
"rockchip,rk3066-timer" from rockchip,rk-timer.yaml
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml
index e26ecb589..5d157d87d 100644
--- a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml
+++ b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml
@@ -18,7 +18,6 @@ properties:
- enum:
- rockchip,rv1108-timer
- rockchip,rk3036-timer
- - rockchip,rk3066-timer
- rockchip,rk3188-timer
- rockchip,rk3228-timer
- rockchip,rk3229-timer
--
2.20.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH v1] dt-bindings: timer: remove rockchip,rk3066-timer compatible string from rockchip,rk-timer.yaml
2021-08-24 9:56 ` [PATCH v1] dt-bindings: timer: remove rockchip, rk3066-timer compatible string from rockchip, rk-timer.yaml Johan Jonker
(?)
@ 2021-08-24 17:21 ` Rob Herring
-1 siblings, 0 replies; 7+ messages in thread
From: Rob Herring @ 2021-08-24 17:21 UTC (permalink / raw)
To: Johan Jonker
Cc: tglx, linux-rockchip, robh+dt, linux-arm-kernel, heiko,
linux-kernel, daniel.lezcano, devicetree
On Tue, 24 Aug 2021 11:56:37 +0200, Johan Jonker wrote:
> The Rockchip rk3066 timers have a different register layout then rk3288
> with only a 32 vs 64 bits timer channel. The timers in rk3066a.dtsi have
> "snps,dw-apb-timer" as compatible string, so remove the
> "rockchip,rk3066-timer" from rockchip,rk-timer.yaml
>
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
> Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml | 1 -
> 1 file changed, 1 deletion(-)
>
Acked-by: Rob Herring <robh@kernel.org>
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v1] dt-bindings: timer: remove rockchip,rk3066-timer compatible string from rockchip,rk-timer.yaml
@ 2021-08-24 17:21 ` Rob Herring
0 siblings, 0 replies; 7+ messages in thread
From: Rob Herring @ 2021-08-24 17:21 UTC (permalink / raw)
To: Johan Jonker
Cc: tglx, linux-rockchip, robh+dt, linux-arm-kernel, heiko,
linux-kernel, daniel.lezcano, devicetree
On Tue, 24 Aug 2021 11:56:37 +0200, Johan Jonker wrote:
> The Rockchip rk3066 timers have a different register layout then rk3288
> with only a 32 vs 64 bits timer channel. The timers in rk3066a.dtsi have
> "snps,dw-apb-timer" as compatible string, so remove the
> "rockchip,rk3066-timer" from rockchip,rk-timer.yaml
>
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
> Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml | 1 -
> 1 file changed, 1 deletion(-)
>
Acked-by: Rob Herring <robh@kernel.org>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v1] dt-bindings: timer: remove rockchip,rk3066-timer compatible string from rockchip,rk-timer.yaml
@ 2021-08-24 17:21 ` Rob Herring
0 siblings, 0 replies; 7+ messages in thread
From: Rob Herring @ 2021-08-24 17:21 UTC (permalink / raw)
To: Johan Jonker
Cc: tglx, linux-rockchip, robh+dt, linux-arm-kernel, heiko,
linux-kernel, daniel.lezcano, devicetree
On Tue, 24 Aug 2021 11:56:37 +0200, Johan Jonker wrote:
> The Rockchip rk3066 timers have a different register layout then rk3288
> with only a 32 vs 64 bits timer channel. The timers in rk3066a.dtsi have
> "snps,dw-apb-timer" as compatible string, so remove the
> "rockchip,rk3066-timer" from rockchip,rk-timer.yaml
>
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
> Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml | 1 -
> 1 file changed, 1 deletion(-)
>
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [tip: timers/core] dt-bindings: timer: remove rockchip,rk3066-timer compatible string from rockchip,rk-timer.yaml
2021-08-24 9:56 ` [PATCH v1] dt-bindings: timer: remove rockchip, rk3066-timer compatible string from rockchip, rk-timer.yaml Johan Jonker
` (2 preceding siblings ...)
(?)
@ 2022-01-10 13:00 ` tip-bot2 for Johan Jonker
-1 siblings, 0 replies; 7+ messages in thread
From: tip-bot2 for Johan Jonker @ 2022-01-10 13:00 UTC (permalink / raw)
To: linux-tip-commits
Cc: Johan Jonker, Rob Herring, Daniel Lezcano, x86, linux-kernel
The following commit has been merged into the timers/core branch of tip:
Commit-ID: ad253b3dd79851d926154ef747a69427573233e4
Gitweb: https://git.kernel.org/tip/ad253b3dd79851d926154ef747a69427573233e4
Author: Johan Jonker <jbx6244@gmail.com>
AuthorDate: Tue, 24 Aug 2021 11:56:37 +02:00
Committer: Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Fri, 12 Nov 2021 18:40:11 +01:00
dt-bindings: timer: remove rockchip,rk3066-timer compatible string from rockchip,rk-timer.yaml
The Rockchip rk3066 timers have a different register layout then rk3288
with only a 32 vs 64 bits timer channel. The timers in rk3066a.dtsi have
"snps,dw-apb-timer" as compatible string, so remove the
"rockchip,rk3066-timer" from rockchip,rk-timer.yaml
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210824095637.2547-1-jbx6244@gmail.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
---
Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml
index e26ecb5..5d157d8 100644
--- a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml
+++ b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml
@@ -18,7 +18,6 @@ properties:
- enum:
- rockchip,rv1108-timer
- rockchip,rk3036-timer
- - rockchip,rk3066-timer
- rockchip,rk3188-timer
- rockchip,rk3228-timer
- rockchip,rk3229-timer
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-01-10 13:01 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-24 9:56 [PATCH v1] dt-bindings: timer: remove rockchip, rk3066-timer compatible string from rockchip, rk-timer.yaml Johan Jonker
2021-08-24 9:56 ` [PATCH v1] dt-bindings: timer: remove rockchip,rk3066-timer compatible string from rockchip,rk-timer.yaml Johan Jonker
2021-08-24 9:56 ` [PATCH v1] dt-bindings: timer: remove rockchip, rk3066-timer compatible string from rockchip, rk-timer.yaml Johan Jonker
2021-08-24 17:21 ` [PATCH v1] dt-bindings: timer: remove rockchip,rk3066-timer compatible string from rockchip,rk-timer.yaml Rob Herring
2021-08-24 17:21 ` Rob Herring
2021-08-24 17:21 ` Rob Herring
2022-01-10 13:00 ` [tip: timers/core] " tip-bot2 for Johan Jonker
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.