mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
crust: Move all H6 boards to I2C PMIC
This commit is contained in:
parent
1dc9fcdd33
commit
1bcaafea62
@ -0,0 +1,33 @@
|
||||
From 80568ea362dfff9a75bd90e71891e70b1a0d3145 Mon Sep 17 00:00:00 2001
|
||||
From: Jernej Skrabec <jernej.skrabec@gmail.com>
|
||||
Date: Sat, 15 Mar 2025 18:55:13 +0100
|
||||
Subject: [PATCH] configs: Make all H6 devices use I2C PMIC
|
||||
|
||||
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
|
||||
---
|
||||
configs/beelink_gs1_defconfig | 1 +
|
||||
configs/orangepi_3_defconfig | 1 +
|
||||
2 files changed, 2 insertions(+)
|
||||
|
||||
diff --git a/configs/beelink_gs1_defconfig b/configs/beelink_gs1_defconfig
|
||||
index 3d2679a34d3b..57a273c668a1 100644
|
||||
--- a/configs/beelink_gs1_defconfig
|
||||
+++ b/configs/beelink_gs1_defconfig
|
||||
@@ -3,4 +3,5 @@ CONFIG_CIR=y
|
||||
CONFIG_CIR_PROTO_NEC=y
|
||||
CONFIG_CIR_WAKE_CODE=0x8051
|
||||
CONFIG_CIR_USE_OSC24M=y
|
||||
+CONFIG_I2C_PINS_PL0_PL1=y
|
||||
CONFIG_MFD_AXP20X=y
|
||||
diff --git a/configs/orangepi_3_defconfig b/configs/orangepi_3_defconfig
|
||||
index 91e60fc1462f..2647faa29bd5 100644
|
||||
--- a/configs/orangepi_3_defconfig
|
||||
+++ b/configs/orangepi_3_defconfig
|
||||
@@ -1,3 +1,4 @@
|
||||
CONFIG_PLATFORM_H6=y
|
||||
CONFIG_CIR=y
|
||||
+CONFIG_I2C_PINS_PL0_PL1=y
|
||||
CONFIG_MFD_AXP20X=y
|
||||
--
|
||||
2.48.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user