Correct inconsistent indentation in the example and use consistent 4-space
indentation.
Signed-off-by: Ariana Lazar <ariana.lazar@microchip.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
#address-cells = <1>;
#size-cells = <0>;
dac@60 {
- compatible = "microchip,mcp47feb02";
- reg = <0x60>;
- vdd-supply = <&vdac_vdd>;
- vref-supply = <&vref_reg>;
+ compatible = "microchip,mcp47feb02";
+ reg = <0x60>;
+ vdd-supply = <&vdac_vdd>;
+ vref-supply = <&vref_reg>;
- #address-cells = <1>;
- #size-cells = <0>;
- channel@0 {
- reg = <0>;
- label = "Adjustable_voltage_ch0";
- };
+ #address-cells = <1>;
+ #size-cells = <0>;
+ channel@0 {
+ reg = <0>;
+ label = "Adjustable_voltage_ch0";
+ };
- channel@1 {
- reg = <0x1>;
- label = "Adjustable_voltage_ch1";
- };
- };
+ channel@1 {
+ reg = <0x1>;
+ label = "Adjustable_voltage_ch1";
+ };
+ };
};
...