diff options
author | Madalin Bucur <madalin.bucur@nxp.com> | 2016-12-07 18:14:55 +0300 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2016-12-10 08:11:14 +0300 |
commit | f93ace2b22e993bafca117a295a42a7774bff4a4 (patch) | |
tree | 8c9c46f1d72e09f65e6cd96099205f1f5448beea /arch/powerpc | |
parent | 138bde87876c10fedf8756f55a775246fe0d3f7e (diff) | |
download | linux-f93ace2b22e993bafca117a295a42a7774bff4a4.tar.xz |
powerpc/fsl/dts: add sg_2500_aqr105_phy4 alias on t1024rdb
The alias is used by the boot loader to perform a device tree
fixup.
Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com>
Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/t1024rdb.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/t1024rdb.dts b/arch/powerpc/boot/dts/fsl/t1024rdb.dts index c7f4f62afaf4..73a645324bc1 100644 --- a/arch/powerpc/boot/dts/fsl/t1024rdb.dts +++ b/arch/powerpc/boot/dts/fsl/t1024rdb.dts @@ -41,6 +41,10 @@ #size-cells = <2>; interrupt-parent = <&mpic>; + aliases { + sg_2500_aqr105_phy4 = &sg_2500_aqr105_phy4; + }; + reserved-memory { #address-cells = <2>; #size-cells = <2>; |