]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
Documentation: r5_remoteproc: update reg example
authorWendy Liang <jliang@xilinx.com>
Thu, 26 May 2016 18:23:42 +0000 (11:23 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 27 May 2016 08:34:52 +0000 (10:34 +0200)
Update the reg property example to follow the aarch64 platform
device reg property format:
 * address-cells = <2>;
 * size-cells = <2>;

Signed-off-by: Wendy Liang <jliang@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Documentation/devicetree/bindings/remoteproc/r5_remoteproc.txt

index 7c9f793c15c91e85e126f18fee1b57cf22230559..5929df1ff54f865550a8343b1b296c54d63a721c 100644 (file)
@@ -30,7 +30,7 @@ Example:
 --------
        zynqmp-r5-remoteproc@0 {
                compatible = "xlnx,zynqmp-r5-remoteproc";
-               reg = <0x0 0xff340000 0x100>, <0x0 0xff9a0000 0x400>, <0x0 0xff5e0000 0x400>;
+               reg = <0x0 0xff340000 0x0 0x100>, <0x0 0xff9a0000 0x0 0x400>, <0x0 0xff5e0000 0x0 0x400>;
                reg-names = "ipi", "rpu_base", "apb_base";
                core_conf = "split0";
                interrupt-parent = <&gic>;