diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2017-12-17 14:59:58 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-12-21 01:05:16 +0100 |
commit | 1adeecf0d3ab6ba4e485bd3ad0749711d8aabac8 (patch) | |
tree | cb7a5a898716e4f8541bd6c38feed02bdb60ed6d /target/linux/apm821xx/dts/apollo3g-duo.dts | |
parent | 70301af9150fbf61483bf12fec651beb437f55ac (diff) | |
download | upstream-1adeecf0d3ab6ba4e485bd3ad0749711d8aabac8.tar.gz upstream-1adeecf0d3ab6ba4e485bd3ad0749711d8aabac8.tar.bz2 upstream-1adeecf0d3ab6ba4e485bd3ad0749711d8aabac8.zip |
apm821xx: dts: rename devices dts files to include the manufacturer
This patch rename all the DT source files in order to
match upstream's "manufacturer-device.dts" format.
Please note that the DEVICE_DTB isn't changed. This is
because the u-boot of the MyBook Live defines the
fdt_file variable to be "apollo3g/apollo3g.dtb".
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/apm821xx/dts/apollo3g-duo.dts')
-rw-r--r-- | target/linux/apm821xx/dts/apollo3g-duo.dts | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/target/linux/apm821xx/dts/apollo3g-duo.dts b/target/linux/apm821xx/dts/apollo3g-duo.dts deleted file mode 100644 index 4f6cc506f5..0000000000 --- a/target/linux/apm821xx/dts/apollo3g-duo.dts +++ /dev/null @@ -1,38 +0,0 @@ -/* - * Device Tree Source for AMCC Canyonlands (460EX) - * - * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de> - * (c) Copyright 2010 Western Digital Technologies, Inc. All Rights Reserved. - * - * This file is licensed under the terms of the GNU General Public - * License version 2. This program is licensed "as is" without - * any warranty of any kind, whether express or implied. - */ - -/dts-v1/; - -#include "apollo3g.dtsi" - -/ { - compatible = "wd,mybooklive-duo", "amcc,apollo3g"; - model = "MyBook Live Duo"; -}; - -&SATA0 { - status = "okay"; -}; - -&USBOTG0 { - status = "okay"; - dr_mode = "host"; -}; - -&GPIO1 { - enable-usb { - status = "okay"; - }; - - enable-port0 { - status = "okay"; - }; -}; |