Commit 72676ecf authored by Ricardo Cañuelo's avatar Ricardo Cañuelo Committed by Geert Uytterhoeven

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: default avatarRicardo Cañuelo <ricardo.canuelo@collabora.com>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://lore.kernel.org/r/20200511110611.3142-2-ricardo.canuelo@collabora.comSigned-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent e47cb97f
...@@ -137,8 +137,6 @@ hdmi@39 { ...@@ -137,8 +137,6 @@ hdmi@39 {
adi,input-depth = <8>; adi,input-depth = <8>;
adi,input-colorspace = "rgb"; adi,input-colorspace = "rgb";
adi,input-clock = "1x"; adi,input-clock = "1x";
adi,input-style = <1>;
adi,input-justification = "evenly";
ports { ports {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -150,8 +150,6 @@ hdmi@39{ ...@@ -150,8 +150,6 @@ hdmi@39{
adi,input-depth = <8>; adi,input-depth = <8>;
adi,input-colorspace = "rgb"; adi,input-colorspace = "rgb";
adi,input-clock = "1x"; adi,input-clock = "1x";
adi,input-style = <1>;
adi,input-justification = "evenly";
ports { ports {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -174,8 +174,6 @@ hdmi@39 { ...@@ -174,8 +174,6 @@ hdmi@39 {
adi,input-depth = <8>; adi,input-depth = <8>;
adi,input-colorspace = "rgb"; adi,input-colorspace = "rgb";
adi,input-clock = "1x"; adi,input-clock = "1x";
adi,input-style = <1>;
adi,input-justification = "evenly";
ports { ports {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -141,8 +141,6 @@ hdmi@39 { ...@@ -141,8 +141,6 @@ hdmi@39 {
adi,input-depth = <8>; adi,input-depth = <8>;
adi,input-colorspace = "rgb"; adi,input-colorspace = "rgb";
adi,input-clock = "1x"; adi,input-clock = "1x";
adi,input-style = <1>;
adi,input-justification = "evenly";
ports { ports {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -360,8 +360,6 @@ hdmi-encoder@39 { ...@@ -360,8 +360,6 @@ hdmi-encoder@39 {
adi,input-depth = <8>; adi,input-depth = <8>;
adi,input-colorspace = "rgb"; adi,input-colorspace = "rgb";
adi,input-clock = "1x"; adi,input-clock = "1x";
adi,input-style = <1>;
adi,input-justification = "evenly";
ports { ports {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -272,8 +272,8 @@ adv7180_out: endpoint { ...@@ -272,8 +272,8 @@ adv7180_out: endpoint {
hdmi-encoder@39 { hdmi-encoder@39 {
compatible = "adi,adv7511w"; compatible = "adi,adv7511w";
reg = <0x39>, <0x3f>, <0x38>, <0x3c>; reg = <0x39>, <0x3f>, <0x3c>, <0x38>;
reg-names = "main", "edid", "packet", "cec"; reg-names = "main", "edid", "cec", "packet";
interrupt-parent = <&gpio1>; interrupt-parent = <&gpio1>;
interrupts = <28 IRQ_TYPE_LEVEL_LOW>; interrupts = <28 IRQ_TYPE_LEVEL_LOW>;
...@@ -284,8 +284,6 @@ hdmi-encoder@39 { ...@@ -284,8 +284,6 @@ hdmi-encoder@39 {
adi,input-depth = <8>; adi,input-depth = <8>;
adi,input-colorspace = "rgb"; adi,input-colorspace = "rgb";
adi,input-clock = "1x"; adi,input-clock = "1x";
adi,input-style = <1>;
adi,input-justification = "evenly";
ports { ports {
#address-cells = <1>; #address-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment