ARM: dts: aspeed: Enable ADC in Facebook AST2400 common dtsi
authorTao Ren <rentao.bupt@gmail.com>
Mon, 19 Jul 2021 00:17:21 +0000 (17:17 -0700)
committerJoel Stanley <joel@jms.id.au>
Mon, 19 Jul 2021 00:23:49 +0000 (09:53 +0930)
Enable ADC controller in "ast2400-facebook-netbmc-common.dtsi" because
the device is used on all the Facebook AST2400 BMC platforms.

Signed-off-by: Tao Ren <rentao.bupt@gmail.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20210719001724.6410-2-rentao.bupt@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/ast2400-facebook-netbmc-common.dtsi

index 73a5503be78cf2eb8cf5830efd9afe9b5f562d8b..4e5e786e18b777c18df7bcca16b9741596868c4f 100644 (file)
 &vhub {
        status = "okay";
 };
+
+&adc {
+       status = "okay";
+};