arm64: zynqmp: Add reset description for sata
Sata needs to get reset before configuration that's why add property for it there. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
		
							parent
							
								
									ce42bd2fa3
								
							
						
					
					
						commit
						fee3e307f2
					
				| 
						 | 
					@ -701,6 +701,7 @@
 | 
				
			||||||
			interrupt-parent = <&gic>;
 | 
								interrupt-parent = <&gic>;
 | 
				
			||||||
			interrupts = <0 133 4>;
 | 
								interrupts = <0 133 4>;
 | 
				
			||||||
			power-domains = <&zynqmp_firmware PD_SATA>;
 | 
								power-domains = <&zynqmp_firmware PD_SATA>;
 | 
				
			||||||
 | 
								resets = <&zynqmp_reset ZYNQMP_RESET_SATA>;
 | 
				
			||||||
			#stream-id-cells = <4>;
 | 
								#stream-id-cells = <4>;
 | 
				
			||||||
			iommus = <&smmu 0x4c0>, <&smmu 0x4c1>,
 | 
								iommus = <&smmu 0x4c0>, <&smmu 0x4c1>,
 | 
				
			||||||
				 <&smmu 0x4c2>, <&smmu 0x4c3>;
 | 
									 <&smmu 0x4c2>, <&smmu 0x4c3>;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue