mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 21:15:53 +02:00
arm64: dts: allwinner: pinetab: Change regulator node name to avoid warning
The fixed regulator clock name has a unit address, but no reg property, which generates a warning in DTC. Change its name to remove its useless unit address. Signed-off-by: Maxime Ripard <maxime@cerno.tech> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Link: https://lore.kernel.org/r/20210901091852.479202-51-maxime@cerno.tech
This commit is contained in:
parent
5c34c4e46e
commit
35ce5b871f
|
|
@ -77,7 +77,7 @@ speaker_amp: audio-amplifier {
|
|||
sound-name-prefix = "Speaker Amp";
|
||||
};
|
||||
|
||||
vdd_bl: regulator@0 {
|
||||
vdd_bl: regulator {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "bl-3v3";
|
||||
regulator-min-microvolt = <3300000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user