Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

regulator: dt-bindings: Drop unneeded quotes

Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.

Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230317233616.3968003-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Rob Herring and committed by
Mark Brown
cff5c895 691c1fcd

+97 -97
+11 -11
Documentation/devicetree/bindings/regulator/anatop-regulator.yaml
··· 10 10 - Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org> 11 11 12 12 allOf: 13 - - $ref: "regulator.yaml#" 13 + - $ref: regulator.yaml# 14 14 15 15 properties: 16 16 compatible: ··· 19 19 regulator-name: true 20 20 21 21 anatop-reg-offset: 22 - $ref: '/schemas/types.yaml#/definitions/uint32' 22 + $ref: /schemas/types.yaml#/definitions/uint32 23 23 description: u32 value representing the anatop MFD register offset. 24 24 25 25 anatop-vol-bit-shift: 26 - $ref: '/schemas/types.yaml#/definitions/uint32' 26 + $ref: /schemas/types.yaml#/definitions/uint32 27 27 description: u32 value representing the bit shift for the register. 28 28 29 29 anatop-vol-bit-width: 30 - $ref: '/schemas/types.yaml#/definitions/uint32' 30 + $ref: /schemas/types.yaml#/definitions/uint32 31 31 description: u32 value representing the number of bits used in the register. 32 32 33 33 anatop-min-bit-val: 34 - $ref: '/schemas/types.yaml#/definitions/uint32' 34 + $ref: /schemas/types.yaml#/definitions/uint32 35 35 description: u32 value representing the minimum value of this register. 36 36 37 37 anatop-min-voltage: 38 - $ref: '/schemas/types.yaml#/definitions/uint32' 38 + $ref: /schemas/types.yaml#/definitions/uint32 39 39 description: u32 value representing the minimum voltage of this regulator. 40 40 41 41 anatop-max-voltage: 42 - $ref: '/schemas/types.yaml#/definitions/uint32' 42 + $ref: /schemas/types.yaml#/definitions/uint32 43 43 description: u32 value representing the maximum voltage of this regulator. 44 44 45 45 anatop-delay-reg-offset: 46 - $ref: '/schemas/types.yaml#/definitions/uint32' 46 + $ref: /schemas/types.yaml#/definitions/uint32 47 47 description: u32 value representing the anatop MFD step time register offset. 48 48 49 49 anatop-delay-bit-shift: 50 - $ref: '/schemas/types.yaml#/definitions/uint32' 50 + $ref: /schemas/types.yaml#/definitions/uint32 51 51 description: u32 value representing the bit shift for the step time register. 52 52 53 53 anatop-delay-bit-width: 54 - $ref: '/schemas/types.yaml#/definitions/uint32' 54 + $ref: /schemas/types.yaml#/definitions/uint32 55 55 description: u32 value representing the number of bits used in the step time register. 56 56 57 57 anatop-enable-bit: 58 - $ref: '/schemas/types.yaml#/definitions/uint32' 58 + $ref: /schemas/types.yaml#/definitions/uint32 59 59 description: u32 value representing regulator enable bit offset. 60 60 61 61 vin-supply:
+1 -1
Documentation/devicetree/bindings/regulator/dlg,da9121.yaml
··· 109 109 description: Specify a valid GPIO for platform control of the regulator 110 110 111 111 dlg,ripple-cancel: 112 - $ref: "/schemas/types.yaml#/definitions/uint32" 112 + $ref: /schemas/types.yaml#/definitions/uint32 113 113 enum: [ 0, 1, 2, 3 ] 114 114 description: | 115 115 Defined in include/dt-bindings/regulator/dlg,da9121-regulator.h
+1 -1
Documentation/devicetree/bindings/regulator/fixed-regulator.yaml
··· 17 17 to be the same. 18 18 19 19 allOf: 20 - - $ref: "regulator.yaml#" 20 + - $ref: regulator.yaml# 21 21 - if: 22 22 properties: 23 23 compatible:
+1 -1
Documentation/devicetree/bindings/regulator/google,cros-ec-regulator.yaml
··· 14 14 regulator.yaml, can also be used. 15 15 16 16 allOf: 17 - - $ref: "regulator.yaml#" 17 + - $ref: regulator.yaml# 18 18 19 19 properties: 20 20 compatible:
+1 -1
Documentation/devicetree/bindings/regulator/gpio-regulator.yaml
··· 15 15 regulator.txt, can also be used. 16 16 17 17 allOf: 18 - - $ref: "regulator.yaml#" 18 + - $ref: regulator.yaml# 19 19 20 20 properties: 21 21 compatible:
+1 -1
Documentation/devicetree/bindings/regulator/max77650-regulator.yaml
··· 25 25 26 26 patternProperties: 27 27 "^regulator-(ldo|sbb[0-2])$": 28 - $ref: "regulator.yaml#" 28 + $ref: regulator.yaml# 29 29 unevaluatedProperties: false 30 30 31 31 required:
+1 -1
Documentation/devicetree/bindings/regulator/max8660.yaml
··· 25 25 26 26 patternProperties: 27 27 "^regulator-.+$": 28 - $ref: "regulator.yaml#" 28 + $ref: regulator.yaml# 29 29 unevaluatedProperties: false 30 30 31 31 additionalProperties: false
+1 -1
Documentation/devicetree/bindings/regulator/max8893.yaml
··· 25 25 26 26 patternProperties: 27 27 "^(ldo[1-5]|buck)$": 28 - $ref: "regulator.yaml#" 28 + $ref: regulator.yaml# 29 29 30 30 additionalProperties: false 31 31
+6 -6
Documentation/devicetree/bindings/regulator/mediatek,mt6331-regulator.yaml
··· 18 18 patternProperties: 19 19 "^buck-v(core2|io18|dvfs11|dvfs12|dvfs13|dvfs14)$": 20 20 type: object 21 - $ref: "regulator.yaml#" 21 + $ref: regulator.yaml# 22 22 23 23 properties: 24 24 regulator-name: ··· 28 28 29 29 "^ldo-v(avdd32aud|auxa32)$": 30 30 type: object 31 - $ref: "regulator.yaml#" 31 + $ref: regulator.yaml# 32 32 33 33 properties: 34 34 regulator-name: ··· 38 38 39 39 "^ldo-v(dig18|emc33|ibr|mc|mch|mipi|rtc|sram|usb10)$": 40 40 type: object 41 - $ref: "regulator.yaml#" 41 + $ref: regulator.yaml# 42 42 43 43 properties: 44 44 regulator-name: ··· 48 48 49 49 "^ldo-vcam(a|af|d|io)$": 50 50 type: object 51 - $ref: "regulator.yaml#" 51 + $ref: regulator.yaml# 52 52 53 53 properties: 54 54 regulator-name: ··· 58 58 59 59 "^ldo-vtcxo[12]$": 60 60 type: object 61 - $ref: "regulator.yaml#" 61 + $ref: regulator.yaml# 62 62 63 63 properties: 64 64 regulator-name: ··· 71 71 72 72 "^ldo-vgp[1234]$": 73 73 type: object 74 - $ref: "regulator.yaml#" 74 + $ref: regulator.yaml# 75 75 76 76 properties: 77 77 regulator-name:
+2 -2
Documentation/devicetree/bindings/regulator/mediatek,mt6332-regulator.yaml
··· 18 18 patternProperties: 19 19 "^buck-v(dram|dvfs2|pa|rf18a|rf18b|sbst)$": 20 20 type: object 21 - $ref: "regulator.yaml#" 21 + $ref: regulator.yaml# 22 22 23 23 properties: 24 24 regulator-name: ··· 28 28 29 29 "^ldo-v(bif28|dig18|sram|usb33)$": 30 30 type: object 31 - $ref: "regulator.yaml#" 31 + $ref: regulator.yaml# 32 32 33 33 properties: 34 34 regulator-name:
+2 -2
Documentation/devicetree/bindings/regulator/mps,mp5416.yaml
··· 28 28 29 29 patternProperties: 30 30 "^buck[1-4]$": 31 - $ref: "regulator.yaml#" 31 + $ref: regulator.yaml# 32 32 type: object 33 33 34 34 "^ldo[1-4]$": 35 - $ref: "regulator.yaml#" 35 + $ref: regulator.yaml# 36 36 type: object 37 37 38 38 additionalProperties: false
+1 -1
Documentation/devicetree/bindings/regulator/mps,mp886x.yaml
··· 28 28 mps,fb-voltage-divider: 29 29 description: An array of two integers containing the resistor 30 30 values R1 and R2 of the feedback voltage divider in kilo ohms. 31 - $ref: "/schemas/types.yaml#/definitions/uint32-array" 31 + $ref: /schemas/types.yaml#/definitions/uint32-array 32 32 maxItems: 2 33 33 34 34 mps,switch-frequency-hz:
+3 -3
Documentation/devicetree/bindings/regulator/mps,mpq7920.yaml
··· 29 29 30 30 properties: 31 31 mps,switch-freq: 32 - $ref: "/schemas/types.yaml#/definitions/uint8" 32 + $ref: /schemas/types.yaml#/definitions/uint8 33 33 enum: [0, 1, 2, 3] 34 34 default: 2 35 35 description: | ··· 51 51 52 52 properties: 53 53 mps,buck-softstart: 54 - $ref: "/schemas/types.yaml#/definitions/uint8" 54 + $ref: /schemas/types.yaml#/definitions/uint8 55 55 enum: [0, 1, 2, 3] 56 56 description: | 57 57 defines the soft start time of this buck, must be one of the following 58 58 corresponding values 150us, 300us, 610us, 920us 59 59 60 60 mps,buck-phase-delay: 61 - $ref: "/schemas/types.yaml#/definitions/uint8" 61 + $ref: /schemas/types.yaml#/definitions/uint8 62 62 enum: [0, 1, 2, 3] 63 63 description: | 64 64 defines the phase delay of this buck, must be one of the following
+1 -1
Documentation/devicetree/bindings/regulator/mt6315-regulator.yaml
··· 28 28 patternProperties: 29 29 "^vbuck[1-4]$": 30 30 type: object 31 - $ref: "regulator.yaml#" 31 + $ref: regulator.yaml# 32 32 unevaluatedProperties: false 33 33 34 34 properties:
+8 -8
Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml
··· 17 17 patternProperties: 18 18 "^buck_v(s1|gpu11|modem|pu|core|s2|pa|proc2|proc1|core_sshub)$": 19 19 type: object 20 - $ref: "regulator.yaml#" 20 + $ref: regulator.yaml# 21 21 22 22 properties: 23 23 regulator-name: ··· 27 27 28 28 "^ldo_v(ibr|rf12|usb|camio|efuse|xo22)$": 29 29 type: object 30 - $ref: "regulator.yaml#" 30 + $ref: regulator.yaml# 31 31 32 32 properties: 33 33 regulator-name: ··· 37 37 38 38 "^ldo_v(rfck|emc|a12|a09|ufs|bbck)$": 39 39 type: object 40 - $ref: "regulator.yaml#" 40 + $ref: regulator.yaml# 41 41 42 42 properties: 43 43 regulator-name: ··· 47 47 48 48 "^ldo_vcn(18|13|33_1_bt|13_1_wifi|33_2_bt|33_2_wifi)$": 49 49 type: object 50 - $ref: "regulator.yaml#" 50 + $ref: regulator.yaml# 51 51 52 52 properties: 53 53 regulator-name: ··· 57 57 58 58 "^ldo_vsram_(proc2|others|md|proc1|others_sshub)$": 59 59 type: object 60 - $ref: "regulator.yaml#" 60 + $ref: regulator.yaml# 61 61 62 62 properties: 63 63 regulator-name: ··· 67 67 68 68 "^ldo_v(fe|bif|io)28$": 69 69 type: object 70 - $ref: "regulator.yaml#" 70 + $ref: regulator.yaml# 71 71 72 72 properties: 73 73 regulator-name: ··· 77 77 78 78 "^ldo_v(aud|io|aux|rf|m)18$": 79 79 type: object 80 - $ref: "regulator.yaml#" 80 + $ref: regulator.yaml# 81 81 82 82 properties: 83 83 regulator-name: ··· 87 87 88 88 "^ldo_vsim[12]$": 89 89 type: object 90 - $ref: "regulator.yaml#" 90 + $ref: regulator.yaml# 91 91 92 92 properties: 93 93 regulator-name:
+2 -2
Documentation/devicetree/bindings/regulator/mt6360-regulator.yaml
··· 26 26 27 27 patternProperties: 28 28 "^buck[12]$": 29 - $ref: "regulator.yaml#" 29 + $ref: regulator.yaml# 30 30 unevaluatedProperties: false 31 31 32 32 "^ldo[123567]$": 33 - $ref: "regulator.yaml#" 33 + $ref: regulator.yaml# 34 34 unevaluatedProperties: false 35 35 36 36 required:
+2 -2
Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml
··· 57 57 58 58 properties: 59 59 nxp,dvs-run-voltage: 60 - $ref: "/schemas/types.yaml#/definitions/uint32" 60 + $ref: /schemas/types.yaml#/definitions/uint32 61 61 minimum: 600000 62 62 maximum: 2187500 63 63 description: ··· 65 65 dvs(dynamic voltage scaling) property. 66 66 67 67 nxp,dvs-standby-voltage: 68 - $ref: "/schemas/types.yaml#/definitions/uint32" 68 + $ref: /schemas/types.yaml#/definitions/uint32 69 69 minimum: 600000 70 70 maximum: 2187500 71 71 description:
+2 -2
Documentation/devicetree/bindings/regulator/nxp,pf8x00-regulator.yaml
··· 59 59 should be "buck1", ..., "buck7" 60 60 61 61 nxp,ilim-ma: 62 - $ref: "/schemas/types.yaml#/definitions/uint32" 62 + $ref: /schemas/types.yaml#/definitions/uint32 63 63 minimum: 2100 64 64 maximum: 4500 65 65 deprecated: true ··· 75 75 4500 76 76 77 77 nxp,phase-shift: 78 - $ref: "/schemas/types.yaml#/definitions/uint32" 78 + $ref: /schemas/types.yaml#/definitions/uint32 79 79 default: 0 80 80 enum: [ 0, 45, 90, 135, 180, 225, 270, 315 ] 81 81 description:
+4 -4
Documentation/devicetree/bindings/regulator/pfuze100.yaml
··· 63 63 64 64 patternProperties: 65 65 "^sw([1-4]|[1-4][a-c]|[1-4][a-c][a-c])$": 66 - $ref: "regulator.yaml#" 66 + $ref: regulator.yaml# 67 67 type: object 68 68 69 69 "^vgen[1-6]$": 70 - $ref: "regulator.yaml#" 70 + $ref: regulator.yaml# 71 71 type: object 72 72 73 73 "^vldo[1-4]$": 74 - $ref: "regulator.yaml#" 74 + $ref: regulator.yaml# 75 75 type: object 76 76 77 77 "^(vsnvs|vref|vrefddr|swbst|coin|v33|vccsd)$": 78 - $ref: "regulator.yaml#" 78 + $ref: regulator.yaml# 79 79 type: object 80 80 81 81 additionalProperties: false
+4 -4
Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml
··· 105 105 106 106 bob: 107 107 type: object 108 - $ref: "regulator.yaml#" 108 + $ref: regulator.yaml# 109 109 description: BOB regulator node. 110 110 dependencies: 111 - regulator-allow-set-load: ["regulator-allowed-modes"] 111 + regulator-allow-set-load: [ regulator-allowed-modes ] 112 112 113 113 patternProperties: 114 114 "^(smps|ldo|lvs|bob)[0-9]+$": 115 115 type: object 116 - $ref: "regulator.yaml#" 116 + $ref: regulator.yaml# 117 117 description: smps/ldo regulator nodes(s). 118 118 dependencies: 119 - regulator-allow-set-load: ["regulator-allowed-modes"] 119 + regulator-allow-set-load: [ regulator-allowed-modes ] 120 120 121 121 required: 122 122 - compatible
+1 -1
Documentation/devicetree/bindings/regulator/raspberrypi,7inch-touchscreen-panel-regulator.yaml
··· 15 15 and control the backlight. 16 16 17 17 allOf: 18 - - $ref: "regulator.yaml#" 18 + - $ref: regulator.yaml# 19 19 20 20 properties: 21 21 compatible:
+11 -11
Documentation/devicetree/bindings/regulator/regulator.yaml
··· 13 13 properties: 14 14 regulator-name: 15 15 description: A string used as a descriptive name for regulator outputs 16 - $ref: "/schemas/types.yaml#/definitions/string" 16 + $ref: /schemas/types.yaml#/definitions/string 17 17 18 18 regulator-min-microvolt: 19 19 description: smallest voltage consumers may set ··· 23 23 24 24 regulator-microvolt-offset: 25 25 description: Offset applied to voltages to compensate for voltage drops 26 - $ref: "/schemas/types.yaml#/definitions/uint32" 26 + $ref: /schemas/types.yaml#/definitions/uint32 27 27 28 28 regulator-min-microamp: 29 29 description: smallest current consumers may set ··· 59 59 description: ramp delay for regulator(in uV/us) For hardware which supports 60 60 disabling ramp rate, it should be explicitly initialised to zero (regulator-ramp-delay 61 61 = <0>) for disabling ramp delay. 62 - $ref: "/schemas/types.yaml#/definitions/uint32" 62 + $ref: /schemas/types.yaml#/definitions/uint32 63 63 64 64 regulator-enable-ramp-delay: 65 65 description: The time taken, in microseconds, for the supply rail to ··· 68 68 required due to the combination of internal ramping of the regulator 69 69 itself, and board design issues such as trace capacitance and load 70 70 on the supply. 71 - $ref: "/schemas/types.yaml#/definitions/uint32" 71 + $ref: /schemas/types.yaml#/definitions/uint32 72 72 73 73 regulator-settling-time-us: 74 74 description: Settling time, in microseconds, for voltage change if regulator ··· 95 95 description: initial operating mode. The set of possible operating modes 96 96 depends on the capabilities of every hardware so each device binding 97 97 documentation explains which values the regulator supports. 98 - $ref: "/schemas/types.yaml#/definitions/uint32" 98 + $ref: /schemas/types.yaml#/definitions/uint32 99 99 100 100 regulator-allowed-modes: 101 101 description: list of operating modes that software is allowed to configure ··· 103 103 The set of possible operating modes depends on the capabilities of 104 104 every hardware so each device binding document explains which values 105 105 the regulator supports. 106 - $ref: "/schemas/types.yaml#/definitions/uint32-array" 106 + $ref: /schemas/types.yaml#/definitions/uint32-array 107 107 108 108 regulator-system-load: 109 109 description: Load in uA present on regulator that is not captured by 110 110 any consumer request. 111 - $ref: "/schemas/types.yaml#/definitions/uint32" 111 + $ref: /schemas/types.yaml#/definitions/uint32 112 112 113 113 regulator-pull-down: 114 114 description: Enable pull down resistor when the regulator is disabled. ··· 206 206 0: Disable active discharge. 207 207 1: Enable active discharge. 208 208 Absence of this property will leave configuration to default. 209 - $ref: "/schemas/types.yaml#/definitions/uint32" 209 + $ref: /schemas/types.yaml#/definitions/uint32 210 210 enum: [0, 1] 211 211 212 212 regulator-coupled-with: 213 213 description: Regulators with which the regulator is coupled. The linkage 214 214 is 2-way - all coupled regulators should be linked with each other. 215 215 A regulator should not be coupled with its supplier. 216 - $ref: "/schemas/types.yaml#/definitions/phandle-array" 216 + $ref: /schemas/types.yaml#/definitions/phandle-array 217 217 items: 218 218 maxItems: 1 219 219 ··· 221 221 description: Array of maximum spread between voltages of coupled regulators 222 222 in microvolts, each value in the array relates to the corresponding 223 223 couple specified by the regulator-coupled-with property. 224 - $ref: "/schemas/types.yaml#/definitions/uint32-array" 224 + $ref: /schemas/types.yaml#/definitions/uint32-array 225 225 226 226 regulator-max-step-microvolt: 227 227 description: Maximum difference between current and target voltages ··· 269 269 of possible operating modes depends on the capabilities of every 270 270 hardware so the valid modes are documented on each regulator device 271 271 tree binding document. 272 - $ref: "/schemas/types.yaml#/definitions/uint32" 272 + $ref: /schemas/types.yaml#/definitions/uint32 273 273 274 274 additionalProperties: false 275 275
+4 -4
Documentation/devicetree/bindings/regulator/richtek,rt6245-regulator.yaml
··· 32 32 maxItems: 1 33 33 34 34 richtek,oc-level-select: 35 - $ref: "/schemas/types.yaml#/definitions/uint8" 35 + $ref: /schemas/types.yaml#/definitions/uint8 36 36 enum: [0, 1, 2, 3] 37 37 description: | 38 38 Over current level selection. Each respective value means the current ··· 40 40 in chip default. 41 41 42 42 richtek,ot-level-select: 43 - $ref: "/schemas/types.yaml#/definitions/uint8" 43 + $ref: /schemas/types.yaml#/definitions/uint8 44 44 enum: [0, 1, 2] 45 45 description: | 46 46 Over temperature level selection. Each respective value means the degree ··· 48 48 default. 49 49 50 50 richtek,pgdly-time-select: 51 - $ref: "/schemas/types.yaml#/definitions/uint8" 51 + $ref: /schemas/types.yaml#/definitions/uint8 52 52 enum: [0, 1, 2, 3] 53 53 description: | 54 54 Power good signal delay time selection. Each respective value means the ··· 57 57 58 58 59 59 richtek,switch-freq-select: 60 - $ref: "/schemas/types.yaml#/definitions/uint8" 60 + $ref: /schemas/types.yaml#/definitions/uint8 61 61 enum: [0, 1, 2] 62 62 description: | 63 63 Buck switch frequency selection. Each respective value means 400KHz,
+1 -1
Documentation/devicetree/bindings/regulator/richtek,rtmv20-regulator.yaml
··· 120 120 lsw: 121 121 description: load switch current regulator description. 122 122 type: object 123 - $ref: "regulator.yaml#" 123 + $ref: regulator.yaml# 124 124 125 125 required: 126 126 - compatible
+4 -4
Documentation/devicetree/bindings/regulator/rohm,bd71815-regulator.yaml
··· 56 56 PMIC "RUN" state voltage in uV when PMIC HW states are used. See 57 57 comments below for bucks/LDOs which support this. 0 means 58 58 regulator should be disabled at RUN state. 59 - $ref: "/schemas/types.yaml#/definitions/uint32" 59 + $ref: /schemas/types.yaml#/definitions/uint32 60 60 minimum: 0 61 61 maximum: 3300000 62 62 ··· 67 67 keeps regulator enabled. BD71815 does not change voltage level 68 68 when PMIC transitions to SNVS.SNVS voltage depends on the previous 69 69 state (from which the PMIC transitioned to SNVS). 70 - $ref: "/schemas/types.yaml#/definitions/uint32" 70 + $ref: /schemas/types.yaml#/definitions/uint32 71 71 minimum: 0 72 72 maximum: 3300000 73 73 ··· 76 76 PMIC "SUSPEND" state voltage in uV when PMIC HW states are used. See 77 77 comments below for bucks/LDOs which support this. 0 means 78 78 regulator should be disabled at SUSPEND state. 79 - $ref: "/schemas/types.yaml#/definitions/uint32" 79 + $ref: /schemas/types.yaml#/definitions/uint32 80 80 minimum: 0 81 81 maximum: 3300000 82 82 ··· 85 85 PMIC "LPSR" state voltage in uV when PMIC HW states are used. See 86 86 comments below for bucks/LDOs which support this. 0 means 87 87 regulator should be disabled at LPSR state. 88 - $ref: "/schemas/types.yaml#/definitions/uint32" 88 + $ref: /schemas/types.yaml#/definitions/uint32 89 89 minimum: 0 90 90 maximum: 3300000 91 91
+4 -4
Documentation/devicetree/bindings/regulator/rohm,bd71828-regulator.yaml
··· 52 52 description: 53 53 PMIC default "RUN" state voltage in uV. See below table for 54 54 bucks which support this. 0 means disabled. 55 - $ref: "/schemas/types.yaml#/definitions/uint32" 55 + $ref: /schemas/types.yaml#/definitions/uint32 56 56 minimum: 0 57 57 maximum: 3300000 58 58 ··· 60 60 description: 61 61 PMIC default "IDLE" state voltage in uV. See below table for 62 62 bucks which support this. 0 means disabled. 63 - $ref: "/schemas/types.yaml#/definitions/uint32" 63 + $ref: /schemas/types.yaml#/definitions/uint32 64 64 minimum: 0 65 65 maximum: 3300000 66 66 ··· 68 68 description: 69 69 PMIC default "SUSPEND" state voltage in uV. See below table for 70 70 bucks which support this. 0 means disabled. 71 - $ref: "/schemas/types.yaml#/definitions/uint32" 71 + $ref: /schemas/types.yaml#/definitions/uint32 72 72 minimum: 0 73 73 maximum: 3300000 74 74 ··· 76 76 description: 77 77 PMIC default "LPSR" state voltage in uV. See below table for 78 78 bucks which support this. 0 means disabled. 79 - $ref: "/schemas/types.yaml#/definitions/uint32" 79 + $ref: /schemas/types.yaml#/definitions/uint32 80 80 minimum: 0 81 81 maximum: 3300000 82 82
+3 -3
Documentation/devicetree/bindings/regulator/rohm,bd71837-regulator.yaml
··· 55 55 should be "buck1", ..., "buck8" 56 56 57 57 rohm,dvs-run-voltage: 58 - $ref: "/schemas/types.yaml#/definitions/uint32" 58 + $ref: /schemas/types.yaml#/definitions/uint32 59 59 minimum: 0 60 60 maximum: 1300000 61 61 description: ··· 63 63 bucks which support this. 0 means disabled. 64 64 65 65 rohm,dvs-idle-voltage: 66 - $ref: "/schemas/types.yaml#/definitions/uint32" 66 + $ref: /schemas/types.yaml#/definitions/uint32 67 67 minimum: 0 68 68 maximum: 1300000 69 69 description: ··· 71 71 bucks which support this. 0 means disabled. 72 72 73 73 rohm,dvs-suspend-voltage: 74 - $ref: "/schemas/types.yaml#/definitions/uint32" 74 + $ref: /schemas/types.yaml#/definitions/uint32 75 75 minimum: 0 76 76 maximum: 1300000 77 77 description:
+3 -3
Documentation/devicetree/bindings/regulator/rohm,bd71847-regulator.yaml
··· 54 54 should be "buck1", ..., "buck6" 55 55 56 56 rohm,dvs-run-voltage: 57 - $ref: "/schemas/types.yaml#/definitions/uint32" 57 + $ref: /schemas/types.yaml#/definitions/uint32 58 58 minimum: 0 59 59 maximum: 1300000 60 60 description: ··· 62 62 bucks which support this. 0 means disabled. 63 63 64 64 rohm,dvs-idle-voltage: 65 - $ref: "/schemas/types.yaml#/definitions/uint32" 65 + $ref: /schemas/types.yaml#/definitions/uint32 66 66 minimum: 0 67 67 maximum: 1300000 68 68 description: ··· 70 70 bucks which support this. 0 means disabled. 71 71 72 72 rohm,dvs-suspend-voltage: 73 - $ref: "/schemas/types.yaml#/definitions/uint32" 73 + $ref: /schemas/types.yaml#/definitions/uint32 74 74 minimum: 0 75 75 maximum: 1300000 76 76 description:
+1 -1
Documentation/devicetree/bindings/regulator/rohm,bd9576-regulator.yaml
··· 25 25 type: object 26 26 description: 27 27 Properties for single regulator. 28 - $ref: "regulator.yaml#" 28 + $ref: regulator.yaml# 29 29 30 30 properties: 31 31 rohm,ocw-fet-ron-micro-ohms:
+1 -1
Documentation/devicetree/bindings/regulator/socionext,uniphier-regulator.yaml
··· 42 42 reset-names: true 43 43 44 44 allOf: 45 - - $ref: "regulator.yaml#" 45 + - $ref: regulator.yaml# 46 46 - if: 47 47 properties: 48 48 compatible:
+2 -2
Documentation/devicetree/bindings/regulator/st,stm32-booster.yaml
··· 14 14 to supply ADC analog input switches. 15 15 16 16 allOf: 17 - - $ref: "regulator.yaml#" 17 + - $ref: regulator.yaml# 18 18 19 19 properties: 20 20 compatible: ··· 23 23 - st,stm32mp1-booster 24 24 25 25 st,syscfg: 26 - $ref: "/schemas/types.yaml#/definitions/phandle" 26 + $ref: /schemas/types.yaml#/definitions/phandle 27 27 description: phandle to system configuration controller. 28 28 29 29 vdda-supply:
+1 -1
Documentation/devicetree/bindings/regulator/st,stm32-vrefbuf.yaml
··· 15 15 - Fabrice Gasnier <fabrice.gasnier@foss.st.com> 16 16 17 17 allOf: 18 - - $ref: "regulator.yaml#" 18 + - $ref: regulator.yaml# 19 19 20 20 properties: 21 21 compatible:
+1 -1
Documentation/devicetree/bindings/regulator/st,stm32mp1-pwr-reg.yaml
··· 26 26 "^(reg11|reg18|usb33)$": 27 27 type: object 28 28 29 - $ref: "regulator.yaml#" 29 + $ref: regulator.yaml# 30 30 31 31 required: 32 32 - compatible
+1 -1
Documentation/devicetree/bindings/regulator/ti,tps62360.yaml
··· 19 19 https://www.ti.com/lit/gpn/tps62360 20 20 21 21 allOf: 22 - - $ref: "regulator.yaml#" 22 + - $ref: regulator.yaml# 23 23 24 24 properties: 25 25 compatible:
+1 -1
Documentation/devicetree/bindings/regulator/vqmmc-ipq4019-regulator.yaml
··· 15 15 controller is also embedded. 16 16 17 17 allOf: 18 - - $ref: "regulator.yaml#" 18 + - $ref: regulator.yaml# 19 19 20 20 properties: 21 21 compatible:
+3 -3
Documentation/devicetree/bindings/regulator/wlf,arizona.yaml
··· 21 21 wlf,ldoena: 22 22 description: 23 23 GPIO specifier for the GPIO controlling LDOENA. 24 - $ref: "/schemas/types.yaml#/definitions/phandle-array" 24 + $ref: /schemas/types.yaml#/definitions/phandle-array 25 25 maxItems: 1 26 26 27 27 ldo1: 28 28 description: 29 29 Initial data for the LDO1 regulator. 30 - $ref: "regulator.yaml#" 30 + $ref: regulator.yaml# 31 31 type: object 32 32 33 33 micvdd: 34 34 description: 35 35 Initial data for the MICVDD regulator. 36 - $ref: "regulator.yaml#" 36 + $ref: regulator.yaml# 37 37 type: object 38 38 39 39 additionalProperties: true