linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/1] dt-bindings: rtc: mediatek: add mt6358 and mt6366
@ 2022-04-28  9:27 Allen-KH Cheng
  2022-04-28  9:27 ` [PATCH v2 1/1] dt-bindings: rtc: mediatek: add mt6358 and mt6366 compatible Allen-KH Cheng
  2022-06-24 17:02 ` [PATCH v2 0/1] dt-bindings: rtc: mediatek: add mt6358 and mt6366 Alexandre Belloni
  0 siblings, 2 replies; 5+ messages in thread
From: Allen-KH Cheng @ 2022-04-28  9:27 UTC (permalink / raw)
  To: Alessandro Zummo, Alexandre Belloni, Rob Herring,
	Krzysztof Kozlowski, Matthias Brugger
  Cc: linux-rtc, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel, Allen-KH Cheng

Base on tag: next-20220427, linux-next/master

changes since v1:
 - correct wrong compatible order for mt6366

Allen-KH Cheng (1):
  dt-bindings: rtc: mediatek: add mt6358 and mt6366 compatible

 Documentation/devicetree/bindings/rtc/rtc-mt6397.txt | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.18.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH v2 1/1] dt-bindings: rtc: mediatek: add mt6358 and mt6366 compatible
  2022-04-28  9:27 [PATCH v2 0/1] dt-bindings: rtc: mediatek: add mt6358 and mt6366 Allen-KH Cheng
@ 2022-04-28  9:27 ` Allen-KH Cheng
  2022-04-29 13:43   ` Matthias Brugger
  2022-04-29 20:54   ` Krzysztof Kozlowski
  2022-06-24 17:02 ` [PATCH v2 0/1] dt-bindings: rtc: mediatek: add mt6358 and mt6366 Alexandre Belloni
  1 sibling, 2 replies; 5+ messages in thread
From: Allen-KH Cheng @ 2022-04-28  9:27 UTC (permalink / raw)
  To: Alessandro Zummo, Alexandre Belloni, Rob Herring,
	Krzysztof Kozlowski, Matthias Brugger
  Cc: linux-rtc, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel, Allen-KH Cheng, Yuchen Huang

Add mt6358 and mt6366 compatible in devicetree-binding document for
MediaTek PMIC based RTC. mt6358 and mt6366 use same compatible data
to store RTC_WRTGR address offset.

mt6358-rts should be used as fallback for mt6366-rtc.

Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
Signed-off-by: Yuchen Huang <yuchen.huang@mediatek.com>
---
 Documentation/devicetree/bindings/rtc/rtc-mt6397.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/rtc/rtc-mt6397.txt b/Documentation/devicetree/bindings/rtc/rtc-mt6397.txt
index 55a0c8874c03..7212076a8f1b 100644
--- a/Documentation/devicetree/bindings/rtc/rtc-mt6397.txt
+++ b/Documentation/devicetree/bindings/rtc/rtc-mt6397.txt
@@ -14,6 +14,8 @@ For MediaTek PMIC wrapper bus bindings, see:
 Required properties:
 - compatible: Should be one of follows
        "mediatek,mt6323-rtc": for MT6323 PMIC
+       "mediatek,mt6358-rtc": for MT6358 PMIC
+       "mediatek,mt6366-rtc", "mediatek,mt6358-rtc": for MT6366 PMIC
        "mediatek,mt6397-rtc": for MT6397 PMIC
 
 Example:
-- 
2.18.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH v2 1/1] dt-bindings: rtc: mediatek: add mt6358 and mt6366 compatible
  2022-04-28  9:27 ` [PATCH v2 1/1] dt-bindings: rtc: mediatek: add mt6358 and mt6366 compatible Allen-KH Cheng
@ 2022-04-29 13:43   ` Matthias Brugger
  2022-04-29 20:54   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 5+ messages in thread
From: Matthias Brugger @ 2022-04-29 13:43 UTC (permalink / raw)
  To: Allen-KH Cheng, Alessandro Zummo, Alexandre Belloni, Rob Herring,
	Krzysztof Kozlowski
  Cc: linux-rtc, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel, Yuchen Huang



On 28/04/2022 11:27, Allen-KH Cheng wrote:
> Add mt6358 and mt6366 compatible in devicetree-binding document for
> MediaTek PMIC based RTC. mt6358 and mt6366 use same compatible data
> to store RTC_WRTGR address offset.
> 
> mt6358-rts should be used as fallback for mt6366-rtc.
> 
> Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
> Signed-off-by: Yuchen Huang <yuchen.huang@mediatek.com>

Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>

> ---
>   Documentation/devicetree/bindings/rtc/rtc-mt6397.txt | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/rtc/rtc-mt6397.txt b/Documentation/devicetree/bindings/rtc/rtc-mt6397.txt
> index 55a0c8874c03..7212076a8f1b 100644
> --- a/Documentation/devicetree/bindings/rtc/rtc-mt6397.txt
> +++ b/Documentation/devicetree/bindings/rtc/rtc-mt6397.txt
> @@ -14,6 +14,8 @@ For MediaTek PMIC wrapper bus bindings, see:
>   Required properties:
>   - compatible: Should be one of follows
>          "mediatek,mt6323-rtc": for MT6323 PMIC
> +       "mediatek,mt6358-rtc": for MT6358 PMIC
> +       "mediatek,mt6366-rtc", "mediatek,mt6358-rtc": for MT6366 PMIC
>          "mediatek,mt6397-rtc": for MT6397 PMIC
>   
>   Example:

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2 1/1] dt-bindings: rtc: mediatek: add mt6358 and mt6366 compatible
  2022-04-28  9:27 ` [PATCH v2 1/1] dt-bindings: rtc: mediatek: add mt6358 and mt6366 compatible Allen-KH Cheng
  2022-04-29 13:43   ` Matthias Brugger
@ 2022-04-29 20:54   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-29 20:54 UTC (permalink / raw)
  To: Allen-KH Cheng, Alessandro Zummo, Alexandre Belloni, Rob Herring,
	Krzysztof Kozlowski, Matthias Brugger
  Cc: linux-rtc, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel, Yuchen Huang

On 28/04/2022 11:27, Allen-KH Cheng wrote:
> Add mt6358 and mt6366 compatible in devicetree-binding document for
> MediaTek PMIC based RTC. mt6358 and mt6366 use same compatible data
> to store RTC_WRTGR address offset.
> 
> mt6358-rts should be used as fallback for mt6366-rtc.
> 
> Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
> Signed-off-by: Yuchen Huang <yuchen.huang@mediatek.com>

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2 0/1] dt-bindings: rtc: mediatek: add mt6358 and mt6366
  2022-04-28  9:27 [PATCH v2 0/1] dt-bindings: rtc: mediatek: add mt6358 and mt6366 Allen-KH Cheng
  2022-04-28  9:27 ` [PATCH v2 1/1] dt-bindings: rtc: mediatek: add mt6358 and mt6366 compatible Allen-KH Cheng
@ 2022-06-24 17:02 ` Alexandre Belloni
  1 sibling, 0 replies; 5+ messages in thread
From: Alexandre Belloni @ 2022-06-24 17:02 UTC (permalink / raw)
  To: krzysztof.kozlowski+dt, a.zummo, matthias.bgg, robh+dt, allen-kh.cheng
  Cc: linux-kernel, linux-mediatek, linux-rtc, devicetree, linux-arm-kernel

On Thu, 28 Apr 2022 17:27:25 +0800, Allen-KH Cheng wrote:
> Base on tag: next-20220427, linux-next/master
> 
> changes since v1:
>  - correct wrong compatible order for mt6366
> 
> Allen-KH Cheng (1):
>   dt-bindings: rtc: mediatek: add mt6358 and mt6366 compatible
> 
> [...]

Applied, thanks!

[1/1] dt-bindings: rtc: mediatek: add mt6358 and mt6366 compatible
      commit: 31d399dcb74ec6f0e51414b2a251b58f9a1ef87b

Best regards,

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-06-24 17:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-28  9:27 [PATCH v2 0/1] dt-bindings: rtc: mediatek: add mt6358 and mt6366 Allen-KH Cheng
2022-04-28  9:27 ` [PATCH v2 1/1] dt-bindings: rtc: mediatek: add mt6358 and mt6366 compatible Allen-KH Cheng
2022-04-29 13:43   ` Matthias Brugger
2022-04-29 20:54   ` Krzysztof Kozlowski
2022-06-24 17:02 ` [PATCH v2 0/1] dt-bindings: rtc: mediatek: add mt6358 and mt6366 Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).