mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-12 00:51:42 +00: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
27 lines
899 B
Diff
27 lines
899 B
Diff
From c9461669c81624409660cfbc01bfcfff44b6e2e5 Mon Sep 17 00:00:00 2001
|
|
From: hehopmajieh <hehopmajieh@debian.bg>
|
|
Date: Tue, 31 Mar 2020 15:46:37 +0300
|
|
Subject: [PATCH 32/48] Fixed p2m function name \n OV2640 cam module enabled in
|
|
defconfig
|
|
|
|
---
|
|
arch/arm/boot/dts/sun8i-v3s.dtsi | 2 +-
|
|
arch/arm/configs/olinuxino_defconfig | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/arch/arm/boot/dts/sun8i-v3s.dtsi b/arch/arm/boot/dts/sun8i-v3s.dtsi
|
|
index 4408ec5508f2..88672b0be6a1 100644
|
|
--- a/arch/arm/boot/dts/sun8i-v3s.dtsi
|
|
+++ b/arch/arm/boot/dts/sun8i-v3s.dtsi
|
|
@@ -411,7 +411,7 @@ spi0_pins: spi0-pins {
|
|
|
|
pwm_pin: pwm-pin {
|
|
pins = "PB4";
|
|
- function = "pwm";
|
|
+ function = "pwm0";
|
|
};
|
|
|
|
lcd_rgb666_pins: lcd-rgb666-pins {
|
|
--
|
|
2.25.1
|
|
|