projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35cbf65
)
arm64: tegra: Fix compatible for SOR1
author
Thierry Reding
<treding@nvidia.com>
Mon, 19 Mar 2018 09:29:36 +0000
(10:29 +0100)
committer
Thierry Reding
<treding@nvidia.com>
Tue, 29 Oct 2019 19:30:07 +0000
(20:30 +0100)
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>
arch/arm64/boot/dts/nvidia/tegra186.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/nvidia/tegra186.dtsi
b/arch/arm64/boot/dts/nvidia/tegra186.dtsi
index
1aea298
..
7893d78
100644
(file)
--- a/
arch/arm64/boot/dts/nvidia/tegra186.dtsi
+++ b/
arch/arm64/boot/dts/nvidia/tegra186.dtsi
@@
-1062,7
+1062,7
@@
};
sor1: sor@15580000 {
- compatible = "nvidia,tegra186-sor
1
";
+ compatible = "nvidia,tegra186-sor";
reg = <0x15580000 0x10000>;
interrupts = <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&bpmp TEGRA186_CLK_SOR1>,