Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Linux kernel RD
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor 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
Dmitry Osipenko
Linux kernel RD
Commits
88b41557
Commit
88b41557
authored
Feb 11, 2024
by
Dmitry Osipenko
Browse files
Options
Downloads
Patches
Plain Diff
rk3588.dtsi cleanup
parent
514d4a3f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/arm64/boot/dts/rockchip/rk3588.dtsi
+33
-34
33 additions, 34 deletions
arch/arm64/boot/dts/rockchip/rk3588.dtsi
with
33 additions
and
34 deletions
arch/arm64/boot/dts/rockchip/rk3588.dtsi
+
33
−
34
View file @
88b41557
...
@@ -136,6 +136,39 @@ i2s10_8ch: i2s@fde00000 {
...
@@ -136,6 +136,39 @@ i2s10_8ch: i2s@fde00000 {
status = "disabled";
status = "disabled";
};
};
hdmirx_ctrler: hdmirx-controller@fdee0000 {
compatible = "rockchip,rk3588-hdmirx-ctrler", "snps,dw-hdmi-rx";
reg = <0x0 0xfdee0000 0x0 0x6000>;
reg-names = "hdmirx_regs";
power-domains = <&power RK3588_PD_VO1>;
rockchip,grf = <&sys_grf>;
rockchip,vo1_grf = <&vo1_grf>;
interrupts = <GIC_SPI 177 IRQ_TYPE_LEVEL_HIGH 0>,
<GIC_SPI 436 IRQ_TYPE_LEVEL_HIGH 0>,
<GIC_SPI 179 IRQ_TYPE_LEVEL_HIGH 0>;
interrupt-names = "cec", "hdmi", "dma";
clocks = <&cru ACLK_HDMIRX>,
<&cru CLK_HDMIRX_AUD>,
<&cru CLK_CR_PARA>,
<&cru PCLK_HDMIRX>,
<&cru CLK_HDMIRX_REF>,
<&cru PCLK_S_HDMIRX>,
<&cru HCLK_VO1>;
clock-names = "aclk",
"audio",
"cr_para",
"pclk",
"ref",
"hclk_s_hdmirx",
"hclk_vo1";
resets = <&cru SRST_A_HDMIRX>, <&cru SRST_P_HDMIRX>,
<&cru SRST_HDMIRX_REF>, <&cru SRST_A_HDMIRX_BIU>;
reset-names = "rst_a", "rst_p", "rst_ref", "rst_biu";
pinctrl-0 = <&hdmim1_rx>;
pinctrl-names = "default";
status = "disabled";
};
pcie3x4: pcie@fe150000 {
pcie3x4: pcie@fe150000 {
compatible = "rockchip,rk3588-pcie", "rockchip,rk3568-pcie";
compatible = "rockchip,rk3588-pcie", "rockchip,rk3568-pcie";
#address-cells = <3>;
#address-cells = <3>;
...
@@ -420,38 +453,4 @@ pcie30phy: phy@fee80000 {
...
@@ -420,38 +453,4 @@ pcie30phy: phy@fee80000 {
rockchip,phy-grf = <&pcie30_phy_grf>;
rockchip,phy-grf = <&pcie30_phy_grf>;
status = "disabled";
status = "disabled";
};
};
hdmirx_ctrler: hdmirx-controller@fdee0000 {
compatible = "rockchip,rk3588-hdmirx-ctrler", "snps,dw-hdmi-rx";
reg = <0x0 0xfdee0000 0x0 0x6000>;
reg-names = "hdmirx_regs";
power-domains = <&power RK3588_PD_VO1>;
rockchip,grf = <&sys_grf>;
rockchip,vo1_grf = <&vo1_grf>;
interrupts = <GIC_SPI 177 IRQ_TYPE_LEVEL_HIGH 0>,
<GIC_SPI 436 IRQ_TYPE_LEVEL_HIGH 0>,
<GIC_SPI 179 IRQ_TYPE_LEVEL_HIGH 0>;
interrupt-names = "cec", "hdmi", "dma";
clocks = <&cru ACLK_HDMIRX>,
<&cru CLK_HDMIRX_AUD>,
<&cru CLK_CR_PARA>,
<&cru PCLK_HDMIRX>,
<&cru CLK_HDMIRX_REF>,
<&cru PCLK_S_HDMIRX>,
<&cru HCLK_VO1>;
clock-names = "aclk",
"audio",
"cr_para",
"pclk",
"ref",
"hclk_s_hdmirx",
"hclk_vo1";
resets = <&cru SRST_A_HDMIRX>, <&cru SRST_P_HDMIRX>,
<&cru SRST_HDMIRX_REF>, <&cru SRST_A_HDMIRX_BIU>;
reset-names = "rst_a", "rst_p", "rst_ref", "rst_biu";
pinctrl-0 = <&hdmim1_rx>;
pinctrl-names = "default";
status = "disabled";
};
};
};
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
register
or
sign in
to comment