summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Muellner <christoph.muellner@theobroma-systems.com>2018-11-12 17:10:25 +0100
committerChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-04-30 20:02:01 +0200
commit09f3a25a2381b792c3d90598b8675ac52b6eab61 (patch)
treeb6961f7a19c1a5efe9adfcbd097cbae76a8fe820
parent13166f7a46e895b6ee9d4c866d9f0485f6b8ef6b (diff)
arm64: DTS: rk3399-puma.dts: Rename efuse_id to cpu_id.
This patch is required because the name of the "efuse_id" node has been changed to "cpu_id" in the rk3399.dtsi by the following commit: commit 1eefebf4c678d63d1051a38f6ffd06eb1bd66fe0 Author: Jianqun Xu <jay.xu@rock-chips.com> Date: Tue Jul 24 15:56:18 2018 +0800 Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399-puma.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-puma.dts b/arch/arm64/boot/dts/rockchip/rk3399-puma.dts
index d2304dd611de..e82e03f5bfa8 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-puma.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-puma.dts
@@ -27,7 +27,7 @@
cpuinfo {
compatible = "rockchip,cpuinfo";
- nvmem-cells = <&efuse_id>;
+ nvmem-cells = <&cpu_id>;
nvmem-cell-names = "id";
};