Message ID | 20180904155329.258447-1-venture@google.com |
---|---|
State | Accepted, archived |
Headers | show |
Series | arm: dts: aspeed: quanta-q71l: Enable adc & ibt nodes | expand |
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
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
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";
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(+)