mbox series

[v4,0/4] mediatek: watchdog: Fix compatible fallbacks

Message ID 20220721014845.19044-1-allen-kh.cheng@mediatek.com
Headers show
Series mediatek: watchdog: Fix compatible fallbacks | expand

Message

Allen-KH Cheng (程冠勳) July 21, 2022, 1:48 a.m. UTC
Based on tag: next-20220720, linux-next/master

Beacase there are some PATCHs of mediatek wdt waiting to merge,
I drop "Convert binding to YAML" PATCH to not cause dtbs errors in
series v2.

We will send "watchdog: Convert binding to YAML" PATCH in the future.

changes since v3:
 - fix commit title (from dt-binding to dt-bindings)
 - Add RoB tags

changes since v2:
 - remove "Convert binding to YAML" PATCH from series
 - fix example
 - change cover letter title

changes since v1:
 - fix dtbs_check warnings in dts
 - use enum instead of multiple const values
 - remove timeout-sec
 - rewrite examples
 - rename schema to mediatek,wdt.yaml

Allen-KH Cheng (4):
  dt-bindings: mediatek: watchdog: Fix compatible fallbacks and example
  arm64: dts: mediatek: Remove mt6589 wdt fallback string from mt7986
  arm64: dts: mediatek: Remove mt6589 wdt fallback string from mt8195
  arm64: dts: mediatek: Fix the watchdog node name

 Documentation/devicetree/bindings/watchdog/mtk-wdt.txt | 9 ++++-----
 arch/arm64/boot/dts/mediatek/mt7986a.dtsi              | 3 +--
 arch/arm64/boot/dts/mediatek/mt8195.dtsi               | 3 +--
 arch/arm64/boot/dts/mediatek/mt8516.dtsi               | 2 +-
 4 files changed, 7 insertions(+), 10 deletions(-)