zephyr/dts
Ulf Magnusson 0ec0c84808 dts: bindings: Remove unused 'version' field
No binding has anything but 'version: 0.1', and the code in scripts/dts/
never does anything with it except print a warning if it isn't there.
It's undocumented what it means.

I suspect it's overkill if it's meant to be the binding format version.
If we'd need to tell different versions from each other, we could change
some other minor thing in the format, and it probably won't be needed.

Remove the 'version' fields from the bindings and the warning from the
scripts/dts/ scripts.

The new device tree script will give an error when unknown fields appear
in bindings.

The deletion was done with

    git ls-files 'dts/bindings/*.yaml' | xargs sed -i '/^\s*version: /d'

Some blank lines at the beginning of bindings were removed as well.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-07-22 09:28:07 -04:00
..
arc dts: Add information about system bus frequency to the dts 2019-07-17 21:53:36 +02:00
arm dts: add label property to all jedec,spi-nor nodes 2019-07-20 17:23:08 -04:00
bindings dts: bindings: Remove unused 'version' field 2019-07-22 09:28:07 -04:00
common dts: flash simulator cleanup 2019-04-26 04:04:19 -07:00
nios2 dts: nios2: fix flash node name 2019-07-02 18:38:23 -04:00
posix dts: posix: Add DTS support for POSIX architecture 2019-05-28 21:14:19 -04:00
riscv32 drivers: ethernet: Add LiteEth driver 2019-07-22 15:28:54 +03:00
x86 dts: Remove unused virtualcom device node from dts 2019-07-18 11:24:40 +02:00
xtensa dts: Add information about system bus frequency to the dts 2019-07-17 21:53:36 +02:00
Kconfig license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00