mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	ARM64: zynqmp: Use correct addresses in node names
Reflect actual silicon addresses in DT node names. Signed-off-by: Hyun Kwon <hyun.kwon@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
		
							parent
							
								
									4e31d27b9c
								
							
						
					
					
						commit
						695d75a122
					
				@ -842,7 +842,7 @@
 | 
				
			|||||||
			};
 | 
								};
 | 
				
			||||||
		};
 | 
							};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		xlnx_dp: dp@43c00000 {
 | 
							xlnx_dp: dp@fd4a0000 {
 | 
				
			||||||
			compatible = "xlnx,v-dp";
 | 
								compatible = "xlnx,v-dp";
 | 
				
			||||||
			status = "disabled";
 | 
								status = "disabled";
 | 
				
			||||||
			reg = <0x0 0xfd4a0000 0x1000>;
 | 
								reg = <0x0 0xfd4a0000 0x1000>;
 | 
				
			||||||
@ -887,7 +887,7 @@
 | 
				
			|||||||
			dma-names = "tx";
 | 
								dma-names = "tx";
 | 
				
			||||||
		};
 | 
							};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		xlnx_dp_sub: dp_sub@43c0a000 {
 | 
							xlnx_dp_sub: dp_sub@fd4aa000 {
 | 
				
			||||||
			compatible = "xlnx,dp-sub";
 | 
								compatible = "xlnx,dp-sub";
 | 
				
			||||||
			status = "disabled";
 | 
								status = "disabled";
 | 
				
			||||||
			reg = <0x0 0xfd4aa000 0x1000>, <0x0 0xfd4ab000 0x1000>, <0x0 0xfd4ac000 0x1000>;
 | 
								reg = <0x0 0xfd4aa000 0x1000>, <0x0 0xfd4ab000 0x1000>, <0x0 0xfd4ac000 0x1000>;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user