提交 327a96a1 编写于 作者: K Krzysztof Kozlowski 提交者: Dinh Nguyen

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: NKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: NDinh Nguyen <dinguyen@kernel.org>
上级 8b794ab2
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
reg = <0 0 0 0>; reg = <0 0 0 0>;
}; };
ref_033v: 033-v-ref { ref_033v: regulator-v-ref {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "0.33V"; regulator-name = "0.33V";
regulator-min-microvolt = <330000>; regulator-min-microvolt = <330000>;
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
reg = <0 0 0 0>; reg = <0 0 0 0>;
}; };
ref_033v: 033-v-ref { ref_033v: regulator-v-ref {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "0.33V"; regulator-name = "0.33V";
regulator-min-microvolt = <330000>; regulator-min-microvolt = <330000>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册