mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 23:29:52 +07:00
arm64: tegra: Add interrupt-names for host1x
Interrupt names are used to distinguish between the syncpoint and general host1x interrupts. Make sure they are available in the DT so that drivers can use them if necessary. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
01a9d52301
commit
052d3f6523
@ -89,6 +89,7 @@ host1x@50000000 {
|
||||
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>;
|
||||
|
@ -940,6 +940,7 @@ host1x@13e00000 {
|
||||
reg-names = "hypervisor", "vm";
|
||||
interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "syncpt", "host1x";
|
||||
clocks = <&bpmp TEGRA186_CLK_HOST1X>;
|
||||
clock-names = "host1x";
|
||||
resets = <&bpmp TEGRA186_RESET_HOST1X>;
|
||||
|
@ -1042,6 +1042,7 @@ host1x@13e00000 {
|
||||
reg-names = "hypervisor", "vm";
|
||||
interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "syncpt", "host1x";
|
||||
clocks = <&bpmp TEGRA194_CLK_HOST1X>;
|
||||
clock-names = "host1x";
|
||||
resets = <&bpmp TEGRA194_RESET_HOST1X>;
|
||||
|
@ -90,6 +90,7 @@ host1x@50000000 {
|
||||
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 TEGRA210_CLK_HOST1X>;
|
||||
clock-names = "host1x";
|
||||
resets = <&tegra_car 28>;
|
||||
|
Loading…
Reference in New Issue
Block a user