From 09f3a25a2381b792c3d90598b8675ac52b6eab61 Mon Sep 17 00:00:00 2001 From: Christoph Muellner Date: Mon, 12 Nov 2018 17:10:25 +0100 Subject: 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 Date: Tue Jul 24 15:56:18 2018 +0800 Signed-off-by: Christoph Muellner --- arch/arm64/boot/dts/rockchip/rk3399-puma.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; -- cgit v1.2.3