diff options
author | Tim Harvey <tharvey@gateworks.com> | 2014-09-08 23:07:27 -0700 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-09-16 10:27:19 +0800 |
commit | e32ba7a7dad114d87c4d7411d07af7a26e4119ce (patch) | |
tree | 34922baa2096666490fe0fd74bb9da4697d7c883 /arch/arm/boot/dts/imx6qdl-gw53xx.dtsi | |
parent | ea3b555e44a62a31fc90e1e034a8c797b92db28e (diff) | |
download | linux-e32ba7a7dad114d87c4d7411d07af7a26e4119ce.tar.bz2 |
ARM: dts: imx: ventana: remove unused aliases
Remove aliases that are either not used by bootloader or are provided via
included dtsi files.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-gw53xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-gw53xx.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi index 0488cd15ffa2..01edfd997013 100644 --- a/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi +++ b/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi @@ -12,18 +12,14 @@ / { /* these are used by bootloader for disabling nodes */ aliases { - can0 = &can1; - ethernet0 = &fec; ethernet1 = ð1; led0 = &led0; led1 = &led1; led2 = &led2; nand = &gpmi; - sky2 = ð1; ssi0 = &ssi1; usb0 = &usbh1; usb1 = &usbotg; - usdhc2 = &usdhc3; }; chosen { |