提交 effc4b44 编写于 作者: M Mikko Perttunen 提交者: Thierry Reding

arm64: tegra: Add VIC on Tegra186

Add a node for the Video Image Compositor on the Tegra186.
Signed-off-by: NMikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 5524c61f
...@@ -371,6 +371,18 @@ ...@@ -371,6 +371,18 @@
#size-cells = <1>; #size-cells = <1>;
ranges = <0x15000000 0x0 0x15000000 0x01000000>; ranges = <0x15000000 0x0 0x15000000 0x01000000>;
vic@15340000 {
compatible = "nvidia,tegra186-vic";
reg = <0x15340000 0x40000>;
interrupts = <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&bpmp TEGRA186_CLK_VIC>;
clock-names = "vic";
resets = <&bpmp TEGRA186_RESET_VIC>;
reset-names = "vic";
power-domains = <&bpmp TEGRA186_POWER_DOMAIN_VIC>;
};
}; };
gpu@17000000 { gpu@17000000 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册