diff options
author | Tom Rini | 2022-04-27 09:19:17 -0400 |
---|---|---|
committer | Tom Rini | 2022-04-27 09:19:17 -0400 |
commit | 24df831cd4ab70fe526e561b07ca37c8b8aa544c (patch) | |
tree | 2a27b46e941bdc90b47ac852e3d6342dfa70834b /arch/arm | |
parent | 3970f7728d7e25430a673db9255d9c6f79f5e13d (diff) | |
parent | 5a9e5922ceccd55dc6427b3cf61b4dc74c7322ab (diff) |
Merge tag 'u-boot-amlogic-20220427' of https://source.denx.de/u-boot/custodians/u-boot-amlogic
- Add AXG support for SARADC, including minimal ao-clk driver
- Update Amlogic documentation for Matrix & Jethub D1
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/meson-axg-jethome-jethub-j100-u-boot.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
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 00000000000..3ecb233f8e2 --- /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 <adeep@lexina.in> + * Author: Vyacheslav Bocharov <adeep@lexina.in> + */ + +&saradc { + status = "okay"; + vref-supply = <&vddio_ao18>; +}; |