On Thu, 27 Aug 2020 23:14:47 -0500, Suman Anna wrote:
Convert the current OMAP hwspinlock binding from text format to YAML
format/DT schema, and delete the legacy text binding file.
The new YAML binding conversion is a slightly updated version compared
to the original. The legacy "ti,hwmods" property is now obsolete and
is dropped altogether, and the K3 example is updated to showcase the
actual dts node usage.
Signed-off-by: Suman Anna <redacted>
---
Hi Tony,
Only warning with dtbs_check is on dm816x. What's the plan for
converting that platform to ti,sysc?
regards
Suman
.../bindings/hwlock/omap-hwspinlock.txt | 41 ----------
.../bindings/hwlock/ti,omap-hwspinlock.yaml | 76 +++++++++++++++++++
2 files changed, 76 insertions(+), 41 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/hwlock/omap-hwspinlock.txt
create mode 100644 Documentation/devicetree/bindings/hwlock/ti,omap-hwspinlock.yaml
Applied, thanks!