mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
Patches for RK356X, RK3576 and RK3588 are placed in a 'rockchip' folder under the Linux package dir. Boards use a common aarch64 arch defconfig. Patches for RK3288, RK3328 and RK3399 are moved to a 'rockchip-old' folder under the Linux package dir. Boards continue to use device level 6.16.y defconfigs to ensure all drivers are present, except for RK3288 which has been moved to the project level folder to be the common arm arch defconfig. Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
42 lines
1.5 KiB
Diff
42 lines
1.5 KiB
Diff
From ca832abe5bd81104aa5d2d193f9c279be4b15ee4 Mon Sep 17 00:00:00 2001
|
|
From: Alex Bee <knaerzche@gmail.com>
|
|
Date: Fri, 2 Apr 2021 17:54:22 +0200
|
|
Subject: [PATCH 38/59] WIP/1002: ARM/arm64: dts: rockchip: align sound card
|
|
names
|
|
|
|
Signed-off-by: Alex Bee <knaerzche@gmail.com>
|
|
---
|
|
arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi | 2 +-
|
|
arch/arm64/boot/dts/rockchip/rk3399-base.dtsi | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi b/arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi
|
|
index 8e27a20f2845..b83b122d00f1 100644
|
|
--- a/arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi
|
|
+++ b/arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi
|
|
@@ -73,7 +73,7 @@ sdio_pwrseq: sdio-pwrseq {
|
|
sound {
|
|
compatible = "simple-audio-card";
|
|
simple-audio-card,format = "i2s";
|
|
- simple-audio-card,name = "rockchip,tinker-codec";
|
|
+ simple-audio-card,name = "HDMI";
|
|
simple-audio-card,mclk-fs = <512>;
|
|
|
|
simple-audio-card,codec {
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-base.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-base.dtsi
|
|
index b031d77f3763..d27e3fa9ff80 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3399-base.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3399-base.dtsi
|
|
@@ -2008,7 +2008,7 @@ hdmi_sound: hdmi-sound {
|
|
compatible = "simple-audio-card";
|
|
simple-audio-card,format = "i2s";
|
|
simple-audio-card,mclk-fs = <256>;
|
|
- simple-audio-card,name = "hdmi-sound";
|
|
+ simple-audio-card,name = "HDMI";
|
|
status = "disabled";
|
|
|
|
simple-audio-card,cpu {
|
|
--
|
|
2.34.1
|
|
|