aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra124.dtsi
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2020-06-12 12:00:03 +0200
committerThierry Reding <treding@nvidia.com>2020-06-23 18:16:22 +0200
commit6cc05ba2e27a211ef8feef24cb11e554f6559452 (patch)
treeb9e1892a20e8be90643c41575658146ddd6bcde1 /arch/arm/boot/dts/tegra124.dtsi
parentARM: tegra: Do not mark host1x as simple bus (diff)
downloadlinux-dev-6cc05ba2e27a211ef8feef24cb11e554f6559452.tar.xz
linux-dev-6cc05ba2e27a211ef8feef24cb11e554f6559452.zip
ARM: tegra: Add missing host1x properties
The host1x device tree bindings require the clock- and interrupt-names properties to be present, so add them where missing. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra124.dtsi')
-rw-r--r--arch/arm/boot/dts/tegra124.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi
index fc124343658e..1afed8496c95 100644
--- a/arch/arm/boot/dts/tegra124.dtsi
+++ b/arch/arm/boot/dts/tegra124.dtsi
@@ -89,7 +89,9 @@
reg = <0x0 0x50000000 0x0 0x00034000>;
interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
<GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */
+ interrupt-names = "syncpt", "host1x";
clocks = <&tegra_car TEGRA124_CLK_HOST1X>;
+ clock-names = "host1x";
resets = <&tegra_car 28>;
reset-names = "host1x";
iommus = <&mc TEGRA_SWGROUP_HC>;