This is the second attempt at converting the SP804 timer binding to yaml. Compared to v1, I forbid additional properties, and included the primecell binding. Also the clock-names property is now listed, although without further requirements on the names. Changelog below. -------------- The yaml conversion is done in the first patch, the remaining five fix some DT users. I couldn't test any of those DT files on actual machines, but tried to make the changes in a way that would be transparent to at least the Linux driver. The only other SP804 DT user I could find is FreeBSD, but they seem to use a different binding (no clocks, but a clock-frequency property). Cheers, Andre Changelog v1 .. v2: - Add additional-properties: false - Allow clock-names property - Include primecell binding - Fix subject on Broadcom patch - Add Florian's Tested-by: on Broadcom patch - Add Linus' Acked-by: on Arm patch Andre Przywara (6): dt-bindings: timers: sp-804: Convert to json-schema ARM: dts: arm: Fix SP804 users ARM: dts: NSP: Fix SP804 compatible node ARM: dts: hisilicon: Fix SP804 users ARM: dts: nspire: Fix SP804 users arm64: dts: lg: Fix SP804 users .../devicetree/bindings/timer/arm,sp804.txt | 29 ------ .../devicetree/bindings/timer/arm,sp804.yaml | 93 +++++++++++++++++++ arch/arm/boot/dts/arm-realview-pb11mp.dts | 16 ++-- arch/arm/boot/dts/bcm-nsp.dtsi | 2 +- arch/arm/boot/dts/hi3620.dtsi | 30 ++++-- arch/arm/boot/dts/hip04.dtsi | 4 +- arch/arm/boot/dts/mps2.dtsi | 6 +- arch/arm/boot/dts/nspire.dtsi | 12 ++- arch/arm/boot/dts/vexpress-v2p-ca9.dts | 4 +- arch/arm64/boot/dts/lg/lg1312.dtsi | 6 +- arch/arm64/boot/dts/lg/lg1313.dtsi | 6 +- 11 files changed, 144 insertions(+), 64 deletions(-) delete mode 100644 Documentation/devicetree/bindings/timer/arm,sp804.txt create mode 100644 Documentation/devicetree/bindings/timer/arm,sp804.yaml -- 2.17.1