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:
Vincent Tremblay
2023-01-01 14:16:08 -05:00
committed by Hauke Mehrtens
parent e085812a7d
commit 2fab942ce1
10 changed files with 111 additions and 40 deletions

View File

@@ -116,7 +116,7 @@
spidev@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "siliconlabs,si3210";
compatible = "silabs,si3210";
reg = <0>;
spi-max-frequency = <1000000>;