aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorTom Rini2022-04-27 09:19:17 -0400
committerTom Rini2022-04-27 09:19:17 -0400
commit24df831cd4ab70fe526e561b07ca37c8b8aa544c (patch)
tree2a27b46e941bdc90b47ac852e3d6342dfa70834b /arch/arm
parent3970f7728d7e25430a673db9255d9c6f79f5e13d (diff)
parent5a9e5922ceccd55dc6427b3cf61b4dc74c7322ab (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.dtsi10
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>;
+};