diff options
author | 2023-01-16 12:51:32 +0100 | |
---|---|---|
committer | 2023-01-22 22:42:58 +0200 | |
commit | 66af52d2d48c6fdd52d7cfe0872227984622706f (patch) | |
tree | 8af5fba75088aecbf389f05161ec6ef30399335d /Documentation/devicetree/bindings/display/msm/dsi-phy-7nm.yaml | |
parent | drm/msm/dsi: Add phy configuration for SM6375 (diff) | |
download | wireguard-linux-66af52d2d48c6fdd52d7cfe0872227984622706f.tar.xz wireguard-linux-66af52d2d48c6fdd52d7cfe0872227984622706f.zip |
dt-bindings: msm/dsi: Don't require vdds-supply on 7nm PHY
On some SoCs (hello SM6375) vdds-supply is not wired to any smd-rpm
or rpmh regulator, but instead powered by the VDD_MX/mx.lvl line,
which is voted for in the DSI ctrl node.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/518513/
Link: https://lore.kernel.org/r/20230116115132.348961-1-konrad.dybcio@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/display/msm/dsi-phy-7nm.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/dsi-phy-7nm.yaml b/Documentation/devicetree/bindings/display/msm/dsi-phy-7nm.yaml index 9c9184f94c44..8e9031bbde73 100644 --- a/Documentation/devicetree/bindings/display/msm/dsi-phy-7nm.yaml +++ b/Documentation/devicetree/bindings/display/msm/dsi-phy-7nm.yaml @@ -48,7 +48,6 @@ required: - compatible - reg - reg-names - - vdds-supply unevaluatedProperties: false |