projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abc9c8a
)
arm64: tegra: Tegra132 EMC is not compatible with Tegra124
author
Thierry Reding
<treding@nvidia.com>
Fri, 12 Jun 2020 07:20:15 +0000
(09:20 +0200)
committer
Thierry Reding
<treding@nvidia.com>
Wed, 15 Jul 2020 09:05:45 +0000
(11:05 +0200)
The external memory controller found on Tegra132 is not fully compatible
with the instantiation on Tegra124, so remove the corresponding string
from the list of compatible strings.
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra132.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/nvidia/tegra132.dtsi
b/arch/arm64/boot/dts/nvidia/tegra132.dtsi
index
f33b204
..
44fe396
100644
(file)
--- a/
arch/arm64/boot/dts/nvidia/tegra132.dtsi
+++ b/
arch/arm64/boot/dts/nvidia/tegra132.dtsi
@@
-605,7
+605,7
@@
};
emc: external-memory-controller@7001b000 {
- compatible = "nvidia,tegra132-emc"
, "nvidia,tegra124-emc"
;
+ compatible = "nvidia,tegra132-emc";
reg = <0x0 0x7001b000 0x0 0x1000>;
clocks = <&tegra_car TEGRA124_CLK_EMC>;
clock-names = "emc";