@@ -55,6 +55,14 @@ properties:
Flag the PHY as possible handler of USB Type-C orientation switching
type: boolean
+ qcom,tcsr-reg:
+ $ref: /schemas/types.yaml#/definitions/phandle-array
+ items:
+ - items:
+ - description: phandle to TCSR hardware block
+ - description: offset of the VLS CLAMP register
+ description: Clamp register present in the TCSR
+
ports:
$ref: /schemas/graph.yaml#/properties/ports
properties:
@@ -78,6 +86,7 @@ required:
- "#clock-cells"
- clock-output-names
- "#phy-cells"
+ - qcom,tcsr-reg
allOf:
- if:
@@ -148,6 +157,8 @@ examples:
orientation-switch;
+ qcom,tcsr-reg = <&tcsr_regs_1 0x6b244>;
+
ports {
#address-cells = <1>;
#size-cells = <0>;