Message ID | 20230118032432.1716616-5-dmitry.baryshkov@linaro.org |
---|---|
State | Accepted |
Commit | 05c578d5162474dd589e79921aa0304f9571e9b2 |
Headers | show |
Series | dt-bindings: display/msm: more dsi-controller fixes | expand |
On Wed, 18 Jan 2023 05:24:32 +0200, Dmitry Baryshkov wrote: > Describe DSI supplies used on apq8064 (vdda-supply) and msm8994/96 > (vcca-supply). > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- > .../bindings/display/msm/dsi-controller-main.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml index dc318762ef7a..31d389249c1d 100644 --- a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml +++ b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml @@ -147,6 +147,14 @@ properties: - port@0 - port@1 + avdd-supply: + description: + Phandle to vdd regulator device node + + vcca-supply: + description: + Phandle to vdd regulator device node + vdd-supply: description: VDD regulator
Describe DSI supplies used on apq8064 (vdda-supply) and msm8994/96 (vcca-supply). Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- .../bindings/display/msm/dsi-controller-main.yaml | 8 ++++++++ 1 file changed, 8 insertions(+)