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-03-20 20:15:13 +0100
commit328c04cad6b9c8296379d6c6b67f74d6f798baee (patch)
tree10c9d50c0c38d91f7869dc9d7b5acacab48e2976
parent65c7723280060ceb55b4f4a74be54df160ececd9 (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";
};