Skip to content

Commit

Permalink
dt-bindings: drm/bridge: anx7625: Add power supplies
Browse files Browse the repository at this point in the history
anx7625 requires 3 power supply regulators.

Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Robert Foss <robert.foss@linaro.org>
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210401053202.159302-1-hsinyi@chromium.org
  • Loading branch information
Hsin-Yi Wang authored and Robert Foss committed Apr 1, 2021
1 parent 339be1a commit 2f240cd
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ properties:
description: used for reset chip control, RESET_N pin B7.
maxItems: 1

vdd10-supply:
description: Regulator that provides the supply 1.0V power.

vdd18-supply:
description: Regulator that provides the supply 1.8V power.

vdd33-supply:
description: Regulator that provides the supply 3.3V power.

ports:
$ref: /schemas/graph.yaml#/properties/ports

Expand All @@ -55,6 +64,9 @@ properties:
required:
- compatible
- reg
- vdd10-supply
- vdd18-supply
- vdd33-supply
- ports

additionalProperties: false
Expand All @@ -72,6 +84,9 @@ examples:
reg = <0x58>;
enable-gpios = <&pio 45 GPIO_ACTIVE_HIGH>;
reset-gpios = <&pio 73 GPIO_ACTIVE_HIGH>;
vdd10-supply = <&pp1000_mipibrdg>;
vdd18-supply = <&pp1800_mipibrdg>;
vdd33-supply = <&pp3300_mipibrdg>;
ports {
#address-cells = <1>;
Expand Down

0 comments on commit 2f240cd

Please sign in to comment.