generic: fix silicon labs spidev bindings
Fix Silicon Labs bindings in the spidev driver Some bindings for Silicon Labs chips already exists upstream. These bindings can be found in trivial-devices.yaml. The existing bindings are using "silabs" instead of "siliconlabs" to identify the manufacturer. This commit add two submitted patches for silabs chips and rename the manufacturer in the different DTS for more coherence. Signed-off-by: Vincent Tremblay <vincent@vtremblay.dev>
This commit is contained in:
committed by
Hauke Mehrtens
parent
e085812a7d
commit
2fab942ce1
@@ -116,7 +116,7 @@
|
||||
spidev@0 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "siliconlabs,si3210";
|
||||
compatible = "silabs,si3210";
|
||||
|
||||
reg = <0>;
|
||||
spi-max-frequency = <1000000>;
|
||||
|
||||
Reference in New Issue
Block a user