Commit fde4f21b authored by Patrick Venture's avatar Patrick Venture Committed by Joel Stanley

ARM: dts: aspeed: quanta-q71l: Enable adc & ibt nodes

This machine uses the ADC and iBT devices.
Signed-off-by: default avatarPatrick Venture <venture@google.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent d8a2b2a2
...@@ -112,6 +112,10 @@ &pinctrl { ...@@ -112,6 +112,10 @@ &pinctrl {
&pinctrl_ddcclk_default &pinctrl_ddcdat_default>; &pinctrl_ddcclk_default &pinctrl_ddcdat_default>;
}; };
&ibt {
status = "okay";
};
&lpc_snoop { &lpc_snoop {
status = "okay"; status = "okay";
snoop-ports = <0x80>; snoop-ports = <0x80>;
...@@ -384,6 +388,10 @@ &wdt2 { ...@@ -384,6 +388,10 @@ &wdt2 {
status = "okay"; status = "okay";
}; };
&adc {
status = "okay";
};
&pwm_tacho { &pwm_tacho {
status = "okay"; status = "okay";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment