Skip to content

Commit

Permalink
arm64: dts: allwinner: h6: tanix-tx6: Fix regulator node names
Browse files Browse the repository at this point in the history
[ Upstream commit 7ab1f65 ]

Regulator node names don't reflect class of the device. Fix that by
prefixing names with "regulator-".

Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20210722161220.51181-2-jernej.skrabec@gmail.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
jernejsk authored and gregkh committed Sep 18, 2021
1 parent 7e892a1 commit 3ef99f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6.dts
Expand Up @@ -32,14 +32,14 @@
};
};

reg_vcc3v3: vcc3v3 {
reg_vcc3v3: regulator-vcc3v3 {
compatible = "regulator-fixed";
regulator-name = "vcc3v3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};

reg_vdd_cpu_gpu: vdd-cpu-gpu {
reg_vdd_cpu_gpu: regulator-vdd-cpu-gpu {
compatible = "regulator-fixed";
regulator-name = "vdd-cpu-gpu";
regulator-min-microvolt = <1135000>;
Expand Down

0 comments on commit 3ef99f2

Please sign in to comment.