diff options
author | Tao Ren <[email protected]> | 2021-07-18 17:17:23 -0700 |
---|---|---|
committer | Joel Stanley <[email protected]> | 2021-07-19 09:53:49 +0930 |
commit | 5501ab03b9f1412a44e993e469f9375276de5399 (patch) | |
tree | 0f04dd4f51a5a29a686a47c1fb51e88cf9da81fa | |
parent | c8a66b42d689e2b90878416e4b83a7ed3f58b708 (diff) |
ARM: dts: aspeed: galaxy100: Remove redundant ADC device
Remove ADC device from galaxy100 device tree because the device is
already enabled in "ast2400-facebook-netbmc-common.dtsi".
Signed-off-by: Tao Ren <[email protected]>
Reviewed-by: Joel Stanley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joel Stanley <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-facebook-galaxy100.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-galaxy100.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-galaxy100.dts index dcf213472749..60e875ac2461 100644 --- a/arch/arm/boot/dts/aspeed-bmc-facebook-galaxy100.dts +++ b/arch/arm/boot/dts/aspeed-bmc-facebook-galaxy100.dts @@ -51,7 +51,3 @@ &vhub { status = "okay"; }; - -&adc { - status = "okay"; -}; |