[PATCH linux dev-5.4 2/4] dt-bindings: soc: xdma: Switch to reserved memory node

Eddie James eajames at linux.ibm.com
Fri Mar 27 07:14:01 AEDT 2020


Change the memory property to the more standard memory-region node.

Signed-off-by: Eddie James <eajames at linux.ibm.com>
---
 Documentation/devicetree/bindings/soc/aspeed/xdma.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/soc/aspeed/xdma.txt b/Documentation/devicetree/bindings/soc/aspeed/xdma.txt
index 074bda5..da62975 100644
--- a/Documentation/devicetree/bindings/soc/aspeed/xdma.txt
+++ b/Documentation/devicetree/bindings/soc/aspeed/xdma.txt
@@ -17,8 +17,8 @@ Required properties:
 			  specifies the PCI-E reset or PERST interrupt.
  - aspeed,scu		: a phandle to the syscon node for the system control
 			  unit of the SOC
- - memory		: contains the address and size of the memory area to
-			  be used by the XDMA engine for DMA operations
+ - memory-region	: a phandle to the reserved memory region to be used by
+			  the XDMA engine for DMA operations
 
 Optional properties:
  - pcie-device		: should be either "bmc" or "vga", corresponding to
@@ -36,5 +36,5 @@ Example:
         interrupts-extended = <&vic 6>, <&scu_ic ASPEED_AST2500_SCU_IC_PCIE_RESET_LO_TO_HI>;
         aspeed,scu = <&syscon>;
         pcie-device = "bmc";
-        memory = <0x9f000000 0x01000000>;
+        memory-region = <&vga_memory>;
     };
-- 
1.8.3.1



More information about the openbmc mailing list