* [PATCH] witherspoon.dts: Enable the USB vhub (device)
@ 2019-03-26 14:33 Adriana Kobylak
2019-03-27 6:16 ` Joel Stanley
0 siblings, 1 reply; 2+ messages in thread
From: Adriana Kobylak @ 2019-03-26 14:33 UTC (permalink / raw)
To: linux-aspeed
The Aspeed vhub device driver is already enabled in
the defconfig, make use of it in the witherspoon platform.
Signed-off-by: Adriana Kobylak <anoo@linux.ibm.com>
---
arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
index b933ced..8ebe35e 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
@@ -634,6 +634,10 @@
memory-region = <&gfx_memory>;
};
+&vhub {
+ status = "okay";
+};
+
&pinctrl {
aspeed,external-nodes = <&gfx &lhc>;
};
--
1.8.3.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCH] witherspoon.dts: Enable the USB vhub (device)
2019-03-26 14:33 [PATCH] witherspoon.dts: Enable the USB vhub (device) Adriana Kobylak
@ 2019-03-27 6:16 ` Joel Stanley
0 siblings, 0 replies; 2+ messages in thread
From: Joel Stanley @ 2019-03-27 6:16 UTC (permalink / raw)
To: linux-aspeed
Hi Adriana,
On Tue, 26 Mar 2019 at 14:34, Adriana Kobylak <anoo@linux.ibm.com> wrote:
>
> The Aspeed vhub device driver is already enabled in
> the defconfig, make use of it in the witherspoon platform.
>
> Signed-off-by: Adriana Kobylak <anoo@linux.ibm.com>
The patch looks good. However it would be good if the commit message
would follow the style used by other patches. Next time, do a git log
of the file and see how others format their messages.'
$ git log --oneline arch/arm/boot/dts/aspeed-*
2b66ba56dca9 ARM: dts: aspeed: Add Power9 and Power9 CFAM description
82545da4069b ARM: dts: aspeed: Rename flash-controller nodes
58e953107de1 ARM: dts: palmetto: Fix flash_memory region
3b1433fac7ec ARM: dts: aspeed: tiogapass: Add sensors
36b64bb6dfa2 ARM: dts: aspeed: tiogapass: Enable KCS
7dd7e19bed04 ARM: dts: aspeed: Add KCS support for LPC BMC
I've applied the version of this patch that Eddie sent, so it should
be all good.
Cheers,
Joel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-03-27 6:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-26 14:33 [PATCH] witherspoon.dts: Enable the USB vhub (device) Adriana Kobylak
2019-03-27 6:16 ` Joel Stanley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox