diff options
author | Christian Lamparter <chunkeey@googlemail.com> | 2016-11-12 14:46:32 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-11-12 21:04:15 +0100 |
commit | ebaa82a2ca1d147acaab5ab0c0f277951d10a6b5 (patch) | |
tree | 10f219b614d57e3c2854571ff8aac9c6e76c6e4d /target/linux/apm821xx/dts/apollo3g.dts | |
parent | 3a112113e7ae932ca5663a0591a738b00aea4b50 (diff) | |
download | upstream-ebaa82a2ca1d147acaab5ab0c0f277951d10a6b5.tar.gz upstream-ebaa82a2ca1d147acaab5ab0c0f277951d10a6b5.tar.bz2 upstream-ebaa82a2ca1d147acaab5ab0c0f277951d10a6b5.zip |
apm821xx: consolidate apm821xx device trees files
This patch moves the common SoC device tree entries
from the currently four supported platforms into a
common apm82181.dtsi.
Furthermore, this patch also changes the GPIO, IRQ and
input definitions of the supported platforms to use the
defined dt-bindings macros for GPIO_ACTIVE_LOW|HIGH,
KEY_WPS|RESTART|*, IRQ_TYPE_* when it's appropriate.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/apm821xx/dts/apollo3g.dts')
-rw-r--r-- | target/linux/apm821xx/dts/apollo3g.dts | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/target/linux/apm821xx/dts/apollo3g.dts b/target/linux/apm821xx/dts/apollo3g.dts index 1b9f8267e4..4d31edae4a 100644 --- a/target/linux/apm821xx/dts/apollo3g.dts +++ b/target/linux/apm821xx/dts/apollo3g.dts @@ -14,21 +14,3 @@ / { model = "MyBook Live"; }; - -&SATA0 { - status = "disabled"; -}; - -&USBOTG0 { - status = "disabled"; -}; - -&gpio0 { - enable-usb { - status = "disabled"; - }; - - enable-port0 { - status = "disabled"; - }; -}; |