Skip to content

Commit 72676ec

Browse files
Ricardo Cañuelogeertu
authored andcommitted
arm64: dts: renesas: Make hdmi encoder nodes compliant with DT bindings
Small fixes to make these DTs compliant with the adi,adv7511w binding. r8a77970-eagle.dts, r8a77970-v3msk.dts, r8a77980-condor.dts, r8a77980-v3hsk.dts, r8a77990-ebisu.dts: Remove the adi,input-style and adi,input-justification properties. r8a77995-draak.dts: Reorder the I2C slave addresses of the hdmi-encoder@39 node 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 e47cb97 commit 72676ec

File tree

6 files changed

+2
-14
lines changed

6 files changed

+2
-14
lines changed

arch/arm64/boot/dts/renesas/r8a77970-eagle.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@
137137
adi,input-depth = <8>;
138138
adi,input-colorspace = "rgb";
139139
adi,input-clock = "1x";
140-
adi,input-style = <1>;
141-
adi,input-justification = "evenly";
142140

143141
ports {
144142
#address-cells = <1>;

arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@
150150
adi,input-depth = <8>;
151151
adi,input-colorspace = "rgb";
152152
adi,input-clock = "1x";
153-
adi,input-style = <1>;
154-
adi,input-justification = "evenly";
155153

156154
ports {
157155
#address-cells = <1>;

arch/arm64/boot/dts/renesas/r8a77980-condor.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@
174174
adi,input-depth = <8>;
175175
adi,input-colorspace = "rgb";
176176
adi,input-clock = "1x";
177-
adi,input-style = <1>;
178-
adi,input-justification = "evenly";
179177

180178
ports {
181179
#address-cells = <1>;

arch/arm64/boot/dts/renesas/r8a77980-v3hsk.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@
141141
adi,input-depth = <8>;
142142
adi,input-colorspace = "rgb";
143143
adi,input-clock = "1x";
144-
adi,input-style = <1>;
145-
adi,input-justification = "evenly";
146144

147145
ports {
148146
#address-cells = <1>;

arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,6 @@
360360
adi,input-depth = <8>;
361361
adi,input-colorspace = "rgb";
362362
adi,input-clock = "1x";
363-
adi,input-style = <1>;
364-
adi,input-justification = "evenly";
365363

366364
ports {
367365
#address-cells = <1>;

arch/arm64/boot/dts/renesas/r8a77995-draak.dts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@
272272

273273
hdmi-encoder@39 {
274274
compatible = "adi,adv7511w";
275-
reg = <0x39>, <0x3f>, <0x38>, <0x3c>;
276-
reg-names = "main", "edid", "packet", "cec";
275+
reg = <0x39>, <0x3f>, <0x3c>, <0x38>;
276+
reg-names = "main", "edid", "cec", "packet";
277277
interrupt-parent = <&gpio1>;
278278
interrupts = <28 IRQ_TYPE_LEVEL_LOW>;
279279

@@ -284,8 +284,6 @@
284284
adi,input-depth = <8>;
285285
adi,input-colorspace = "rgb";
286286
adi,input-clock = "1x";
287-
adi,input-style = <1>;
288-
adi,input-justification = "evenly";
289287

290288
ports {
291289
#address-cells = <1>;

0 commit comments

Comments
 (0)