diff options
author | Bryan O'Donoghue <bryan.odonoghue@linaro.org> | 2022-12-29 12:44:38 +0000 |
---|---|---|
committer | Abhinav Kumar <quic_abhinavk@quicinc.com> | 2023-01-04 11:05:57 -0800 |
commit | be79f805a1e1b95605c825f1c513bdd2c8b167ed (patch) | |
tree | 4bc1daab1472aa3c8ec86f65618f6518b3f0f43f /Documentation | |
parent | 1cba0d150fa102439114a91b3e215909efc9f169 (diff) | |
download | linux-stable-be79f805a1e1b95605c825f1c513bdd2c8b167ed.tar.gz linux-stable-be79f805a1e1b95605c825f1c513bdd2c8b167ed.tar.bz2 linux-stable-be79f805a1e1b95605c825f1c513bdd2c8b167ed.zip |
dt-bindings: msm: dsi-phy-28nm: Add missing qcom, dsi-phy-regulator-ldo-mode
Add in missing qcom,dsi-phy-regulator-ldo-mode to the 28nm DSI PHY.
When converting from .txt to .yaml we missed this one.
Fixes: 4dbe55c97741 ("dt-bindings: msm: dsi: add yaml schemas for DSI bindings")
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/516205/
Link: https://lore.kernel.org/r/20221229124438.504770-2-bryan.odonoghue@linaro.org
Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml b/Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml index 3d8540a06fe2..2f1fd140c87d 100644 --- a/Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml +++ b/Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml @@ -34,6 +34,10 @@ properties: vddio-supply: description: Phandle to vdd-io regulator device node. + qcom,dsi-phy-regulator-ldo-mode: + type: boolean + description: Indicates if the LDO mode PHY regulator is wanted. + required: - compatible - reg |