Commit c4c774ba authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Tony Lindgren

ARM: dts: ti: add missing space before {

Add missing whitespace between node name/label and opening {.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Message-ID: <20230705145755.292927-1-krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarDavid Lechner <david@lechnology.com>
Reviewed-by: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent f274a854
......@@ -391,7 +391,7 @@ &spi1 {
pinctrl-names = "default";
cs-gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
display@0{
display@0 {
compatible = "lego,ev3-lcd";
reg = <0>;
spi-max-frequency = <10000000>;
......
......@@ -137,7 +137,7 @@ uart01_spi2_pins: uart01-spi2-pins {
>;
};
dfesync_rp1_pins: dfesync-rp1-pins{
dfesync_rp1_pins: dfesync-rp1-pins {
pinctrl-single,bits = <
/* DFESYNC_RP1_SEL */
0x0 0x0 0x2
......
......@@ -58,7 +58,7 @@ vdd_core: fixed-regulator-vdd_core {
vin-supply = <&vdd_corereg>;
};
v1_8dreg: fixed-regulator-v1_8dreg{
v1_8dreg: fixed-regulator-v1_8dreg {
compatible = "regulator-fixed";
regulator-name = "V1_8DREG";
regulator-min-microvolt = <1800000>;
......@@ -68,7 +68,7 @@ v1_8dreg: fixed-regulator-v1_8dreg{
vin-supply = <&v24_0d>;
};
v1_8d: fixed-regulator-v1_8d{
v1_8d: fixed-regulator-v1_8d {
compatible = "regulator-fixed";
regulator-name = "V1_8D";
regulator-min-microvolt = <1800000>;
......@@ -78,7 +78,7 @@ v1_8d: fixed-regulator-v1_8d{
vin-supply = <&v1_8dreg>;
};
v1_5dreg: fixed-regulator-v1_5dreg{
v1_5dreg: fixed-regulator-v1_5dreg {
compatible = "regulator-fixed";
regulator-name = "V1_5DREG";
regulator-min-microvolt = <1500000>;
......@@ -88,7 +88,7 @@ v1_5dreg: fixed-regulator-v1_5dreg{
vin-supply = <&v24_0d>;
};
v1_5d: fixed-regulator-v1_5d{
v1_5d: fixed-regulator-v1_5d {
compatible = "regulator-fixed";
regulator-name = "V1_5D";
regulator-min-microvolt = <1500000>;
......
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