mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
arm64: tegra: Fix compatible for SOR1
It turns out that both SORs on Tegra186 are the same, so there's no need to distinguish between them in the compatible string. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
35cbf655eb
commit
d46d1eb30c
|
|
@ -1062,7 +1062,7 @@ sor0: sor@15540000 {
|
|||
};
|
||||
|
||||
sor1: sor@15580000 {
|
||||
compatible = "nvidia,tegra186-sor1";
|
||||
compatible = "nvidia,tegra186-sor";
|
||||
reg = <0x15580000 0x10000>;
|
||||
interrupts = <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&bpmp TEGRA186_CLK_SOR1>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user