Make epod-supply optional and mark it deprecated. The MCDE should use its power domain instead.
Assisted-by: LLM Signed-off-by: Linus Walleij <[email protected]> --- Documentation/devicetree/bindings/display/ste,mcde.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/display/ste,mcde.yaml b/Documentation/devicetree/bindings/display/ste,mcde.yaml index 05e7e4ebc882..ee34b65dd13b 100644 --- a/Documentation/devicetree/bindings/display/ste,mcde.yaml +++ b/Documentation/devicetree/bindings/display/ste,mcde.yaml @@ -39,7 +39,8 @@ properties: maxItems: 1 epod-supply: - description: a phandle to the EPOD regulator + description: a phandle to the legacy EPOD regulator + deprecated: true vana-supply: description: a phandle to the analog voltage regulator @@ -103,7 +104,6 @@ required: - interrupts - clocks - clock-names - - epod-supply - vana-supply additionalProperties: false @@ -121,7 +121,6 @@ examples: reg = <0xa0350000 0x1000>; interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>; power-domains = <&pm_domains DOMAIN_B2R2_MCDE>; - epod-supply = <&db8500_b2r2_mcde_reg>; vana-supply = <&ab8500_ldo_ana_reg>; clocks = <&prcmu_clk PRCMU_MCDECLK>, <&prcmu_clk PRCMU_LCDCLK>, -- 2.55.0
