Re: [PATCH v6 1/2] dt-bindings: mfd: Add bindings for MAX5970 and MAX5978

From: Naresh Solanki
Date: Thu Nov 03 2022 - 13:53:37 EST


Hi Krzysztof,

On 03-11-2022 06:43 pm, Krzysztof Kozlowski wrote:
+examples:
+ - |
+ i2c {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ regulator@3a {
+ compatible = "maxim,max5978";
+ reg = <0x3a>;
+ vss1-supply = <&p3v3>;
+
+ regulators {
+ sw0_ref_0: SW0 {
No improvements here.
I've addressed 4 space indentation, bindings are matched, compatible is moved to first, then reg then the rest.