mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
ARM: dts: aspeed: santabarbara: Add blank lines between nodes for readability
Add missing blank lines between DT nodes to follow the devicetree coding style and improve readability. No functional changes. Signed-off-by: Fred Chen <fredchen.openbmc@gmail.com> Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
parent
a5c59a2923
commit
76de084503
|
|
@ -319,16 +319,19 @@ eeprom@53 {
|
|||
reg = <0x53>;
|
||||
};
|
||||
};
|
||||
|
||||
i2c4mux0ch1: i2c@1 {
|
||||
reg = <1>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
i2c4mux0ch2: i2c@2 {
|
||||
reg = <2>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
i2c4mux0ch3: i2c@3 {
|
||||
reg = <3>;
|
||||
#address-cells = <1>;
|
||||
|
|
@ -380,16 +383,19 @@ temperature-sensor@4e {
|
|||
reg = <0x4e>;
|
||||
};
|
||||
};
|
||||
|
||||
i2c4mux0ch4: i2c@4 {
|
||||
reg = <4>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
i2c4mux0ch5: i2c@5 {
|
||||
reg = <5>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
i2c4mux0ch6: i2c@6 {
|
||||
reg = <6>;
|
||||
#address-cells = <1>;
|
||||
|
|
@ -424,6 +430,7 @@ voltage-sensor@48 {
|
|||
reg = <0x48>;
|
||||
};
|
||||
};
|
||||
|
||||
i2c4mux0ch7: i2c@7 {
|
||||
reg = <7>;
|
||||
#address-cells = <1>;
|
||||
|
|
@ -469,16 +476,19 @@ i2c5mux0ch0: i2c@0 {
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
i2c5mux0ch1: i2c@1 {
|
||||
reg = <1>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
i2c5mux0ch2: i2c@2 {
|
||||
reg = <2>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
i2c5mux0ch3: i2c@3 {
|
||||
reg = <3>;
|
||||
#address-cells = <1>;
|
||||
|
|
@ -503,6 +513,7 @@ voltage-sensor@48 {
|
|||
reg = <0x48>;
|
||||
};
|
||||
};
|
||||
|
||||
i2c5mux1ch1: i2c@1 {
|
||||
reg = <1>;
|
||||
#address-cells = <1>;
|
||||
|
|
@ -513,6 +524,7 @@ temperature-sensor@48 {
|
|||
reg = <0x48>;
|
||||
};
|
||||
};
|
||||
|
||||
i2c5mux1ch2: i2c@2 {
|
||||
reg = <2>;
|
||||
#address-cells = <1>;
|
||||
|
|
@ -542,6 +554,7 @@ power-monitor@45 {
|
|||
shunt-resistor = <2000>;
|
||||
};
|
||||
};
|
||||
|
||||
i2c5mux1ch3: i2c@3 {
|
||||
reg = <3>;
|
||||
#address-cells = <1>;
|
||||
|
|
@ -663,6 +676,7 @@ temperature-sensor@48 {
|
|||
reg = <0x48>;
|
||||
};
|
||||
};
|
||||
|
||||
i2c12mux0ch1: i2c@1 {
|
||||
reg = <1>;
|
||||
#address-cells = <1>;
|
||||
|
|
@ -678,6 +692,7 @@ power-monitor@43 {
|
|||
reg = <0x43>;
|
||||
};
|
||||
};
|
||||
|
||||
i2c12mux0ch2: i2c@2 {
|
||||
reg = <2>;
|
||||
#address-cells = <1>;
|
||||
|
|
@ -695,6 +710,7 @@ power-monitor@41 {
|
|||
shunt-resistor = <2000>;
|
||||
};
|
||||
};
|
||||
|
||||
i2c12mux0ch3: i2c@3 {
|
||||
reg = <3>;
|
||||
#address-cells = <1>;
|
||||
|
|
@ -712,6 +728,7 @@ power-monitor@45 {
|
|||
shunt-resistor = <2000>;
|
||||
};
|
||||
};
|
||||
|
||||
i2c12mux0ch4: i2c@4 {
|
||||
reg = <4>;
|
||||
#address-cells = <1>;
|
||||
|
|
@ -722,16 +739,19 @@ voltage-sensor@49 {
|
|||
reg = <0x49>;
|
||||
};
|
||||
};
|
||||
|
||||
i2c12mux0ch5: i2c@5 {
|
||||
reg = <5>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
i2c12mux0ch6: i2c@6 {
|
||||
reg = <6>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
i2c12mux0ch7: i2c@7 {
|
||||
reg = <7>;
|
||||
#address-cells = <1>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user