mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	regulator: sm5703: Correct reference to the common regulator schema
The correct file name is regulator.yaml, not regulators.yaml. Signed-off-by: Markuss Broks <markuss.broks@gmail.com> Link: https://lore.kernel.org/r/20220429120914.9928-1-markuss.broks@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
		
							parent
							
								
									e8858ba89c
								
							
						
					
					
						commit
						dc6d04619e
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -19,14 +19,14 @@ description: | | |||
| properties: | ||||
|   buck: | ||||
|     type: object | ||||
|     $ref: regulators.yaml# | ||||
|     $ref: regulator.yaml# | ||||
|     unevaluatedProperties: false | ||||
|     description: | ||||
|       Properties for the BUCK regulator. | ||||
| 
 | ||||
|   vbus: | ||||
|     type: object | ||||
|     $ref: regulators.yaml# | ||||
|     $ref: regulator.yaml# | ||||
|     unevaluatedProperties: false | ||||
|     description: | ||||
|       Properties for the VBUS regulator. | ||||
|  | @ -34,14 +34,14 @@ properties: | |||
| patternProperties: | ||||
|   "^ldo[1-3]$": | ||||
|     type: object | ||||
|     $ref: regulators.yaml# | ||||
|     $ref: regulator.yaml# | ||||
|     unevaluatedProperties: false | ||||
|     description: | ||||
|       Properties for single LDO regulator. | ||||
| 
 | ||||
|   "^usbldo[1-2]$": | ||||
|     type: object | ||||
|     $ref: regulators.yaml# | ||||
|     $ref: regulator.yaml# | ||||
|     unevaluatedProperties: false | ||||
|     description: | ||||
|       Properties for a single USBLDO regulator. | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Markuss Broks
						Markuss Broks