arm64: dts: stratix10: align regulator node names with dtschema

The devicetree specification requires that node name should be generic.
The dtschema complains if name does not match pattern, so make the
0.33 V regulator node name more generic.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
Krzysztof Kozlowski
2021-12-27 14:35:55 +01:00
committed by Dinh Nguyen
parent 8b794ab207
commit 327a96a1cb
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ memory {
reg = <0 0 0 0>;
};
ref_033v: 033-v-ref {
ref_033v: regulator-v-ref {
compatible = "regulator-fixed";
regulator-name = "0.33V";
regulator-min-microvolt = <330000>;

View File

@@ -44,7 +44,7 @@ memory {
reg = <0 0 0 0>;
};
ref_033v: 033-v-ref {
ref_033v: regulator-v-ref {
compatible = "regulator-fixed";
regulator-name = "0.33V";
regulator-min-microvolt = <330000>;