diff options
author | Patrick Venture <venture@google.com> | 2018-09-04 18:53:29 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2018-09-14 02:32:35 +0300 |
commit | fde4f21bc280ba6fb2bddd89665f9a99391982c1 (patch) | |
tree | 5c31b01ed822004d62009565e7af1fa767ebd2dd /arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts | |
parent | d8a2b2a279cefd468b6c6efa96ff3ed8e896894d (diff) | |
download | linux-fde4f21bc280ba6fb2bddd89665f9a99391982c1.tar.xz |
ARM: dts: aspeed: quanta-q71l: Enable adc & ibt nodes
This machine uses the ADC and iBT devices.
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts | 8 |
1 files changed, 8 insertions, 0 deletions
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"; |