Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Detlev Casanova
linux
Commits
fbfad03d
Commit
fbfad03d
authored
Aug 26, 2024
by
Andy Yan
Committed by
Detlev Casanova
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
arm64: dts: rockchip: Add hdmi for rk3576
Signed-off-by:
Andy Yan
<
andy.yan@rock-chips.com
>
parent
602d124d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/arm64/boot/dts/rockchip/rk3576.dtsi
+60
-0
60 additions, 0 deletions
arch/arm64/boot/dts/rockchip/rk3576.dtsi
with
60 additions
and
0 deletions
arch/arm64/boot/dts/rockchip/rk3576.dtsi
+
60
−
0
View file @
fbfad03d
...
@@ -450,6 +450,12 @@ soc {
...
@@ -450,6 +450,12 @@ soc {
#size-cells = <2>;
#size-cells = <2>;
ranges;
ranges;
hdptxphy_grf: syscon@26032000 {
compatible = "rockchip,rk3576-hdptxphy-grf", "syscon";
reg = <0x0 0x26032000 0x0 0x100>;
clocks = <&cru PCLK_PMUPHY_ROOT>;
};
sys_grf: syscon@2600a000 {
sys_grf: syscon@2600a000 {
compatible = "rockchip,rk3576-sys-grf", "syscon";
compatible = "rockchip,rk3576-sys-grf", "syscon";
reg = <0x0 0x2600a000 0x0 0x2000>;
reg = <0x0 0x2600a000 0x0 0x2000>;
...
@@ -895,6 +901,47 @@ vop_mmu: iommu@27d07e00 {
...
@@ -895,6 +901,47 @@ vop_mmu: iommu@27d07e00 {
status = "disabled";
status = "disabled";
};
};
hdmi: hdmi@27da0000 {
compatible = "rockchip,rk3576-dw-hdmi-qp";
reg = <0x0 0x27da0000 0x0 0x20000>;
clocks = <&cru PCLK_HDMITX0>,
<&cru CLK_HDMITX0_EARC>,
<&cru CLK_HDMITX0_REF>,
<&cru MCLK_SAI6_8CH>,
<&cru CLK_HDMITXHDP>,
<&cru HCLK_VO0_ROOT>;
clock-names = "pclk", "earc", "ref", "aud", "hdp", "hclk_vo1";
interrupts = <GIC_SPI 338 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 367 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "avp", "cec", "earc", "main", "hpd";
phys = <&hdptxphy>;
phy-names = "hdmi";
pinctrl-names = "default";
pinctrl-0 = <&hdmi_txm0_pins &hdmi_tx_scl &hdmi_tx_sda>;
power-domains = <&power RK3576_PD_VO0>;
resets = <&cru SRST_HDMITX0_REF>, <&cru SRST_HDMITXHDP>;
reset-names = "ref", "hdp";
rockchip,grf = <&ioc_grf>;
rockchip,vo-grf = <&vo0_grf>;
status = "disabled";
ports {
#address-cells = <1>;
#size-cells = <0>;
hdmi_in: port@0 {
reg = <0>;
};
hdmi_out: port@1 {
reg = <1>;
};
};
};
qos_hdcp1: qos@27f02000 {
qos_hdcp1: qos@27f02000 {
compatible = "rockchip,rk3576-qos", "syscon";
compatible = "rockchip,rk3576-qos", "syscon";
reg = <0x0 0x27f02000 0x0 0x20>;
reg = <0x0 0x27f02000 0x0 0x20>;
...
@@ -1656,6 +1703,19 @@ uart11: serial@2afd0000 {
...
@@ -1656,6 +1703,19 @@ uart11: serial@2afd0000 {
status = "disabled";
status = "disabled";
};
};
hdptxphy: hdmiphy@2b000000 {
compatible = "rockchip, rk3576-hdptx-phy", "rockchip,rk3588-hdptx-phy";
reg = <0x0 0x2b000000 0x0 0x2000>;
clocks = <&cru CLK_PHY_REF_SRC>, <&cru PCLK_HDPTX_APB>;
clock-names = "ref", "apb";
resets = <&cru SRST_P_HDPTX_APB>, <&cru SRST_HDPTX_INIT>,
<&cru SRST_HDPTX_CMN>, <&cru SRST_HDPTX_LANE>;
reset-names = "apb", "init", "cmn", "lane";
rockchip,grf = <&hdptxphy_grf>;
#phy-cells = <0>;
status = "disabled";
};
sram: sram@3ff88000 {
sram: sram@3ff88000 {
compatible = "mmio-sram";
compatible = "mmio-sram";
reg = <0x0 0x3ff88000 0x0 0x78000>;
reg = <0x0 0x3ff88000 0x0 0x78000>;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment