Commit b40b2dc6 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Shawn Guo

arm64: dts: freescale: add missing space before {

Add missing whitespace between node name/label and opening {.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 7271f14d
...@@ -684,15 +684,15 @@ &lsio_pwm3 { ...@@ -684,15 +684,15 @@ &lsio_pwm3 {
}; };
/* Messaging Units */ /* Messaging Units */
&mu_m0{ &mu_m0 {
status = "okay"; status = "okay";
}; };
&mu1_m0{ &mu1_m0 {
status = "okay"; status = "okay";
}; };
&mu2_m0{ &mu2_m0 {
status = "okay"; status = "okay";
}; };
......
...@@ -40,7 +40,7 @@ pmic: pmic@25 { ...@@ -40,7 +40,7 @@ pmic: pmic@25 {
interrupts = <3 IRQ_TYPE_LEVEL_LOW>; interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
regulators { regulators {
buck1: BUCK1{ buck1: BUCK1 {
regulator-name = "VDD_SOC"; regulator-name = "VDD_SOC";
regulator-min-microvolt = <850000>; regulator-min-microvolt = <850000>;
regulator-max-microvolt = <950000>; regulator-max-microvolt = <950000>;
...@@ -59,7 +59,7 @@ buck2: BUCK2 { ...@@ -59,7 +59,7 @@ buck2: BUCK2 {
regulator-ramp-delay = <3125>; regulator-ramp-delay = <3125>;
}; };
buck4: BUCK4{ buck4: BUCK4 {
regulator-name = "VDD_3V3"; regulator-name = "VDD_3V3";
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
...@@ -67,7 +67,7 @@ buck4: BUCK4{ ...@@ -67,7 +67,7 @@ buck4: BUCK4{
regulator-always-on; regulator-always-on;
}; };
buck5: BUCK5{ buck5: BUCK5 {
regulator-name = "VDD_1V8"; regulator-name = "VDD_1V8";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
......
...@@ -129,7 +129,7 @@ buck2: BUCK2 { ...@@ -129,7 +129,7 @@ buck2: BUCK2 {
nxp,dvs-standby-voltage = <850000>; nxp,dvs-standby-voltage = <850000>;
}; };
buck4: BUCK4{ buck4: BUCK4 {
regulator-name = "BUCK4"; regulator-name = "BUCK4";
regulator-min-microvolt = <600000>; regulator-min-microvolt = <600000>;
regulator-max-microvolt = <3400000>; regulator-max-microvolt = <3400000>;
...@@ -137,7 +137,7 @@ buck4: BUCK4{ ...@@ -137,7 +137,7 @@ buck4: BUCK4{
regulator-always-on; regulator-always-on;
}; };
buck5: BUCK5{ buck5: BUCK5 {
regulator-name = "BUCK5"; regulator-name = "BUCK5";
regulator-min-microvolt = <600000>; regulator-min-microvolt = <600000>;
regulator-max-microvolt = <3400000>; regulator-max-microvolt = <3400000>;
......
...@@ -133,7 +133,7 @@ eeprom@50 { ...@@ -133,7 +133,7 @@ eeprom@50 {
}; };
}; };
&pgc_gpu{ &pgc_gpu {
power-supply = <&sw1a_reg>; power-supply = <&sw1a_reg>;
}; };
......
...@@ -631,7 +631,7 @@ snvs: snvs@30370000 { ...@@ -631,7 +631,7 @@ snvs: snvs@30370000 {
compatible = "fsl,sec-v4.0-mon", "syscon", "simple-mfd"; compatible = "fsl,sec-v4.0-mon", "syscon", "simple-mfd";
reg = <0x30370000 0x10000>; reg = <0x30370000 0x10000>;
snvs_rtc: snvs-rtc-lp{ snvs_rtc: snvs-rtc-lp {
compatible = "fsl,sec-v4.0-mon-rtc-lp"; compatible = "fsl,sec-v4.0-mon-rtc-lp";
regmap = <&snvs>; regmap = <&snvs>;
offset = <0x34>; offset = <0x34>;
......
...@@ -180,7 +180,7 @@ IMX8QXP_ENET0_RGMII_RXD3_CONN_ENET0_RGMII_RXD3 0x06000020 ...@@ -180,7 +180,7 @@ IMX8QXP_ENET0_RGMII_RXD3_CONN_ENET0_RGMII_RXD3 0x06000020
>; >;
}; };
pinctrl_leds: ledsgrp{ pinctrl_leds: ledsgrp {
fsl,pins = < fsl,pins = <
IMX8QXP_ESAI0_TX2_RX3_LSIO_GPIO0_IO06 0x00000021 IMX8QXP_ESAI0_TX2_RX3_LSIO_GPIO0_IO06 0x00000021
IMX8QXP_ESAI0_TX3_RX2_LSIO_GPIO0_IO07 0x00000021 IMX8QXP_ESAI0_TX3_RX2_LSIO_GPIO0_IO07 0x00000021
......
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