Skip to content

Commit 7b8f119

Browse files
refractionwareandersson
authored andcommitted
ARM: dts: qcom: adapt to LP855X bindings changes
Change underscores in ROM node names to dashes, and remove deprecated pwm-period property. Signed-off-by: Artur Weber <aweber.kernel@gmail.com> Reviewed-by: Luca Weiss <luca@z3ntu.xyz> Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230519180728.2281-4-aweber.kernel@gmail.com
1 parent 3f502e3 commit 7b8f119

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

arch/arm/boot/dts/qcom-apq8026-samsung-matisse-wifi.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999

100100
dev-ctrl = /bits/ 8 <0x80>;
101101
init-brt = /bits/ 8 <0x3f>;
102-
pwm-period = <100000>;
103102

104103
pwms = <&backlight_pwm 0 100000>;
105104
pwm-names = "lp8556";

arch/arm/boot/dts/qcom-msm8974pro-sony-xperia-shinano-castor.dts

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -150,47 +150,48 @@
150150
bl-name = "backlight";
151151
dev-ctrl = /bits/ 8 <0x05>;
152152
init-brt = /bits/ 8 <0x3f>;
153-
rom_a0h {
153+
154+
rom-a0h {
154155
rom-addr = /bits/ 8 <0xa0>;
155156
rom-val = /bits/ 8 <0xff>;
156157
};
157-
rom_a1h {
158+
rom-a1h {
158159
rom-addr = /bits/ 8 <0xa1>;
159160
rom-val = /bits/ 8 <0x3f>;
160161
};
161-
rom_a2h {
162+
rom-a2h {
162163
rom-addr = /bits/ 8 <0xa2>;
163164
rom-val = /bits/ 8 <0x20>;
164165
};
165-
rom_a3h {
166+
rom-a3h {
166167
rom-addr = /bits/ 8 <0xa3>;
167168
rom-val = /bits/ 8 <0x5e>;
168169
};
169-
rom_a4h {
170+
rom-a4h {
170171
rom-addr = /bits/ 8 <0xa4>;
171172
rom-val = /bits/ 8 <0x02>;
172173
};
173-
rom_a5h {
174+
rom-a5h {
174175
rom-addr = /bits/ 8 <0xa5>;
175176
rom-val = /bits/ 8 <0x04>;
176177
};
177-
rom_a6h {
178+
rom-a6h {
178179
rom-addr = /bits/ 8 <0xa6>;
179180
rom-val = /bits/ 8 <0x80>;
180181
};
181-
rom_a7h {
182+
rom-a7h {
182183
rom-addr = /bits/ 8 <0xa7>;
183184
rom-val = /bits/ 8 <0xf7>;
184185
};
185-
rom_a9h {
186+
rom-a9h {
186187
rom-addr = /bits/ 8 <0xa9>;
187188
rom-val = /bits/ 8 <0x80>;
188189
};
189-
rom_aah {
190+
rom-aah {
190191
rom-addr = /bits/ 8 <0xaa>;
191192
rom-val = /bits/ 8 <0x0f>;
192193
};
193-
rom_aeh {
194+
rom-aeh {
194195
rom-addr = /bits/ 8 <0xae>;
195196
rom-val = /bits/ 8 <0x0f>;
196197
};

0 commit comments

Comments
 (0)