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:
parent
aa78a6473b
commit
b6fbc20de4
6 changed files with 13 additions and 5 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue