mirror of
https://github.com/armbian/build.git
synced 2025-08-10 05:06:57 +02:00
* Bumping EDGE kernel to 5.14.y Meson64: - removing Odroid reboot shutdown patch since its probably not needed anymore Rockchip64: - removing Rockpi S. No interest to maintain this any further - removing PBP suspend. Doesn’t align. Need inspection if some other way was mainstreamed - temporally removing Orangepi R1 * Re-adding rockpis, pbp suspend, HFLPS170 wifi and cleanup * Removing deprecated patch, fixing ap6256 wifi * Re-enable Opi R1 plus, untest * Add and fix Radxa Zero
29 lines
803 B
Diff
29 lines
803 B
Diff
From 3b201de7e491b9686a019a936a1d04eb59c6c3c7 Mon Sep 17 00:00:00 2001
|
|
From: Hyeonki Hong <hhk7734@gmail.com>
|
|
Date: Fri, 27 Mar 2020 17:36:37 +0900
|
|
Subject: [PATCH 08/74] ODROID-N2: ARM64/dts: add saradc node
|
|
|
|
Change-Id: Ieced434cbde791edee600832f51bd5021b4604aa
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi
|
|
index 758528f988dd..63b23c84e022 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi
|
|
@@ -561,6 +561,10 @@ &pwm_AO_cd {
|
|
status = "okay";
|
|
};
|
|
|
|
+&saradc {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
/* SD card */
|
|
&sd_emmc_b {
|
|
status = "okay";
|
|
--
|
|
2.25.1
|
|
|