Commit 97ace1b4 authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: Add clocks and resets for ISP on Tegra210

The ISP blocks take a clock and a reset as inputs, so add those to the
device tree nodes.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent e989992a
...@@ -361,6 +361,9 @@ isp@54600000 { ...@@ -361,6 +361,9 @@ isp@54600000 {
compatible = "nvidia,tegra210-isp"; compatible = "nvidia,tegra210-isp";
reg = <0x0 0x54600000 0x0 0x00040000>; reg = <0x0 0x54600000 0x0 0x00040000>;
interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&tegra_car TEGRA210_CLK_ISPA>;
resets = <&tegra_car 23>;
reset-names = "isp";
status = "disabled"; status = "disabled";
}; };
...@@ -368,6 +371,9 @@ isp@54680000 { ...@@ -368,6 +371,9 @@ isp@54680000 {
compatible = "nvidia,tegra210-isp"; compatible = "nvidia,tegra210-isp";
reg = <0x0 0x54680000 0x0 0x00040000>; reg = <0x0 0x54680000 0x0 0x00040000>;
interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&tegra_car TEGRA210_CLK_ISPB>;
resets = <&tegra_car 3>;
reset-names = "isp";
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment