mirror of
https://github.com/armbian/build.git
synced 2025-08-20 05:51:06 +02:00
It seems that Charger LED support for AXP20X-like PMICs (AXP813, ...) from Megous is less complete then from Olimex. Reverting the one in the tree and ading the one from Olimex
26 lines
882 B
Diff
26 lines
882 B
Diff
From 6a4e0a186640eec308d300449d1ada17f2f20868 Mon Sep 17 00:00:00 2001
|
|
From: Stefan Saraev <stefan@saraev.ca>
|
|
Date: Thu, 16 Apr 2020 11:01:10 +0300
|
|
Subject: [PATCH 38/48] dts: fix lime-emmc compatible string
|
|
|
|
---
|
|
arch/arm/boot/dts/sun7i-a20-olinuxino-lime-emmc.dts | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm/boot/dts/sun7i-a20-olinuxino-lime-emmc.dts b/arch/arm/boot/dts/sun7i-a20-olinuxino-lime-emmc.dts
|
|
index 3090a93e230e..61b17f1e5ce8 100644
|
|
--- a/arch/arm/boot/dts/sun7i-a20-olinuxino-lime-emmc.dts
|
|
+++ b/arch/arm/boot/dts/sun7i-a20-olinuxino-lime-emmc.dts
|
|
@@ -8,7 +8,7 @@
|
|
|
|
/ {
|
|
model = "Olimex A20-OLinuXino-LIME2-eMMC";
|
|
- compatible = "olimex,a20-olinuxino-lime2-emmc", "allwinner,sun7i-a20";
|
|
+ compatible = "olimex,a20-olinuxino-lime-emmc", "allwinner,sun7i-a20";
|
|
|
|
mmc2_pwrseq: pwrseq {
|
|
compatible = "mmc-pwrseq-emmc";
|
|
--
|
|
2.25.1
|
|
|