aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm27xx
diff options
context:
space:
mode:
authorVincent Tremblay <vincent@vtremblay.dev>2023-01-01 14:16:08 -0500
committerHauke Mehrtens <hauke@hauke-m.de>2023-01-06 16:01:10 +0100
commit2fab942ce1171a7c5dbe08369b435e7fa9a7d56b (patch)
tree920a7108a5dfb6eb8ddf7327af89ac67b7e35783 /target/linux/bcm27xx
parente085812a7d7022c4bec948280efbcba738101636 (diff)
downloadupstream-2fab942ce1171a7c5dbe08369b435e7fa9a7d56b.tar.gz
upstream-2fab942ce1171a7c5dbe08369b435e7fa9a7d56b.tar.bz2
upstream-2fab942ce1171a7c5dbe08369b435e7fa9a7d56b.zip
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>
Diffstat (limited to 'target/linux/bcm27xx')
-rw-r--r--target/linux/bcm27xx/patches-5.15/950-0040-spi-spidev-Completely-disable-the-spidev-warning.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm27xx/patches-5.15/950-0040-spi-spidev-Completely-disable-the-spidev-warning.patch b/target/linux/bcm27xx/patches-5.15/950-0040-spi-spidev-Completely-disable-the-spidev-warning.patch
index d9eb7a0356..ff9a6b09a2 100644
--- a/target/linux/bcm27xx/patches-5.15/950-0040-spi-spidev-Completely-disable-the-spidev-warning.patch
+++ b/target/linux/bcm27xx/patches-5.15/950-0040-spi-spidev-Completely-disable-the-spidev-warning.patch
@@ -13,7 +13,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
--- a/drivers/spi/spidev.c
+++ b/drivers/spi/spidev.c
-@@ -758,7 +758,7 @@ static int spidev_probe(struct spi_devic
+@@ -761,7 +761,7 @@ static int spidev_probe(struct spi_devic
* compatible string, it is a Linux implementation thing
* rather than a description of the hardware.
*/