dts: add 'linaro,' prefix to 96b-lscon-1v8, 96b-lscon-3v3

These compatibles don't match the dt-schema regular expression for
compatible properties that we'd like to support in Zephyr because they
do not begin with a letter.

Use linaro, as a vendor prefix to make them compliant. Update the
release notes since out of tree users will need to keep up.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2021-05-17 08:07:03 -07:00 committed by Kumar Gala
commit b6fbc20de4
6 changed files with 13 additions and 5 deletions

View file

@ -6,7 +6,7 @@
/ {
lscon_96b: connector {
compatible = "96b-lscon-3v3";
compatible = "linaro,96b-lscon-3v3";
#gpio-cells = <2>;
gpio-map-mask = <0xffffffff 0xffffffc0>;
gpio-map-pass-thru = <0 0x3f>;