[PATCHv2,0/6] Convert HYM8563 RTC binding to YAML

Message ID 20221024165549.74574-1-sebastian.reichel@collabora.com
Headers
Series Convert HYM8563 RTC binding to YAML |

Message

Sebastian Reichel Oct. 24, 2022, 4:55 p.m. UTC
  Hi,

This converts HYM8563 binding to YAML and fixes
the existing DTs.

Changes since PATCHv1:
 * https://lore.kernel.org/all/20221021170605.85163-1-sebastian.reichel@collabora.com/
 * Added patches fixing the existing devicetrees (Rob Herring)
 * Dual licensed the binding (Krzysztof Kozlowski)
 * Added maxItems for clock-output-names (Krzysztof Kozlowski)

-- Sebastian

Sebastian Reichel (6):
  arm64: dts: rockchip: fix node name for hym8563 rtc
  arm64: dts: rockchip: remove clock-frequency from rtc
  arm: dts: rockchip: fix node name for hym8563 rtc
  arm: dts: rockchip: remove clock-frequency from rtc
  arm64: dts: meson: remove clock-frequency from rtc
  dt-bindings: rtc: convert hym8563 bindings to json-schema

 .../devicetree/bindings/rtc/haoyu,hym8563.txt | 30 ----------
 .../bindings/rtc/haoyu,hym8563.yaml           | 56 +++++++++++++++++++
 arch/arm/boot/dts/rk3036-evb.dts              |  3 +-
 arch/arm/boot/dts/rk3288-evb-act8846.dts      |  2 +-
 arch/arm/boot/dts/rk3288-firefly.dtsi         |  3 +-
 arch/arm/boot/dts/rk3288-miqi.dts             |  3 +-
 arch/arm/boot/dts/rk3288-rock2-square.dts     |  3 +-
 arch/arm/boot/dts/rk3288-vmarc-som.dtsi       |  1 -
 .../amlogic/meson-gxl-s905x-khadas-vim.dts    |  1 -
 .../dts/amlogic/meson-gxm-khadas-vim2.dts     |  1 -
 .../dts/amlogic/meson-gxm-minix-neo-u9h.dts   |  1 -
 .../dts/rockchip/rk3368-orion-r68-meta.dts    |  3 +-
 arch/arm64/boot/dts/rockchip/rk3368-r88.dts   |  3 +-
 .../boot/dts/rockchip/rk3399-roc-pc-plus.dts  |  3 +-
 .../dts/rockchip/rk3399pro-vmarc-som.dtsi     |  3 +-
 .../boot/dts/rockchip/rk3568-bpi-r2-pro.dts   |  1 -
 .../boot/dts/rockchip/rk3568-rock-3a.dts      |  1 -
 17 files changed, 65 insertions(+), 53 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/rtc/haoyu,hym8563.txt
 create mode 100644 Documentation/devicetree/bindings/rtc/haoyu,hym8563.yaml
  

Comments

Heiko Stübner Oct. 30, 2022, 8:08 p.m. UTC | #1
On Mon, 24 Oct 2022 18:55:43 +0200, Sebastian Reichel wrote:
> This converts HYM8563 binding to YAML and fixes
> the existing DTs.
> 
> Changes since PATCHv1:
>  * https://lore.kernel.org/all/20221021170605.85163-1-sebastian.reichel@collabora.com/
>  * Added patches fixing the existing devicetrees (Rob Herring)
>  * Dual licensed the binding (Krzysztof Kozlowski)
>  * Added maxItems for clock-output-names (Krzysztof Kozlowski)
> 
> [...]

Applied, thanks!

[1/6] arm64: dts: rockchip: fix node name for hym8563 rtc
      commit: 67a9aeef44e42b1ac2becf5e61eae0880f48d9db
[2/6] arm64: dts: rockchip: remove clock-frequency from rtc
      commit: 2af5bbe32f50d196dd680478a889d12429b3e8cf
[3/6] arm: dts: rockchip: fix node name for hym8563 rtc
      commit: 17b57beafccb4569accbfc8c11390744cf59c021
[4/6] arm: dts: rockchip: remove clock-frequency from rtc
      commit: 6122f3be70d90a1b2a1188d8910256fc218376a9

Best regards,
  
Neil Armstrong Oct. 31, 2022, 8:23 a.m. UTC | #2
Hi,

On Mon, 24 Oct 2022 18:55:43 +0200, Sebastian Reichel wrote:
> This converts HYM8563 binding to YAML and fixes
> the existing DTs.
> 
> Changes since PATCHv1:
>  * https://lore.kernel.org/all/20221021170605.85163-1-sebastian.reichel@collabora.com/
>  * Added patches fixing the existing devicetrees (Rob Herring)
>  * Dual licensed the binding (Krzysztof Kozlowski)
>  * Added maxItems for clock-output-names (Krzysztof Kozlowski)
> 
> [...]

Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v6.2/arm64-dt)

[5/6] arm64: dts: meson: remove clock-frequency from rtc
      https://git.kernel.org/amlogic/c/2c5240a018afd6f46fe648ee2396983f5ce1e087

These changes has been applied on the intermediate git tree [1].

The v6.2/arm64-dt branch will then be sent via a formal Pull Request to the Linux SoC maintainers
for inclusion in their intermediate git branches in order to be sent to Linus during
the next merge window, or sooner if it's a set of fixes.

In the cases of fixes, those will be merged in the current release candidate
kernel and as soon they appear on the Linux master branch they will be
backported to the previous Stable and Long-Stable kernels [2].

The intermediate git branches are merged daily in the linux-next tree [3],
people are encouraged testing these pre-release kernels and report issues on the
relevant mailing-lists.

If problems are discovered on those changes, please submit a signed-off-by revert
patch followed by a corrective changeset.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git
[2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
[3] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git