arm64: tegra: Add clocks and resets for ISP on Tegra210
authorThierry Reding <treding@nvidia.com>
Wed, 15 Jul 2020 09:50:17 +0000 (11:50 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 15 Jul 2020 09:56:30 +0000 (11:56 +0200)
The ISP blocks take a clock and a reset as inputs, so add those to the
device tree nodes.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra210.dtsi

index 87fe036..2fc4c1f 100644 (file)
                        compatible = "nvidia,tegra210-isp";
                        reg = <0x0 0x54600000 0x0 0x00040000>;
                        interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&tegra_car TEGRA210_CLK_ISPA>;
+                       resets = <&tegra_car 23>;
+                       reset-names = "isp";
                        status = "disabled";
                };
 
                        compatible = "nvidia,tegra210-isp";
                        reg = <0x0 0x54680000 0x0 0x00040000>;
                        interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&tegra_car TEGRA210_CLK_ISPB>;
+                       resets = <&tegra_car 3>;
+                       reset-names = "isp";
                        status = "disabled";
                };