Commit 01a9d523 authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: Add Tegra132 compatible string for host1x

While the host1x controller found on Tegra132 is the same as on Tegra124
it is good practice to also list a SoC-specific compatible string so any
SoC-specific quirks can be implemented in drivers if necessary.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 8613b4c8
......@@ -83,7 +83,9 @@ pci@2,0 {
};
host1x@50000000 {
compatible = "nvidia,tegra124-host1x", "simple-bus";
compatible = "nvidia,tegra132-host1x",
"nvidia,tegra124-host1x",
"simple-bus";
reg = <0x0 0x50000000 0x0 0x00034000>;
interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
<GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */
......
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