ath79: qca955x: remove double declaration
No need to mention the same value twice Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
This commit is contained in:
		@@ -112,8 +112,7 @@
 | 
				
			|||||||
			};
 | 
								};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			pll: pll-controller@18050000 {
 | 
								pll: pll-controller@18050000 {
 | 
				
			||||||
				compatible = "qca,qca9550-pll",
 | 
									compatible = "qca,qca9550-pll", "syscon";
 | 
				
			||||||
						"qca,qca9550-pll", "syscon";
 | 
					 | 
				
			||||||
				reg = <0x18050000 0x50>;
 | 
									reg = <0x18050000 0x50>;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				#clock-cells = <1>;
 | 
									#clock-cells = <1>;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user