Skip to content

Commit 2f240cd

Browse files
hsinyi527robertfoss
authored andcommitted
dt-bindings: drm/bridge: anx7625: Add power supplies
anx7625 requires 3 power supply regulators. Signed-off-by: Hsin-Yi Wang <[email protected]> Reviewed-by: Rob Herring <[email protected]> Reviewed-by: Robert Foss <[email protected]> Signed-off-by: Robert Foss <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 339be1a commit 2f240cd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ properties:
3434
description: used for reset chip control, RESET_N pin B7.
3535
maxItems: 1
3636

37+
vdd10-supply:
38+
description: Regulator that provides the supply 1.0V power.
39+
40+
vdd18-supply:
41+
description: Regulator that provides the supply 1.8V power.
42+
43+
vdd33-supply:
44+
description: Regulator that provides the supply 3.3V power.
45+
3746
ports:
3847
$ref: /schemas/graph.yaml#/properties/ports
3948

@@ -55,6 +64,9 @@ properties:
5564
required:
5665
- compatible
5766
- reg
67+
- vdd10-supply
68+
- vdd18-supply
69+
- vdd33-supply
5870
- ports
5971

6072
additionalProperties: false
@@ -72,6 +84,9 @@ examples:
7284
reg = <0x58>;
7385
enable-gpios = <&pio 45 GPIO_ACTIVE_HIGH>;
7486
reset-gpios = <&pio 73 GPIO_ACTIVE_HIGH>;
87+
vdd10-supply = <&pp1000_mipibrdg>;
88+
vdd18-supply = <&pp1800_mipibrdg>;
89+
vdd33-supply = <&pp3300_mipibrdg>;
7590
7691
ports {
7792
#address-cells = <1>;

0 commit comments

Comments
 (0)