All of lore.kernel.org
 help / color / mirror / Atom feed
From: martin.blumenstingl@googlemail.com (Martin Blumenstingl)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v2 6/7] ARM64: dts: meson-gxl-nexbox-a95x: enable the USB controller
Date: Mon, 26 Mar 2018 23:17:47 +0200	[thread overview]
Message-ID: <20180326211748.16488-7-martin.blumenstingl@googlemail.com> (raw)
In-Reply-To: <20180326211748.16488-1-martin.blumenstingl@googlemail.com>

The Nexbox A95X provides two USB ports. Enable the SoC's USB controller
on this board to make these USB ports usable.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
---
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts
index 69c721a70e44..6739697be1de 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts
@@ -215,3 +215,7 @@
 	pinctrl-0 = <&uart_ao_a_pins>;
 	pinctrl-names = "default";
 };
+
+&usb0 {
+	status = "okay";
+};
-- 
2.16.3

  parent reply	other threads:[~2018-03-26 21:17 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-26 21:17 [PATCH v2 0/7] Meson GXL/GXM USB host mode support Martin Blumenstingl
2018-03-26 21:17 ` [PATCH v2 1/7] ARM64: dts: meson-gxl: add USB host support Martin Blumenstingl
2018-03-26 21:17 ` [PATCH v2 2/7] ARM64: dts: meson-gxm: add GXM specific USB host configuration Martin Blumenstingl
2018-03-26 21:17 ` [PATCH v2 3/7] ARM64: dts: meson-gxl-s905x-p212: enable the USB controller Martin Blumenstingl
2018-03-26 21:17 ` [PATCH v2 4/7] ARM64: dts: meson-gx-p23x-q20x: " Martin Blumenstingl
2018-03-26 21:17 ` [PATCH v2 5/7] ARM64: dts: meson-gxl-s905x-libretech-cc: " Martin Blumenstingl
2018-03-26 21:17 ` Martin Blumenstingl [this message]
2018-03-26 21:17 ` [PATCH v2 7/7] ARM64: dts: meson-gxm-khadas-vim2: " Martin Blumenstingl
2018-03-27 21:33 ` [PATCH v2 0/7] Meson GXL/GXM USB host mode support Martin Blumenstingl
2018-03-28  8:18   ` Neil Armstrong
2018-04-19 14:48     ` Kevin Hilman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180326211748.16488-7-martin.blumenstingl@googlemail.com \
    --to=martin.blumenstingl@googlemail.com \
    --cc=linus-amlogic@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.