dts: bindings: fix file names
Make sure binding file names match their compatibles. Done with a script. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
96f9f6e6d2
commit
f259790bf8
|
@ -436,7 +436,7 @@
|
|||
/dts/sparc/ @martin-aberg
|
||||
/dts/bindings/ @galak
|
||||
/dts/bindings/can/ @alexanderwachter
|
||||
/dts/bindings/i2c/zephyr*i2c-emul.yaml @sjg20
|
||||
/dts/bindings/i2c/zephyr*i2c-emul*.yaml @sjg20
|
||||
/dts/bindings/adc/st*stm32-adc.yaml @cybertale
|
||||
/dts/bindings/modem/*hl7800.yaml @LairdCP/zephyr
|
||||
/dts/bindings/serial/ns16550.yaml @dcpleung @nashif
|
||||
|
|
|
@ -2,7 +2,7 @@ description: Bosch m_can CAN-FD controller
|
|||
|
||||
compatible: "st,stm32-fdcan"
|
||||
|
||||
include: bosch-mcan.yaml
|
||||
include: bosch,m-can.yaml
|
||||
|
||||
properties:
|
||||
pinctrl-0:
|
||||
|
|
Loading…
Reference in a new issue