Skip to content

Commit

Permalink
ARM: bcm2835: Add the 7" DPI panel to the DT.
Browse files Browse the repository at this point in the history
Not for upstream, just for testing.

Signed-off-by: Eric Anholt <eric@anholt.net>
  • Loading branch information
anholt committed Mar 25, 2016
1 parent ea8b4b1 commit 9973c86
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion arch/arm/boot/dts/bcm283x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,12 @@
clock-names = "core", "pixel";
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";

port {
dpi_out: endpoint@0 {
remote-endpoint = <&panel_in>;
};
};
};

aux: aux@0x7e215000 {
Expand Down Expand Up @@ -306,4 +311,14 @@
};

};

panel: panel {
compatible = "ontat,yx700wv03", "simple-panel";

port {
panel_in: endpoint {
remote-endpoint = <&dpi_out>;
};
};
};
};

0 comments on commit 9973c86

Please # to comment.