Merge tag 'ntb-5.11' of git://github.com/jonmason/ntb
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / soc / xilinx / xlnx,vcu.txt
index 6786d67..2417b13 100644 (file)
@@ -12,10 +12,7 @@ Required properties:
 - compatible: shall be one of:
        "xlnx,vcu"
        "xlnx,vcu-logicoreip-1.0"
-- reg, reg-names: There are two sets of registers need to provide.
-       1. vcu slcr
-       2. Logicore
-       reg-names should contain name for the each register sequence.
+- reg : The base offset and size of the VCU_PL_SLCR register space.
 - clocks: phandle for aclk and pll_ref clocksource
 - clock-names: The identification string, "aclk", is always required for
    the axi clock. "pll_ref" is required for pll.
@@ -23,9 +20,7 @@ Example:
 
        xlnx_vcu: vcu@a0040000 {
                compatible = "xlnx,vcu-logicoreip-1.0";
-               reg = <0x0 0xa0040000 0x0 0x1000>,
-                        <0x0 0xa0041000 0x0 0x1000>;
-               reg-names = "vcu_slcr", "logicore";
+               reg = <0x0 0xa0040000 0x0 0x1000>;
                clocks = <&si570_1>, <&clkc 71>;
                clock-names = "pll_ref", "aclk";
        };