devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] clear riscv dtbs_check errors
@ 2022-06-06 20:13 Conor Dooley
  2022-06-06 20:13 ` [PATCH v3 1/4] dt-bindings: mmc: convert mmc-spi-slot to yaml Conor Dooley
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Conor Dooley @ 2022-06-06 20:13 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Andrew Lunn, Support Opensource,
	Lee Jones, Ulf Hansson, Palmer Dabbelt, Paul Walmsley, Albert Ou,
	Steve Twiss
  Cc: Conor Dooley, linux-i2c, devicetree, linux-kernel, linux-mmc,
	linux-riscv, Atul Khare

From: Conor Dooley <conor.dooley@microchip.com>

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.

Apologies for sending v3 so quick on the heels of v2, but I realised
I screwed up copy paste in the i2c clock-frequency description & wanted
to rectify that.

Thanks,
Conor.

Changes from v2:
- ocores: remove part of clock-frequency description that was added by accident
  while copy pasting as a template...
- ocores: remove the enum (added in v2) for clock-frequency since that
  limitation was incorrectly copy pasted
- ocores: drop #{size,address}-cells
- mmc-spi-slot: use an array rather than a matrix for voltage-ranges

Changes from v1:
- squashed the maintainers changes
- dlg: added da9063 changes that landed in 5.19 (dlg,use-sw-pm)
- dlg: use absolute paths to schemas & unevaluatedProperties: false
- dlg: added vendor prefix to filename
- ocores: dropped "dummy" devices
- ocores: added vendor name to filename
- ocores: use enum for compatibles
- ocores: add enum for clock-frequency
- ocores: add reg-shift default
- ocores: reorder properties in examples
- mmc-spi-slot: use common gpio defines
- mmc-spi-slot: add ref to peripherl schema
- mmc-spi-slot: removed unneeded quotes, fixed a line length & s/spi/SPI

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    | 113 +++++++++++++++
 .../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 |  77 ++++++++++
 .../devicetree/bindings/trivial-devices.yaml  |   2 -
 MAINTAINERS                                   |   3 +-
 .../boot/dts/sifive/hifive-unmatched-a00.dts  |   2 +-
 9 files changed, 325 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


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

end of thread, other threads:[~2022-07-14 22:04 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-06 20:13 [PATCH v3 0/4] clear riscv dtbs_check errors Conor Dooley
2022-06-06 20:13 ` [PATCH v3 1/4] dt-bindings: mmc: convert mmc-spi-slot to yaml Conor Dooley
2022-06-07 10:43   ` Ulf Hansson
2022-06-06 20:13 ` [PATCH v3 2/4] dt-bindings: i2c: convert ocores binding " Conor Dooley
2022-06-08 19:50   ` Wolfram Sang
2022-06-06 20:13 ` [PATCH v3 3/4] dt-bindings: mfd: convert da9063 " Conor Dooley
2022-06-08  7:48   ` Lee Jones
2022-06-06 20:13 ` [PATCH v3 4/4] riscv: dts: sifive: "fix" pmic watchdog node name Conor Dooley
2022-06-13 13:33   ` Conor.Dooley
2022-06-13 14:05     ` Heiko Stübner
2022-06-27 15:58       ` Conor.Dooley
2022-07-04 16:10         ` Conor.Dooley
2022-07-14 22:04   ` Palmer Dabbelt

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).