bcm27xx: 6.1: add kernel patches
[openwrt/staging/stintel.git] / target / linux / bcm27xx / patches-6.1 / 950-0571-overlays-pca953x-Fix-a-typos-in-the-pcal-variants.patch
1 From cdbefcc4fdaa9623f6bed4beef692e6d4453a17d Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.com>
3 Date: Mon, 6 Mar 2023 17:15:36 +0000
4 Subject: [PATCH] overlays: pca953x: Fix a typos in the pcal variants
5
6 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
7 ---
8 arch/arm/boot/dts/overlays/README | 6 +++---
9 arch/arm/boot/dts/overlays/pca953x-overlay.dts | 12 ++++++------
10 2 files changed, 9 insertions(+), 9 deletions(-)
11
12 --- a/arch/arm/boot/dts/overlays/README
13 +++ b/arch/arm/boot/dts/overlays/README
14 @@ -3045,9 +3045,9 @@ Params: addr I2C addr
15 pca9574 Select the NXP PCA9574 (8 bit)
16 pca9575 Select the NXP PCA9575 (16 bit)
17 pca9698 Select the NXP PCA9698 (40 bit)
18 - pca16416 Select the NXP PCA16416 (16 bit)
19 - pca16524 Select the NXP PCA16524 (24 bit)
20 - pca19555a Select the NXP PCA19555A (16 bit)
21 + pcal6416 Select the NXP PCAL6416 (16 bit)
22 + pcal6524 Select the NXP PCAL6524 (24 bit)
23 + pcal9555a Select the NXP PCAL9555A (16 bit)
24 max7310 Select the Maxim MAX7310 (8 bit)
25 max7312 Select the Maxim MAX7312 (16 bit)
26 max7313 Select the Maxim MAX7313 (16 bit)
27 --- a/arch/arm/boot/dts/overlays/pca953x-overlay.dts
28 +++ b/arch/arm/boot/dts/overlays/pca953x-overlay.dts
29 @@ -110,19 +110,19 @@
30 fragment@15 {
31 target = <&pca>;
32 __dormant__ {
33 - compatible = "nxp,pca16416";
34 + compatible = "nxp,pcal6416";
35 };
36 };
37 fragment@16 {
38 target = <&pca>;
39 __dormant__ {
40 - compatible = "nxp,pca16524";
41 + compatible = "nxp,pcal6524";
42 };
43 };
44 fragment@17 {
45 target = <&pca>;
46 __dormant__ {
47 - compatible = "nxp,pca19555a";
48 + compatible = "nxp,pcal9555a";
49 };
50 };
51 fragment@18 {
52 @@ -220,9 +220,9 @@
53 pca9574 = <0>, "+12";
54 pca9575 = <0>, "+13";
55 pca9698 = <0>, "+14";
56 - pca16416 = <0>, "+15";
57 - pca16524 = <0>, "+16";
58 - pca19555a = <0>, "+17";
59 + pcal6416 = <0>, "+15";
60 + pcal6524 = <0>, "+16";
61 + pcal9555a = <0>, "+17";
62 max7310 = <0>, "+18";
63 max7312 = <0>, "+19";
64 max7313 = <0>, "+20";