Skip to content

Commit 572f36d

Browse files
Ricardo Cañuelogeertu
authored andcommitted
ARM: dts: renesas: Make hdmi encoder nodes compliant with DT bindings
Small fixes to make these DTs compliant with the adi,adv7511w and adi,adv7513 bindings: r8a7745-iwg22d-sodimm-dbhd-ca.dts r8a7790-lager.dts r8a7790-stout.dts r8a7791-koelsch.dts r8a7791-porter.dts r8a7792-blanche.dts r8a7793-gose.dts r8a7794-silk.dts: Remove the adi,input-style and adi,input-justification properties. r8a7792-wheat.dts: Reorder the I2C slave addresses of hdmi@3d and hdmi@39 and remove the adi,input-style and adi,input-justification properties. Signed-off-by: Ricardo Cañuelo <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 72676ec commit 572f36d

9 files changed

+4
-24
lines changed

arch/arm/boot/dts/r8a7745-iwg22d-sodimm-dbhd-ca.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@
8484
adi,input-depth = <8>;
8585
adi,input-colorspace = "rgb";
8686
adi,input-clock = "1x";
87-
adi,input-style = <1>;
88-
adi,input-justification = "evenly";
8987

9088
ports {
9189
#address-cells = <1>;

arch/arm/boot/dts/r8a7790-lager.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,6 @@
364364
adi,input-depth = <8>;
365365
adi,input-colorspace = "rgb";
366366
adi,input-clock = "1x";
367-
adi,input-style = <1>;
368-
adi,input-justification = "evenly";
369367

370368
ports {
371369
#address-cells = <1>;

arch/arm/boot/dts/r8a7790-stout.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,6 @@
297297
adi,input-depth = <8>;
298298
adi,input-colorspace = "rgb";
299299
adi,input-clock = "1x";
300-
adi,input-style = <1>;
301-
adi,input-justification = "evenly";
302300

303301
ports {
304302
#address-cells = <1>;

arch/arm/boot/dts/r8a7791-koelsch.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,6 @@
387387
adi,input-depth = <8>;
388388
adi,input-colorspace = "rgb";
389389
adi,input-clock = "1x";
390-
adi,input-style = <1>;
391-
adi,input-justification = "evenly";
392390

393391
ports {
394392
#address-cells = <1>;

arch/arm/boot/dts/r8a7791-porter.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,6 @@
181181
adi,input-depth = <8>;
182182
adi,input-colorspace = "rgb";
183183
adi,input-clock = "1x";
184-
adi,input-style = <1>;
185-
adi,input-justification = "evenly";
186184

187185
ports {
188186
#address-cells = <1>;

arch/arm/boot/dts/r8a7792-blanche.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,6 @@
289289
adi,input-depth = <8>;
290290
adi,input-colorspace = "rgb";
291291
adi,input-clock = "1x";
292-
adi,input-style = <1>;
293-
adi,input-justification = "evenly";
294292

295293
ports {
296294
#address-cells = <1>;

arch/arm/boot/dts/r8a7792-wheat.dts

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -249,14 +249,12 @@
249249
*/
250250
hdmi@3d {
251251
compatible = "adi,adv7513";
252-
reg = <0x3d>, <0x2d>, <0x4d>, <0x5d>;
253-
reg-names = "main", "cec", "edid", "packet";
252+
reg = <0x3d>, <0x4d>, <0x2d>, <0x5d>;
253+
reg-names = "main", "edid", "cec", "packet";
254254

255255
adi,input-depth = <8>;
256256
adi,input-colorspace = "rgb";
257257
adi,input-clock = "1x";
258-
adi,input-style = <1>;
259-
adi,input-justification = "evenly";
260258

261259
ports {
262260
#address-cells = <1>;
@@ -280,14 +278,12 @@
280278

281279
hdmi@39 {
282280
compatible = "adi,adv7513";
283-
reg = <0x39>, <0x29>, <0x49>, <0x59>;
284-
reg-names = "main", "cec", "edid", "packet";
281+
reg = <0x39>, <0x49>, <0x29>, <0x59>;
282+
reg-names = "main", "edid", "cec", "packet";
285283

286284
adi,input-depth = <8>;
287285
adi,input-colorspace = "rgb";
288286
adi,input-clock = "1x";
289-
adi,input-style = <1>;
290-
adi,input-justification = "evenly";
291287

292288
ports {
293289
#address-cells = <1>;

arch/arm/boot/dts/r8a7793-gose.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,6 @@
366366
adi,input-depth = <8>;
367367
adi,input-colorspace = "rgb";
368368
adi,input-clock = "1x";
369-
adi,input-style = <1>;
370-
adi,input-justification = "evenly";
371369

372370
ports {
373371
#address-cells = <1>;

arch/arm/boot/dts/r8a7794-silk.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,6 @@
255255
adi,input-depth = <8>;
256256
adi,input-colorspace = "rgb";
257257
adi,input-clock = "1x";
258-
adi,input-style = <1>;
259-
adi,input-justification = "evenly";
260258

261259
ports {
262260
#address-cells = <1>;

0 commit comments

Comments
 (0)