ARM: dts: marvell: add missing space before {
Add missing whitespace between node name/label and opening {.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
pull/806/head
parent
06c2afb862
commit
c44fdf8649
|
|
@ -40,7 +40,7 @@
|
|||
pinctrl-0 = <&i2c0_pins>;
|
||||
status = "okay";
|
||||
|
||||
eeprom@53{
|
||||
eeprom@53 {
|
||||
compatible = "atmel,24c64";
|
||||
reg = <0x53>;
|
||||
};
|
||||
|
|
@ -95,11 +95,11 @@
|
|||
reg = <0x00000000 0x00500000>;
|
||||
label = "u-boot";
|
||||
};
|
||||
partition@500000{
|
||||
partition@500000 {
|
||||
reg = <0x00500000 0x00400000>;
|
||||
label = "u-boot env";
|
||||
};
|
||||
partition@900000{
|
||||
partition@900000 {
|
||||
reg = <0x00900000 0x3F700000>;
|
||||
label = "user";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
|
||||
gpio2: gpio-expander@20{
|
||||
gpio2: gpio-expander@20 {
|
||||
#gpio-cells = <2>;
|
||||
#interrupt-cells = <2>;
|
||||
compatible = "semtech,sx1505q";
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
* 5: mPCIE reset (active low)
|
||||
* 6: Express card reset (active low)
|
||||
*/
|
||||
gpio3: gpio-expander@21{
|
||||
gpio3: gpio-expander@21 {
|
||||
#gpio-cells = <2>;
|
||||
#interrupt-cells = <2>;
|
||||
compatible = "semtech,sx1505q";
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
soc_clocks: clocks{
|
||||
soc_clocks: clocks {
|
||||
compatible = "marvell,pxa168-clock";
|
||||
reg = <0xd4050000 0x1000>,
|
||||
<0xd4282800 0x400>,
|
||||
|
|
|
|||
|
|
@ -163,7 +163,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
soc_clocks: clocks{
|
||||
soc_clocks: clocks {
|
||||
compatible = "marvell,pxa910-clock";
|
||||
reg = <0xd4050000 0x1000>,
|
||||
<0xd4282800 0x400>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue