From: Vyacheslav Bocharov Date: Sun, 24 Apr 2022 08:21:58 +0000 (+0300) Subject: board: amlogic: jethub j100: enable saradc in dts X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=ee8094f69646825d2c30b8bb9082e976f023f710;p=u-boot.git board: amlogic: jethub j100: enable saradc in dts Prepare to use ADC channel 1 to check the hardware revision of the board: - add u-boot dts include with saradc node Signed-off-by: Vyacheslav Bocharov Reviewed-by: Neil Armstrong Signed-off-by: Neil Armstrong Link: https://lore.kernel.org/r/20220424082159.757622-6-adeep@lexina.in --- diff --git a/arch/arm/dts/meson-axg-jethome-jethub-j100-u-boot.dtsi b/arch/arm/dts/meson-axg-jethome-jethub-j100-u-boot.dtsi new file mode 100644 index 0000000000..3ecb233f8e --- /dev/null +++ b/arch/arm/dts/meson-axg-jethome-jethub-j100-u-boot.dtsi @@ -0,0 +1,10 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (c) 2022 Vyacheslav Bocharov + * Author: Vyacheslav Bocharov + */ + +&saradc { + status = "okay"; + vref-supply = <&vddio_ao18>; +};