arm64: tegra: Update the Tegra132 flowctrl compatible string
Update the Tegra132 flowctrl compatible string to include "nvidia,tegra132-flowctrl" so it is aligned with the flowctrl binding documentation. Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
dfd7a3845a
commit
18236a1488
|
@ -224,7 +224,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
flow-controller@60007000 {
|
flow-controller@60007000 {
|
||||||
compatible = "nvidia,tegra124-flowctrl";
|
compatible = "nvidia,tegra132-flowctrl", "nvidia,tegra124-flowctrl";
|
||||||
reg = <0x0 0x60007000 0x0 0x1000>;
|
reg = <0x0 0x60007000 0x0 0x1000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue