devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm: dts: aspeed: quanta-q71l: Enable adc & ibt nodes
@ 2018-09-04 15:53 Patrick Venture
  2018-09-13 23:29 ` Joel Stanley
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick Venture @ 2018-09-04 15:53 UTC (permalink / raw)
  To: venture, joel, robh+dt, andrew, mark.rutland
  Cc: devicetree, linux-aspeed, linux-arm-kernel

ADC node is disabled by default in 4.13 tree onward and
needs to be enabled explicitly in separate device trees.

ibt(ipmi-bt-host) node is disabled by default in 4.13 tree onward and
needs to be enabled explicitly in separate device trees.

Signed-off-by: Patrick Venture <venture@google.com>
---
 arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts b/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts
index c655564e6c6d..385c0f4b69ee 100644
--- a/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts
@@ -112,6 +112,10 @@
 			&pinctrl_ddcclk_default &pinctrl_ddcdat_default>;
 };
 
+&ibt {
+	status = "okay";
+};
+
 &lpc_snoop {
 	status = "okay";
 	snoop-ports = <0x80>;
@@ -384,6 +388,10 @@
 	status = "okay";
 };
 
+&adc {
+	status = "okay";
+};
+
 &pwm_tacho {
 	status = "okay";
 
-- 
2.19.0.rc1.350.ge57e33dbd1-goog

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm: dts: aspeed: quanta-q71l: Enable adc & ibt nodes
  2018-09-04 15:53 [PATCH] arm: dts: aspeed: quanta-q71l: Enable adc & ibt nodes Patrick Venture
@ 2018-09-13 23:29 ` Joel Stanley
  2018-09-13 23:31   ` Patrick Venture
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Stanley @ 2018-09-13 23:29 UTC (permalink / raw)
  To: Patrick Venture
  Cc: Mark Rutland, devicetree, linux-aspeed, Andrew Jeffery,
	Rob Herring, Linux ARM

On Wed, 5 Sep 2018 at 01:23, Patrick Venture <venture@google.com> wrote:
>
> ADC node is disabled by default in 4.13 tree onward and
> needs to be enabled explicitly in separate device trees.
>
> ibt(ipmi-bt-host) node is disabled by default in 4.13 tree onward and
> needs to be enabled explicitly in separate device trees.
>
> Signed-off-by: Patrick Venture <venture@google.com>

Applied to dt-for-v4.20 with a tweak to the commit message. (FYI: the
4.13 messages relate to the openbmc tree; the upstream tree introduced
these drivers earlier, and it has always been disabled in the dtsi).

Cheers,

Joel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm: dts: aspeed: quanta-q71l: Enable adc & ibt nodes
  2018-09-13 23:29 ` Joel Stanley
@ 2018-09-13 23:31   ` Patrick Venture
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Venture @ 2018-09-13 23:31 UTC (permalink / raw)
  To: Joel Stanley
  Cc: mark.rutland, devicetree, linux-aspeed, Andrew Jeffery,
	Rob Herring, linux-arm-kernel

On Thu, Sep 13, 2018 at 4:30 PM Joel Stanley <joel@jms.id.au> wrote:
>
> On Wed, 5 Sep 2018 at 01:23, Patrick Venture <venture@google.com> wrote:
> >
> > ADC node is disabled by default in 4.13 tree onward and
> > needs to be enabled explicitly in separate device trees.
> >
> > ibt(ipmi-bt-host) node is disabled by default in 4.13 tree onward and
> > needs to be enabled explicitly in separate device trees.
> >
> > Signed-off-by: Patrick Venture <venture@google.com>
>
> Applied to dt-for-v4.20 with a tweak to the commit message. (FYI: the
> 4.13 messages relate to the openbmc tree; the upstream tree introduced
> these drivers earlier, and it has always been disabled in the dtsi).

Thanks -- sorry, didn't know that it was an openbmc-ism.
>
> Cheers,
>
> Joel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-09-13 23:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-04 15:53 [PATCH] arm: dts: aspeed: quanta-q71l: Enable adc & ibt nodes Patrick Venture
2018-09-13 23:29 ` Joel Stanley
2018-09-13 23:31   ` Patrick Venture

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).