mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
Allwinner: crust: Add or update configurations
This commit is contained in:
parent
9fce8d2557
commit
41da8d5715
@ -0,0 +1,126 @@
|
|||||||
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Jernej Skrabec <jernej.skrabec@siol.net>
|
||||||
|
Date: Sat, 30 Jan 2021 18:07:50 +0100
|
||||||
|
Subject: [PATCH] configs: Update or add board configurations
|
||||||
|
|
||||||
|
---
|
||||||
|
configs/bananapi_m2_plus_h3_defconfig | 3 +++
|
||||||
|
configs/beelink_x2_defconfig | 5 +++++
|
||||||
|
configs/libretech_all_h3_cc_h3_defconfig | 3 +++
|
||||||
|
configs/libretech_all_h3_cc_h5_defconfig | 3 +++
|
||||||
|
configs/nanopi_m1_defconfig | 4 ++++
|
||||||
|
configs/orangepi_2_defconfig | 1 +
|
||||||
|
configs/orangepi_pc2_defconfig | 1 +
|
||||||
|
configs/orangepi_pc_defconfig | 2 ++
|
||||||
|
configs/orangepi_pc_plus_defconfig | 2 ++
|
||||||
|
configs/orangepi_plus2e_defconfig | 1 +
|
||||||
|
configs/orangepi_plus_defconfig | 2 ++
|
||||||
|
11 files changed, 27 insertions(+)
|
||||||
|
create mode 100644 configs/bananapi_m2_plus_h3_defconfig
|
||||||
|
create mode 100644 configs/beelink_x2_defconfig
|
||||||
|
create mode 100644 configs/libretech_all_h3_cc_h3_defconfig
|
||||||
|
create mode 100644 configs/libretech_all_h3_cc_h5_defconfig
|
||||||
|
create mode 100644 configs/nanopi_m1_defconfig
|
||||||
|
|
||||||
|
diff --git a/configs/bananapi_m2_plus_h3_defconfig b/configs/bananapi_m2_plus_h3_defconfig
|
||||||
|
new file mode 100644
|
||||||
|
index 000000000000..d2ff46056b6c
|
||||||
|
--- /dev/null
|
||||||
|
+++ b/configs/bananapi_m2_plus_h3_defconfig
|
||||||
|
@@ -0,0 +1,3 @@
|
||||||
|
+CONFIG_PLATFORM_H3=y
|
||||||
|
+CONFIG_CIR=y
|
||||||
|
+CONFIG_REGULATOR_GPIO_DRAM=y
|
||||||
|
diff --git a/configs/beelink_x2_defconfig b/configs/beelink_x2_defconfig
|
||||||
|
new file mode 100644
|
||||||
|
index 000000000000..57461e95a330
|
||||||
|
--- /dev/null
|
||||||
|
+++ b/configs/beelink_x2_defconfig
|
||||||
|
@@ -0,0 +1,5 @@
|
||||||
|
+CONFIG_PLATFORM_H3=y
|
||||||
|
+CONFIG_CIR=y
|
||||||
|
+CONFIG_CIR_PROTO_NEC=y
|
||||||
|
+CONFIG_CIR_WAKE_CODE=0x8051
|
||||||
|
+CONFIG_REGULATOR_GPIO_DRAM=y
|
||||||
|
diff --git a/configs/libretech_all_h3_cc_h3_defconfig b/configs/libretech_all_h3_cc_h3_defconfig
|
||||||
|
new file mode 100644
|
||||||
|
index 000000000000..d2ff46056b6c
|
||||||
|
--- /dev/null
|
||||||
|
+++ b/configs/libretech_all_h3_cc_h3_defconfig
|
||||||
|
@@ -0,0 +1,3 @@
|
||||||
|
+CONFIG_PLATFORM_H3=y
|
||||||
|
+CONFIG_CIR=y
|
||||||
|
+CONFIG_REGULATOR_GPIO_DRAM=y
|
||||||
|
diff --git a/configs/libretech_all_h3_cc_h5_defconfig b/configs/libretech_all_h3_cc_h5_defconfig
|
||||||
|
new file mode 100644
|
||||||
|
index 000000000000..6cec3a1e13cb
|
||||||
|
--- /dev/null
|
||||||
|
+++ b/configs/libretech_all_h3_cc_h5_defconfig
|
||||||
|
@@ -0,0 +1,3 @@
|
||||||
|
+CONFIG_SOC_H5=y
|
||||||
|
+CONFIG_CIR=y
|
||||||
|
+CONFIG_REGULATOR_GPIO_DRAM=y
|
||||||
|
diff --git a/configs/nanopi_m1_defconfig b/configs/nanopi_m1_defconfig
|
||||||
|
new file mode 100644
|
||||||
|
index 000000000000..d93f873f74e2
|
||||||
|
--- /dev/null
|
||||||
|
+++ b/configs/nanopi_m1_defconfig
|
||||||
|
@@ -0,0 +1,4 @@
|
||||||
|
+CONFIG_PLATFORM_H3=y
|
||||||
|
+CONFIG_CIR=y
|
||||||
|
+CONFIG_CIR_USE_OSC24M=y
|
||||||
|
+CONFIG_REGULATOR_GPIO_DRAM=y
|
||||||
|
diff --git a/configs/orangepi_2_defconfig b/configs/orangepi_2_defconfig
|
||||||
|
index 77aaea55455a..d2ff46056b6c 100644
|
||||||
|
--- a/configs/orangepi_2_defconfig
|
||||||
|
+++ b/configs/orangepi_2_defconfig
|
||||||
|
@@ -1,2 +1,3 @@
|
||||||
|
CONFIG_PLATFORM_H3=y
|
||||||
|
+CONFIG_CIR=y
|
||||||
|
CONFIG_REGULATOR_GPIO_DRAM=y
|
||||||
|
diff --git a/configs/orangepi_pc2_defconfig b/configs/orangepi_pc2_defconfig
|
||||||
|
index 1077dd735643..25149d7f46d0 100644
|
||||||
|
--- a/configs/orangepi_pc2_defconfig
|
||||||
|
+++ b/configs/orangepi_pc2_defconfig
|
||||||
|
@@ -1,4 +1,5 @@
|
||||||
|
CONFIG_SOC_H5=y
|
||||||
|
CONFIG_CIR=y
|
||||||
|
+CONFIG_CIR_USE_OSC24M=y
|
||||||
|
CONFIG_REGULATOR_GPIO_DRAM=y
|
||||||
|
CONFIG_REGULATOR_SY8106A=y
|
||||||
|
diff --git a/configs/orangepi_pc_defconfig b/configs/orangepi_pc_defconfig
|
||||||
|
index 77aaea55455a..d93f873f74e2 100644
|
||||||
|
--- a/configs/orangepi_pc_defconfig
|
||||||
|
+++ b/configs/orangepi_pc_defconfig
|
||||||
|
@@ -1,2 +1,4 @@
|
||||||
|
CONFIG_PLATFORM_H3=y
|
||||||
|
+CONFIG_CIR=y
|
||||||
|
+CONFIG_CIR_USE_OSC24M=y
|
||||||
|
CONFIG_REGULATOR_GPIO_DRAM=y
|
||||||
|
diff --git a/configs/orangepi_pc_plus_defconfig b/configs/orangepi_pc_plus_defconfig
|
||||||
|
index 77aaea55455a..d93f873f74e2 100644
|
||||||
|
--- a/configs/orangepi_pc_plus_defconfig
|
||||||
|
+++ b/configs/orangepi_pc_plus_defconfig
|
||||||
|
@@ -1,2 +1,4 @@
|
||||||
|
CONFIG_PLATFORM_H3=y
|
||||||
|
+CONFIG_CIR=y
|
||||||
|
+CONFIG_CIR_USE_OSC24M=y
|
||||||
|
CONFIG_REGULATOR_GPIO_DRAM=y
|
||||||
|
diff --git a/configs/orangepi_plus2e_defconfig b/configs/orangepi_plus2e_defconfig
|
||||||
|
index d2ff46056b6c..d93f873f74e2 100644
|
||||||
|
--- a/configs/orangepi_plus2e_defconfig
|
||||||
|
+++ b/configs/orangepi_plus2e_defconfig
|
||||||
|
@@ -1,3 +1,4 @@
|
||||||
|
CONFIG_PLATFORM_H3=y
|
||||||
|
CONFIG_CIR=y
|
||||||
|
+CONFIG_CIR_USE_OSC24M=y
|
||||||
|
CONFIG_REGULATOR_GPIO_DRAM=y
|
||||||
|
diff --git a/configs/orangepi_plus_defconfig b/configs/orangepi_plus_defconfig
|
||||||
|
index 77aaea55455a..d93f873f74e2 100644
|
||||||
|
--- a/configs/orangepi_plus_defconfig
|
||||||
|
+++ b/configs/orangepi_plus_defconfig
|
||||||
|
@@ -1,2 +1,4 @@
|
||||||
|
CONFIG_PLATFORM_H3=y
|
||||||
|
+CONFIG_CIR=y
|
||||||
|
+CONFIG_CIR_USE_OSC24M=y
|
||||||
|
CONFIG_REGULATOR_GPIO_DRAM=y
|
Loading…
x
Reference in New Issue
Block a user