summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYashwanth Varakala <y.varakala@phytec.de>2023-06-16 12:50:07 +0300
committerShawn Guo <shawnguo@kernel.org>2023-07-18 04:53:30 +0300
commitcddeefc1663294fb74b31ff5029a83c0e819ff3a (patch)
treea315b0b2616ee50fdb58b710e4e8ac804c7b52c4
parentee70b908f77a9d8f689dea986f09e6d7dc481934 (diff)
downloadlinux-cddeefc1663294fb74b31ff5029a83c0e819ff3a.tar.xz
arm64: dts: phycore-imx8mm: Label typo-fix of VPU
Corrected the label of the VPU regulator node (buck 3) from reg_vdd_gpu to reg_vdd_vpu. Fixes: ae6847f26ac9 ("arm64: dts: freescale: Add phyBOARD-Polis-i.MX8MM support") Signed-off-by: Yashwanth Varakala <y.varakala@phytec.de> Signed-off-by: Cem Tenruh <c.tenruh@phytec.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi
index 92616bc4f71f..2dd179ec923d 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi
@@ -210,7 +210,7 @@
};
};
- reg_vdd_gpu: buck3 {
+ reg_vdd_vpu: buck3 {
regulator-always-on;
regulator-boot-on;
regulator-max-microvolt = <1000000>;