From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> Hey, Couple conversions from txt to yaml here with the intent of fixing the the dtbs_check warnings for riscv when building with "defconfig". Atul Khare already sent patches for the gpio-line-names & cache-sets (which went awol) and will clear the remaining two errors. Thanks, Conor. Conor Dooley (4): dt-bindings: mmc: convert mmc-spi-slot to yaml dt-bindings: i2c: convert ocores binding to yaml dt-bindings: mfd: convert da9063 to yaml riscv: dts: sifive: "fix" pmic watchdog node name .../devicetree/bindings/i2c/i2c-ocores.txt | 78 ----------- .../bindings/i2c/opencores,i2c-ocores.yaml | 123 ++++++++++++++++ .../devicetree/bindings/mfd/da9063.txt | 114 --------------- .../devicetree/bindings/mfd/dlg,da9063.yaml | 132 ++++++++++++++++++ .../devicetree/bindings/mmc/mmc-spi-slot.txt | 29 ---- .../devicetree/bindings/mmc/mmc-spi-slot.yaml | 79 +++++++++++ .../devicetree/bindings/trivial-devices.yaml | 2 - MAINTAINERS | 3 +- .../boot/dts/sifive/hifive-unmatched-a00.dts | 2 +- 9 files changed, 337 insertions(+), 225 deletions(-) delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-ocores.txt create mode 100644 Documentation/devicetree/bindings/i2c/opencores,i2c-ocores.yaml delete mode 100644 Documentation/devicetree/bindings/mfd/da9063.txt create mode 100644 Documentation/devicetree/bindings/mfd/dlg,da9063.yaml delete mode 100644 Documentation/devicetree/bindings/mmc/mmc-spi-slot.txt create mode 100644 Documentation/devicetree/bindings/mmc/mmc-spi-slot.yaml base-commit: f2906aa863381afb0015a9eb7fefad885d4e5a56 -- 2.36.1