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

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'regulator-fix-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator

Pull regulator fix from Mark Brown:
"A fix for the DT binding documentation which dropped a property when
being converted to YAML format causing spurious errors validating
device trees for platforms using the device"

* tag 'regulator-fix-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:
regulator: dt-bindings: samsung,s2mps14: add lost samsung,ext-control-gpios

+19 -2
+19 -2
Documentation/devicetree/bindings/regulator/samsung,s2mps14.yaml
··· 19 19 additional information and example. 20 20 21 21 patternProperties: 22 - # 25 LDOs 23 - "^LDO([1-9]|[1][0-9]|2[0-5])$": 22 + # 25 LDOs, without LDO10-12 23 + "^LDO([1-9]|1[3-9]|2[0-5])$": 24 24 type: object 25 25 $ref: regulator.yaml# 26 26 unevaluatedProperties: false 27 27 description: 28 28 Properties for single LDO regulator. 29 + 30 + required: 31 + - regulator-name 32 + 33 + "^LDO(1[0-2])$": 34 + type: object 35 + $ref: regulator.yaml# 36 + unevaluatedProperties: false 37 + description: 38 + Properties for single LDO regulator. 39 + 40 + properties: 41 + samsung,ext-control-gpios: 42 + maxItems: 1 43 + description: 44 + LDO10, LDO11 and LDO12 can be configured to external control over 45 + GPIO. 29 46 30 47 required: 31 48 - regulator-name