bcm27xx: 6.1: add kernel patches
[openwrt/staging/stintel.git] / target / linux / bcm27xx / patches-6.1 / 950-0574-overlays-Use-vendor-qualified-compatible-strings.patch
1 From bc54d285f62135f434d6b481ae25e3a71a05702d Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.com>
3 Date: Mon, 6 Mar 2023 20:54:47 +0000
4 Subject: [PATCH] overlays: Use vendor-qualified compatible strings
5
6 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
7 ---
8 .../arm/boot/dts/overlays/i2c-rtc-common.dtsi | 2 +-
9 .../boot/dts/overlays/i2c-sensor-common.dtsi | 22 +++++++++----------
10 .../arm/boot/dts/overlays/papirus-overlay.dts | 2 +-
11 .../arm/boot/dts/overlays/spi-rtc-overlay.dts | 4 ++--
12 4 files changed, 15 insertions(+), 15 deletions(-)
13
14 --- a/arch/arm/boot/dts/overlays/i2c-rtc-common.dtsi
15 +++ b/arch/arm/boot/dts/overlays/i2c-rtc-common.dtsi
16 @@ -250,7 +250,7 @@
17 #size-cells = <0>;
18
19 s35390a: s35390a@30 {
20 - compatible = "ablic,s35390a";
21 + compatible = "sii,s35390a";
22 reg = <0x30>;
23 };
24 };
25 --- a/arch/arm/boot/dts/overlays/i2c-sensor-common.dtsi
26 +++ b/arch/arm/boot/dts/overlays/i2c-sensor-common.dtsi
27 @@ -76,7 +76,7 @@
28 status = "okay";
29
30 htu21: htu21@40 {
31 - compatible = "htu21";
32 + compatible = "meas,htu21";
33 reg = <0x40>;
34 status = "okay";
35 };
36 @@ -91,7 +91,7 @@
37 status = "okay";
38
39 lm75: lm75@4f {
40 - compatible = "lm75";
41 + compatible = "national,lm75";
42 reg = <0x4f>;
43 status = "okay";
44 };
45 @@ -106,7 +106,7 @@
46 status = "okay";
47
48 si7020: si7020@40 {
49 - compatible = "si7020";
50 + compatible = "silabs,si7020";
51 reg = <0x40>;
52 status = "okay";
53 };
54 @@ -136,7 +136,7 @@
55 status = "okay";
56
57 hdc100x: hdc100x@40 {
58 - compatible = "hdc100x";
59 + compatible = "ti,hdc1000";
60 reg = <0x40>;
61 status = "okay";
62 };
63 @@ -151,7 +151,7 @@
64 status = "okay";
65
66 tsl4531: tsl4531@29 {
67 - compatible = "tsl4531";
68 + compatible = "amstaos,tsl4531";
69 reg = <0x29>;
70 status = "okay";
71 };
72 @@ -166,7 +166,7 @@
73 status = "okay";
74
75 veml6070: veml6070@38 {
76 - compatible = "veml6070";
77 + compatible = "vishay,veml6070";
78 reg = <0x38>;
79 status = "okay";
80 };
81 @@ -181,7 +181,7 @@
82 status = "okay";
83
84 sht3x: sht3x@44 {
85 - compatible = "sht3x";
86 + compatible = "sensirion,sht3x";
87 reg = <0x44>;
88 status = "okay";
89 };
90 @@ -196,7 +196,7 @@
91 status = "okay";
92
93 ds1621: ds1621@48 {
94 - compatible = "ds1621";
95 + compatible = "dallas,ds1621";
96 reg = <0x48>;
97 status = "okay";
98 };
99 @@ -271,7 +271,7 @@
100 status = "okay";
101
102 ccs811: ccs811@5b {
103 - compatible = "ccs811";
104 + compatible = "ams,ccs811";
105 reg = <0x5b>;
106 status = "okay";
107 };
108 @@ -286,7 +286,7 @@
109 status = "okay";
110
111 bh1750: bh1750@23 {
112 - compatible = "bh1750";
113 + compatible = "rohm,bh1750";
114 reg = <0x23>;
115 status = "okay";
116 };
117 @@ -486,7 +486,7 @@
118 status = "okay";
119
120 sht4x: sht4x@44 {
121 - compatible = "sht4x";
122 + compatible = "sensirion,sht4x";
123 reg = <0x44>;
124 status = "okay";
125 };
126 --- a/arch/arm/boot/dts/overlays/papirus-overlay.dts
127 +++ b/arch/arm/boot/dts/overlays/papirus-overlay.dts
128 @@ -14,7 +14,7 @@
129 status = "okay";
130
131 display_temp: lm75@48 {
132 - compatible = "lm75b";
133 + compatible = "national,lm75b";
134 reg = <0x48>;
135 status = "okay";
136 #thermal-sensor-cells = <0>;
137 --- a/arch/arm/boot/dts/overlays/spi-rtc-overlay.dts
138 +++ b/arch/arm/boot/dts/overlays/spi-rtc-overlay.dts
139 @@ -8,14 +8,14 @@
140 fragment@0 {
141 target = <&rtc>;
142 __dormant__ {
143 - compatible = "maxim,ds3232";
144 + compatible = "dallas,ds3232";
145 };
146 };
147
148 fragment@1 {
149 target = <&rtc>;
150 __dormant__ {
151 - compatible = "maxim,ds3234";
152 + compatible = "dallas,ds3234";
153 };
154 };
155