* [PATCH RESEND] arm64: dts: clearfog-gt-8k: enable mini-PCIe CON2 USB
@ 2018-10-19 4:57 Baruch Siach
2018-11-30 17:46 ` Gregory CLEMENT
0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2018-10-19 4:57 UTC (permalink / raw)
To: linux-arm-kernel
Deassert the reset and wireless disable signals on the CON2 mini-PCIe
socket. That allows the host to detect USB devices on the mini-PCIe
socket.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
Resend: forgot to Cc the ARM kernel list on previous submission. Sorry
for the duplicate.
---
.../boot/dts/marvell/armada-8040-clearfog-gt-8k.dts | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts b/arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts
index 73df0ef5e0c4..c2e53b4edb0c 100644
--- a/arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts
+++ b/arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts
@@ -246,6 +246,18 @@
gpios = <1 GPIO_ACTIVE_HIGH>;
output-high;
};
+
+ lte_reset {
+ gpio-hog;
+ gpios = <2 GPIO_ACTIVE_LOW>;
+ output-low;
+ };
+
+ lte_disable {
+ gpio-hog;
+ gpios = <21 GPIO_ACTIVE_LOW>;
+ output-low;
+ };
};
&cp0_ethernet {
--
2.19.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH RESEND] arm64: dts: clearfog-gt-8k: enable mini-PCIe CON2 USB
2018-10-19 4:57 [PATCH RESEND] arm64: dts: clearfog-gt-8k: enable mini-PCIe CON2 USB Baruch Siach
@ 2018-11-30 17:46 ` Gregory CLEMENT
0 siblings, 0 replies; 2+ messages in thread
From: Gregory CLEMENT @ 2018-11-30 17:46 UTC (permalink / raw)
To: Baruch Siach
Cc: Andrew Lunn, Jason Cooper, Russell King, Ori Shemtov,
linux-arm-kernel, Sebastian Hesselbarth
Hi Baruch,
On ven., oct. 19 2018, Baruch Siach <baruch@tkos.co.il> wrote:
> Deassert the reset and wireless disable signals on the CON2 mini-PCIe
> socket. That allows the host to detect USB devices on the mini-PCIe
> socket.
>
Applied on mvebu/dt64
Thanks,
Gregory
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>
> Resend: forgot to Cc the ARM kernel list on previous submission. Sorry
> for the duplicate.
> ---
> .../boot/dts/marvell/armada-8040-clearfog-gt-8k.dts | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts b/arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts
> index 73df0ef5e0c4..c2e53b4edb0c 100644
> --- a/arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts
> +++ b/arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts
> @@ -246,6 +246,18 @@
> gpios = <1 GPIO_ACTIVE_HIGH>;
> output-high;
> };
> +
> + lte_reset {
> + gpio-hog;
> + gpios = <2 GPIO_ACTIVE_LOW>;
> + output-low;
> + };
> +
> + lte_disable {
> + gpio-hog;
> + gpios = <21 GPIO_ACTIVE_LOW>;
> + output-low;
> + };
> };
>
> &cp0_ethernet {
> --
> 2.19.1
>
--
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-11-30 17:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-19 4:57 [PATCH RESEND] arm64: dts: clearfog-gt-8k: enable mini-PCIe CON2 USB Baruch Siach
2018-11-30 17:46 ` Gregory CLEMENT
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).