mbox series

[0/2] dt-bindings: watchdog: mediatek: Convert binding to YAML

Message ID 20220422121017.23920-1-allen-kh.cheng@mediatek.com
Headers show
Series dt-bindings: watchdog: mediatek: Convert binding to YAML | expand

Message

Allen-KH Cheng (程冠勳) April 22, 2022, 12:10 p.m. UTC
Based on kernel/git/groeck/linux-staging.git, watchdog-next

Add align watchdog node name with dtschema PATCH to fix dtbs_check warnings.

Allen-KH Cheng (2):
  arm64: dts: mt8516: align watchdog node name with dtschema
  dt-bindings: watchdog: mediatek: Convert binding to YAML

 .../devicetree/bindings/watchdog/mtk-wdt.txt  | 42 ----------
 .../devicetree/bindings/watchdog/mtk-wdt.yaml | 76 +++++++++++++++++++
 arch/arm64/boot/dts/mediatek/mt8516.dtsi      |  2 +-
 3 files changed, 77 insertions(+), 43 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
 create mode 100644 Documentation/devicetree/bindings/watchdog/mtk-wdt.yaml

Comments

Krzysztof Kozlowski April 22, 2022, 3:45 p.m. UTC | #1
On 22/04/2022 14:10, Allen-KH Cheng wrote:
> Based on watchdog.yaml, the node names should be "watchdog".
> 
> Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
> ---


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


Best regards,
Krzysztof