mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
arm64: dts: rockchip: Add HDMI1 node on RK3588
Add support for the second HDMI TX port found on RK3588 SoC. Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com> Tested-by: Jagan Teki <jagan@edgeble.ai> # edgeble-6tops-modules Tested-by: Alexandre ARNOUD <aarnoud@me.com> Link: https://lore.kernel.org/r/20241211-rk3588-hdmi1-v2-3-02cdca22ff68@collabora.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
ea97212a0f
commit
bed6964e77
|
|
@ -170,6 +170,47 @@ i2s10_8ch: i2s@fde00000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
hdmi1: hdmi@fdea0000 {
|
||||
compatible = "rockchip,rk3588-dw-hdmi-qp";
|
||||
reg = <0x0 0xfdea0000 0x0 0x20000>;
|
||||
clocks = <&cru PCLK_HDMITX1>,
|
||||
<&cru CLK_HDMITX1_EARC>,
|
||||
<&cru CLK_HDMITX1_REF>,
|
||||
<&cru MCLK_I2S6_8CH_TX>,
|
||||
<&cru CLK_HDMIHDP1>,
|
||||
<&cru HCLK_VO1>;
|
||||
clock-names = "pclk", "earc", "ref", "aud", "hdp", "hclk_vo1";
|
||||
interrupts = <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH 0>,
|
||||
<GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH 0>,
|
||||
<GIC_SPI 175 IRQ_TYPE_LEVEL_HIGH 0>,
|
||||
<GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH 0>,
|
||||
<GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
interrupt-names = "avp", "cec", "earc", "main", "hpd";
|
||||
phys = <&hdptxphy1>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&hdmim2_tx1_cec &hdmim0_tx1_hpd
|
||||
&hdmim1_tx1_scl &hdmim1_tx1_sda>;
|
||||
power-domains = <&power RK3588_PD_VO1>;
|
||||
resets = <&cru SRST_HDMITX1_REF>, <&cru SRST_HDMIHDP1>;
|
||||
reset-names = "ref", "hdp";
|
||||
rockchip,grf = <&sys_grf>;
|
||||
rockchip,vo-grf = <&vo1_grf>;
|
||||
status = "disabled";
|
||||
|
||||
ports {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
hdmi1_in: port@0 {
|
||||
reg = <0>;
|
||||
};
|
||||
|
||||
hdmi1_out: port@1 {
|
||||
reg = <1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
pcie3x4: pcie@fe150000 {
|
||||
compatible = "rockchip,rk3588-pcie", "rockchip,rk3568-pcie";
|
||||
#address-cells = <3>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user