From 5aa669c9f1f06e39953f5b3e654a7217b68509f0 Mon Sep 17 00:00:00 2001 From: shengfei Xu Date: Mon, 1 Nov 2021 11:18:36 +0000 Subject: [PATCH] arm64: dts: rockchip: rk806: fix the name for the nldo4 the name is consistent with the schematic diagram of the hardware. Signed-off-by: shengfei Xu Change-Id: I97c7bebcf1358e461ab37846e0b0034483e20760 --- arch/arm64/boot/dts/rockchip/rk806-single.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk806-single.dtsi b/arch/arm64/boot/dts/rockchip/rk806-single.dtsi index 97bd2b779963..8345c641a3ab 100644 --- a/arch/arm64/boot/dts/rockchip/rk806-single.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk806-single.dtsi @@ -474,12 +474,12 @@ }; }; - vdd_0v75_s0: NLDO_REG3 { + avdd_0v75_s0: NLDO_REG3 { regulator-always-on; regulator-boot-on; regulator-min-microvolt = <750000>; regulator-max-microvolt = <750000>; - regulator-name = "vdd_0v75_s0"; + regulator-name = "avdd_0v75_s0"; regulator-state-mem { regulator-off-in-suspend; };