Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1393270 > unrolled thread
| Started by | Wei Ni <wni@nvidia.com> |
|---|---|
| First post | 2016-05-03 12:10 +0200 |
| Last post | 2016-05-03 12:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] arm64: tegra: fix compatible string for Tegra132 fuse node Wei Ni <wni@nvidia.com> - 2016-05-03 12:10 +0200
| From | Wei Ni <wni@nvidia.com> |
|---|---|
| Date | 2016-05-03 12:10 +0200 |
| Subject | [PATCH] arm64: tegra: fix compatible string for Tegra132 fuse node |
| Message-ID | <ruFrb-6jc-3@gated-at.bofh.it> |
This patch changes the compatible of Tegra132 fuse node
to "nvidia,tegra132-efuse", instead of "nvidia,tegra1124-efuse".
Because the CONFIG_ARCH_TEGRA_124_SOC will not be enabled for
Tegra132, the fuse driver can't find the corresponding node.
Signed-off-by: Wei Ni <wni@nvidia.com>
---
arch/arm64/boot/dts/nvidia/tegra132.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/nvidia/tegra132.dtsi b/arch/arm64/boot/dts/nvidia/tegra132.dtsi
index 5d013809448b..ee101cb52f70 100644
--- a/arch/arm64/boot/dts/nvidia/tegra132.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra132.dtsi
@@ -582,7 +582,7 @@
};
fuse@7000f800 {
- compatible = "nvidia,tegra124-efuse";
+ compatible = "nvidia,tegra132-efuse";
reg = <0x0 0x7000f800 0x0 0x400>;
clocks = <&tegra_car TEGRA124_CLK_FUSE>;
clock-names = "fuse";
--
1.9.1
Back to top | Article view | linux.kernel
csiph-web