dts: socfpga: Add sysmgr node so the gmac can use to reference
authorDinh Nguyen <dinguyen@altera.com>
Mon, 10 Mar 2014 04:12:14 +0000 (23:12 -0500)
committerDinh Nguyen <dinguyen@altera.com>
Mon, 10 Mar 2014 04:21:52 +0000 (23:21 -0500)
commit[7e0b4cd dts: socfpga: Add DTS entry for adding the stmmac glue
layer for stmmac.] references the sysmgr through its phandle. This patch
adds the appropriate sysmgr node for the gmac to use.

Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
arch/arm/boot/dts/socfpga.dtsi

index d2ff3d5..404553c 100644 (file)
                        reg = <0xffd05000 0x1000>;
                };
 
-               sysmgr@ffd08000 {
+               sysmgr: sysmgr@ffd08000 {
                        compatible = "altr,sys-mgr", "syscon";
                        reg = <0xffd08000 0x4000>;
                };