[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201117194507.14843-1-jbx6244@gmail.com>
Date: Tue, 17 Nov 2020 20:45:00 +0100
From: Johan Jonker <jbx6244@...il.com>
To: heiko@...ech.de
Cc: hjc@...k-chips.com, robh+dt@...nel.org, airlied@...ux.ie,
daniel@...ll.ch, mturquette@...libre.com, sboyd@...nel.org,
lgirdwood@...il.com, broonie@...nel.org, linux-clk@...r.kernel.org,
dri-devel@...ts.freedesktop.org, alsa-devel@...a-project.org,
linux-arm-kernel@...ts.infradead.org,
linux-rockchip@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH v4 0/7] Enable rk3066a HDMI sound
First fix some legacy things in clk-rk3188.c that was never updated,
because probably nobody used rk3066a I2S before in the mainline kernel.
Update the rk3066a HDMI documents with a #sound-dai-cells property.
Include the code for sound in the HDMI driver.
Add a simple-sound-card compatible node to rk3066a.dtsi,
because I2S0 and HDMI TX are connected internally.
And as last enable rk3066a HDMI sound in the rk3066a-mk808.dts file.
Johan Jonker (6):
clk: rockchip: add CLK_SET_RATE_PARENT to sclk for rk3066a i2s and
uart clocks
clk: rockchip: fix i2s gate bits on rk3066 and rk3188
dt-bindings: display: add #sound-dai-cells property to rockchip rk3066
hdmi
ARM: dts: rockchip: rk3066a: add #sound-dai-cells to hdmi node
ARM: dts: rockchip: add hdmi-sound node to rk3066a.dtsi
ARM: dts: rockchip: enable hdmi_sound and i2s0 for rk3066a-mk808
Zheng Yang (1):
drm: rockchip: add sound support to rk3066 hdmi driver
.../display/rockchip/rockchip,rk3066-hdmi.yaml | 4 +
arch/arm/boot/dts/rk3066a-mk808.dts | 8 +
arch/arm/boot/dts/rk3066a.dtsi | 17 ++
drivers/clk/rockchip/clk-rk3188.c | 35 +--
drivers/gpu/drm/rockchip/Kconfig | 2 +
drivers/gpu/drm/rockchip/rk3066_hdmi.c | 272 ++++++++++++++++++++-
6 files changed, 320 insertions(+), 18 deletions(-)
--
2.11.0
Powered by blists - more mailing lists