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
Deploy
Releases
Model registry
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
Nicolas Dufresne
linux
Commits
5672ae5d
Commit
5672ae5d
authored
4 years ago
by
Alex Bee
Committed by
Nicolas Dufresne
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ARM64: dts: rockchip: Add IEP node for RK3399
Signed-off-by:
Alex Bee
<
knaerzche@gmail.com
>
parent
002b62cc
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/rk3399.dtsi
+12
-1
12 additions, 1 deletion
arch/arm64/boot/dts/rockchip/rk3399.dtsi
with
12 additions
and
1 deletion
arch/arm64/boot/dts/rockchip/rk3399.dtsi
+
12
−
1
View file @
5672ae5d
...
@@ -1286,14 +1286,25 @@
...
@@ -1286,14 +1286,25 @@
#iommu-cells = <0>;
#iommu-cells = <0>;
};
};
iep: iep@ff670000 {
compatible = "rockchip,rk3399-iep", "rockchip,rk3228-iep";
reg = <0x0 0xff670000 0x0 0x800>;
interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH 0>;
interrupt-names = "iep";
clocks = <&cru ACLK_IEP>, <&cru HCLK_IEP>;
clock-names = "axi", "ahb";
power-domains = <&power RK3399_PD_IEP>;
iommus = <&iep_mmu>;
};
iep_mmu: iommu@ff670800 {
iep_mmu: iommu@ff670800 {
compatible = "rockchip,iommu";
compatible = "rockchip,iommu";
reg = <0x0 0xff670800 0x0 0x40>;
reg = <0x0 0xff670800 0x0 0x40>;
interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH 0>;
interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH 0>;
clocks = <&cru ACLK_IEP>, <&cru HCLK_IEP>;
clocks = <&cru ACLK_IEP>, <&cru HCLK_IEP>;
clock-names = "aclk", "iface";
clock-names = "aclk", "iface";
power-domains = <&power RK3399_PD_IEP>;
#iommu-cells = <0>;
#iommu-cells = <0>;
status = "disabled";
};
};
rga: rga@ff680000 {
rga: rga@ff680000 {
...
...
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