Commit 7184919b authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Gregory CLEMENT

arm64: dts: marvell: add missing space before {

Add missing whitespace between node name/label and opening {.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 06c2afb8
......@@ -135,7 +135,7 @@ mdio: mdio@22004 {
clocks = <&cnm_clock>;
};
i2c0: i2c@11000{
i2c0: i2c@11000 {
compatible = "marvell,mv78230-i2c";
reg = <0x11000 0x20>;
#address-cells = <1>;
......@@ -154,7 +154,7 @@ i2c0: i2c@11000{
status = "disabled";
};
i2c1: i2c@11100{
i2c1: i2c@11100 {
compatible = "marvell,mv78230-i2c";
reg = <0x11100 0x20>;
#address-cells = <1>;
......
......@@ -149,7 +149,7 @@ &cp0_spi0 {
};
/* SPI-NOR */
&cp0_spi1{
&cp0_spi1 {
status = "okay";
pinctrl-names = "default";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment