* [PATCH v2 2/3] dt-bindings: drm/bridge: ps8640: Add aux-bus child
[not found] <20210929173343.v2.1.Ib7e63ae17e827ce0636a09d5dec9796043e4f80a@changeid>
@ 2021-09-30 0:34 ` Philip Chen
2021-09-30 3:56 ` Stephen Boyd
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Philip Chen @ 2021-09-30 0:34 UTC (permalink / raw)
To: LKML
Cc: dianders, swboyd, Philip Chen, Balletbo i Serra, Daniel Vetter,
David Airlie, Laurent Pinchart, Lee Jones, Nicolas Boichat,
Rob Herring, Sakari Ailus, Sam Ravnborg, devicetree, dri-devel
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>
---
(no changes since v1)
.../bindings/display/bridge/ps8640.yaml | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
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>;
+ };
+ };
};
};
};
--
2.33.0.685.g46640cef36-goog
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2 2/3] dt-bindings: drm/bridge: ps8640: Add aux-bus child
2021-09-30 0:34 ` [PATCH v2 2/3] dt-bindings: drm/bridge: ps8640: Add aux-bus child Philip Chen
@ 2021-09-30 3:56 ` Stephen Boyd
2021-09-30 15:47 ` Doug Anderson
2021-10-06 20:34 ` Rob Herring
2 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2021-09-30 3:56 UTC (permalink / raw)
To: LKML, Philip Chen
Cc: dianders, Balletbo i Serra, Daniel Vetter, David Airlie,
Laurent Pinchart, Lee Jones, Nicolas Boichat, Rob Herring,
Sakari Ailus, Sam Ravnborg, devicetree, dri-devel
Quoting Philip Chen (2021-09-29 17:34:57)
> 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: Stephen Boyd <swboyd@chromium.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 2/3] dt-bindings: drm/bridge: ps8640: Add aux-bus child
2021-09-30 0:34 ` [PATCH v2 2/3] dt-bindings: drm/bridge: ps8640: Add aux-bus child Philip Chen
2021-09-30 3:56 ` Stephen Boyd
@ 2021-09-30 15:47 ` Doug Anderson
2021-10-06 20:34 ` Rob Herring
2 siblings, 0 replies; 4+ messages in thread
From: Doug Anderson @ 2021-09-30 15:47 UTC (permalink / raw)
To: Philip Chen
Cc: LKML, Stephen Boyd, Balletbo i Serra, Daniel Vetter, David Airlie,
Laurent Pinchart, Lee Jones, Nicolas Boichat, Rob Herring,
Sakari Ailus, Sam Ravnborg,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
dri-devel
Hi,
On Wed, Sep 29, 2021 at 5:35 PM Philip Chen <philipchen@chromium.org> wrote:
>
> 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>
> ---
>
> (no changes since v1)
>
> .../bindings/display/bridge/ps8640.yaml | 19 ++++++++++++++++++-
> 1 file changed, 18 insertions(+), 1 deletion(-)
Reviewed-by: Douglas Anderson <dianders@chromium.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 2/3] dt-bindings: drm/bridge: ps8640: Add aux-bus child
2021-09-30 0:34 ` [PATCH v2 2/3] dt-bindings: drm/bridge: ps8640: Add aux-bus child Philip Chen
2021-09-30 3:56 ` Stephen Boyd
2021-09-30 15:47 ` Doug Anderson
@ 2021-10-06 20:34 ` Rob Herring
2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2021-10-06 20:34 UTC (permalink / raw)
To: Philip Chen
Cc: Daniel Vetter, Rob Herring, Lee Jones, Sakari Ailus,
Balletbo i Serra, dianders, Nicolas Boichat, swboyd, LKML,
devicetree, David Airlie, Sam Ravnborg, Laurent Pinchart,
dri-devel
On Wed, 29 Sep 2021 17:34:57 -0700, Philip Chen wrote:
> 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>
> ---
>
> (no changes since v1)
>
> .../bindings/display/bridge/ps8640.yaml | 19 ++++++++++++++++++-
> 1 file changed, 18 insertions(+), 1 deletion(-)
>
Reviewed-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-10-06 20:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20210929173343.v2.1.Ib7e63ae17e827ce0636a09d5dec9796043e4f80a@changeid>
2021-09-30 0:34 ` [PATCH v2 2/3] dt-bindings: drm/bridge: ps8640: Add aux-bus child Philip Chen
2021-09-30 3:56 ` Stephen Boyd
2021-09-30 15:47 ` Doug Anderson
2021-10-06 20:34 ` Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox