openwrt/target/linux/bcm27xx/patches-6.1/950-0571-overlays-pca953x-Fix-a-typos-in-the-pcal-variants.patch
Álvaro Fernández Rojas 793f8ab62c bcm27xx: 6.1: add kernel patches
Add kernel patches for version 6.1.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2023-06-09 19:12:30 +02:00

65 lines
2.2 KiB
Diff

From cdbefcc4fdaa9623f6bed4beef692e6d4453a17d Mon Sep 17 00:00:00 2001
From: Phil Elwell <phil@raspberrypi.com>
Date: Mon, 6 Mar 2023 17:15:36 +0000
Subject: [PATCH] overlays: pca953x: Fix a typos in the pcal variants
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
---
arch/arm/boot/dts/overlays/README | 6 +++---
arch/arm/boot/dts/overlays/pca953x-overlay.dts | 12 ++++++------
2 files changed, 9 insertions(+), 9 deletions(-)
--- a/arch/arm/boot/dts/overlays/README
+++ b/arch/arm/boot/dts/overlays/README
@@ -3045,9 +3045,9 @@ Params: addr I2C addr
pca9574 Select the NXP PCA9574 (8 bit)
pca9575 Select the NXP PCA9575 (16 bit)
pca9698 Select the NXP PCA9698 (40 bit)
- pca16416 Select the NXP PCA16416 (16 bit)
- pca16524 Select the NXP PCA16524 (24 bit)
- pca19555a Select the NXP PCA19555A (16 bit)
+ pcal6416 Select the NXP PCAL6416 (16 bit)
+ pcal6524 Select the NXP PCAL6524 (24 bit)
+ pcal9555a Select the NXP PCAL9555A (16 bit)
max7310 Select the Maxim MAX7310 (8 bit)
max7312 Select the Maxim MAX7312 (16 bit)
max7313 Select the Maxim MAX7313 (16 bit)
--- a/arch/arm/boot/dts/overlays/pca953x-overlay.dts
+++ b/arch/arm/boot/dts/overlays/pca953x-overlay.dts
@@ -110,19 +110,19 @@
fragment@15 {
target = <&pca>;
__dormant__ {
- compatible = "nxp,pca16416";
+ compatible = "nxp,pcal6416";
};
};
fragment@16 {
target = <&pca>;
__dormant__ {
- compatible = "nxp,pca16524";
+ compatible = "nxp,pcal6524";
};
};
fragment@17 {
target = <&pca>;
__dormant__ {
- compatible = "nxp,pca19555a";
+ compatible = "nxp,pcal9555a";
};
};
fragment@18 {
@@ -220,9 +220,9 @@
pca9574 = <0>, "+12";
pca9575 = <0>, "+13";
pca9698 = <0>, "+14";
- pca16416 = <0>, "+15";
- pca16524 = <0>, "+16";
- pca19555a = <0>, "+17";
+ pcal6416 = <0>, "+15";
+ pcal6524 = <0>, "+16";
+ pcal9555a = <0>, "+17";
max7310 = <0>, "+18";
max7312 = <0>, "+19";
max7313 = <0>, "+20";