mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	dt-bindings: power: mediatek: Add another nested power-domain layer
The MT8188 SoC has a more in-depth power-domain tree, and the CHECK_DTBS=y check could fail because the current MediaTek power dt-binding is insufficient to cover its CAM_SUBA and CAM_SUBB sub-domains. Add one more nested power-domain layer to pass the check. Acked-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Fei Shao <fshao@chromium.org> Message-ID: <20241001113052.3124869-2-fshao@chromium.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
		
							parent
							
								
									40384c840e
								
							
						
					
					
						commit
						f00582aa4a
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -55,6 +55,10 @@ patternProperties: | |||
|             patternProperties: | ||||
|               "^power-domain@[0-9a-f]+$": | ||||
|                 $ref: "#/$defs/power-domain-node" | ||||
|                 patternProperties: | ||||
|                   "^power-domain@[0-9a-f]+$": | ||||
|                     $ref: "#/$defs/power-domain-node" | ||||
|                     unevaluatedProperties: false | ||||
|                 unevaluatedProperties: false | ||||
|             unevaluatedProperties: false | ||||
|         unevaluatedProperties: false | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Fei Shao
						Fei Shao