mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	ARM: dts: socfpga: cyclone5: align regulator node with dtschema
Fixes dtbs_check warnings like: '3-3-v-regulator' does not match any of the regexes: '.*-names$' Cc: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>:wq Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
		
							parent
							
								
									bd702d3a85
								
							
						
					
					
						commit
						0f7b715101
					
				
					 5 changed files with 5 additions and 5 deletions
				
			
		|  | @ -24,7 +24,7 @@ | |||
| 		reg = <0x0 0x20000000>; /* 512MB */ | ||||
| 	}; | ||||
| 
 | ||||
| 	regulator_3_3v: 3-3-v-regulator { | ||||
| 	regulator_3_3v: regulator { | ||||
| 		compatible = "regulator-fixed"; | ||||
| 		regulator-name = "3.3V"; | ||||
| 		regulator-min-microvolt = <3300000>; | ||||
|  |  | |||
|  | @ -24,7 +24,7 @@ | |||
| 		ethernet0 = &gmac1; | ||||
| 	}; | ||||
| 
 | ||||
| 	regulator_3_3v: 3-3-v-regulator { | ||||
| 	regulator_3_3v: regulator { | ||||
| 		compatible = "regulator-fixed"; | ||||
| 		regulator-name = "3.3V"; | ||||
| 		regulator-min-microvolt = <3300000>; | ||||
|  |  | |||
|  | @ -50,7 +50,7 @@ | |||
| 		}; | ||||
| 	}; | ||||
| 
 | ||||
| 	regulator_3_3v: 3-3-v-regulator { | ||||
| 	regulator_3_3v: regulator { | ||||
| 		compatible = "regulator-fixed"; | ||||
| 		regulator-name = "3.3V"; | ||||
| 		regulator-min-microvolt = <3300000>; | ||||
|  |  | |||
|  | @ -111,7 +111,7 @@ | |||
| 		}; | ||||
| 	}; | ||||
| 
 | ||||
| 	regulator_3_3v: vcc3p3-regulator { | ||||
| 	regulator_3_3v: regulator { | ||||
| 		compatible = "regulator-fixed"; | ||||
| 		regulator-name = "VCC3P3"; | ||||
| 		regulator-min-microvolt = <3300000>; | ||||
|  |  | |||
|  | @ -26,7 +26,7 @@ | |||
| 		ethernet0 = &gmac1; | ||||
| 	}; | ||||
| 
 | ||||
| 	regulator_3_3v: 3-3-v-regulator { | ||||
| 	regulator_3_3v: regulator { | ||||
| 		compatible = "regulator-fixed"; | ||||
| 		regulator-name = "3.3V"; | ||||
| 		regulator-min-microvolt = <3300000>; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Dinh Nguyen
						Dinh Nguyen