summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/display/bridge/ps8640.yaml
diff options
context:
space:
mode:
authorPhilip Chen <philipchen@chromium.org>2021-09-29 17:34:57 -0700
committerDouglas Anderson <dianders@chromium.org>2021-10-08 08:03:12 -0700
commite539a77e44c7bc4ca3822ed14fba01cf8936ee97 (patch)
tree96880222073116a8303a5c2c4f0557e898749ab6 /Documentation/devicetree/bindings/display/bridge/ps8640.yaml
parent24417d5b0c006fd4208284f3462f4012ae79151c (diff)
downloadlinux-e539a77e44c7bc4ca3822ed14fba01cf8936ee97.tar.bz2
dt-bindings: drm/bridge: ps8640: Add aux-bus child
dp-aux-bus.yaml says we can list an eDP panel as a child of an eDP controller node to represent the fact that the panel is connected to the controller's DP AUX bus. Let's add it to the ps8640 bindings. Signed-off-by: Philip Chen <philipchen@chromium.org> Reviewed-by: Douglas Anderson <dianders@chromium.org> Reviewed-by: Stephen Boyd <swboyd@chromium.org> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Douglas Anderson <dianders@chromium.org> Link: https://patchwork.freedesktop.org/patch/msgid/20210929173343.v2.2.I6050ba184b24d887e92692a72ee3054d643d6091@changeid
Diffstat (limited to 'Documentation/devicetree/bindings/display/bridge/ps8640.yaml')
-rw-r--r--Documentation/devicetree/bindings/display/bridge/ps8640.yaml19
1 files changed, 18 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/bridge/ps8640.yaml b/Documentation/devicetree/bindings/display/bridge/ps8640.yaml
index fce82b605c8b..cdaf7a7a8f88 100644
--- a/Documentation/devicetree/bindings/display/bridge/ps8640.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/ps8640.yaml
@@ -40,6 +40,9 @@ properties:
vdd33-supply:
description: Regulator for 3.3V digital core power.
+ aux-bus:
+ $ref: /schemas/display/dp-aux-bus.yaml#
+
ports:
$ref: /schemas/graph.yaml#/properties/ports
@@ -98,7 +101,21 @@ examples:
reg = <1>;
ps8640_out: endpoint {
remote-endpoint = <&panel_in>;
- };
+ };
+ };
+ };
+
+ aux-bus {
+ panel {
+ compatible = "boe,nv133fhm-n62";
+ power-supply = <&pp3300_dx_edp>;
+ backlight = <&backlight>;
+
+ port {
+ panel_in: endpoint {
+ remote-endpoint = <&ps8640_out>;
+ };
+ };
};
};
};