Skip to content

Commit

Permalink
dt-bindings: Add Panasonic VVX10F034N00 panel binding
Browse files Browse the repository at this point in the history
This patch adds device tree bindings for the Panasonic VVX10F034N00
WUXGA panel.

Signed-off-by: Werner Johansson <werner.johansson@sonymobile.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
  • Loading branch information
Werner Johansson authored and Thierry Reding committed Nov 23, 2015
1 parent f8fa17b commit f74807a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Documentation/devicetree/bindings/panel/panasonic,vvx10f034n00.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Panasonic 10" WUXGA TFT LCD panel

Required properties:
- compatible: should be "panasonic,vvx10f034n00"
- reg: DSI virtual channel of the peripheral
- power-supply: phandle of the regulator that provides the supply voltage

Optional properties:
- backlight: phandle of the backlight device attached to the panel

Example:

mdss_dsi@fd922800 {
panel@0 {
compatible = "panasonic,vvx10f034n00";
reg = <0>;
power-supply = <&vreg_vsp>;
backlight = <&lp8566_wled>;
};
};

0 comments on commit f74807a

Please sign in to comment.