diff mbox series

[2/2] configs/orangepi_lite: Enable HDMI and analog audio in Linux config

Message ID 20180611170113.9305-2-jan.kraval@gmail.com
State Accepted
Commit c7a445a58fac3adb5d5da2d3bbce649814646ab9
Headers show
Series [1/2] configs/orangepi_lite: Bump kernel and U-Boot versions | expand

Commit Message

Jan Kraval June 11, 2018, 5:01 p.m. UTC
Signed-off-by: Jan Kraval <jan.kraval@gmail.com>
---
 board/orangepi/orangepi-lite/linux-extras.config | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Peter Korsgaard June 11, 2018, 7:42 p.m. UTC | #1
>>>>> "Jan" == Jan Kraval <jan.kraval@gmail.com> writes:

 > Signed-off-by: Jan Kraval <jan.kraval@gmail.com>

Committed, thanks.
Jan Kraval June 19, 2018, 7:03 a.m. UTC | #2
Hi Maxime,


On 18.6.2018 09:48, Maxime Ripard wrote:
> Hi,
>
> Why haven't those changes been submitted to the upstream defconfig?
>
> Maxime
>

I don' know why 4.17 doesn't enable it in sunxi_defconfig. I suspected 
that it's because there are boards without HDMI output so it's kept 
disabled. I tested clean 4.17 on my Lite and HDMI worked only in u-boot. 
Then I saw 
https://git.buildroot.net/buildroot/commit/?id=a96100599071055e6daad1211f68b022c86a25c1, 
which enables HDMI on Opi-PC. I tested it on Lite and it worked, so I 
just submitted it.

Jan
Peter Korsgaard June 19, 2018, 10:37 a.m. UTC | #3
>>>>> "Jan" == Jan Kraval <jan.kraval@gmail.com> writes:

Hi,
 > On 18.6.2018 09:48, Maxime Ripard wrote:
 >> Hi,
 >> 
 >> Why haven't those changes been submitted to the upstream defconfig?

Hmm, I never received this mail from Maxime?

I know, I wanted to send an update for sunxi_defconfig so when I bumped
the orangepi_pc defconfig, just haven't gotten around to do it yet.
diff mbox series

Patch

diff --git a/board/orangepi/orangepi-lite/linux-extras.config b/board/orangepi/orangepi-lite/linux-extras.config
index 5e3af2b831..6bb716903f 100644
--- a/board/orangepi/orangepi-lite/linux-extras.config
+++ b/board/orangepi/orangepi-lite/linux-extras.config
@@ -6,3 +6,10 @@  CONFIG_CFG80211_WEXT=y
 
 # wireless drivers
 CONFIG_WLAN=y
+
+# hdmi
+CONFIG_DRM_SUN8I_DW_HDMI=y
+CONFIG_SUN8I_DE2_CCU=y
+
+# analog audio
+CONFIG_SND_SUN8I_CODEC_ANALOG=y