mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
arm64: dts: freescale: add missing space before {
Add missing whitespace between node name/label and opening {.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
7271f14d2f
commit
b40b2dc6a1
|
|
@ -684,15 +684,15 @@ &lsio_pwm3 {
|
|||
};
|
||||
|
||||
/* Messaging Units */
|
||||
&mu_m0{
|
||||
&mu_m0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&mu1_m0{
|
||||
&mu1_m0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&mu2_m0{
|
||||
&mu2_m0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ pmic: pmic@25 {
|
|||
interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
|
||||
|
||||
regulators {
|
||||
buck1: BUCK1{
|
||||
buck1: BUCK1 {
|
||||
regulator-name = "VDD_SOC";
|
||||
regulator-min-microvolt = <850000>;
|
||||
regulator-max-microvolt = <950000>;
|
||||
|
|
@ -59,7 +59,7 @@ buck2: BUCK2 {
|
|||
regulator-ramp-delay = <3125>;
|
||||
};
|
||||
|
||||
buck4: BUCK4{
|
||||
buck4: BUCK4 {
|
||||
regulator-name = "VDD_3V3";
|
||||
regulator-min-microvolt = <3300000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
|
|
@ -67,7 +67,7 @@ buck4: BUCK4{
|
|||
regulator-always-on;
|
||||
};
|
||||
|
||||
buck5: BUCK5{
|
||||
buck5: BUCK5 {
|
||||
regulator-name = "VDD_1V8";
|
||||
regulator-min-microvolt = <1800000>;
|
||||
regulator-max-microvolt = <1800000>;
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ buck2: BUCK2 {
|
|||
nxp,dvs-standby-voltage = <850000>;
|
||||
};
|
||||
|
||||
buck4: BUCK4{
|
||||
buck4: BUCK4 {
|
||||
regulator-name = "BUCK4";
|
||||
regulator-min-microvolt = <600000>;
|
||||
regulator-max-microvolt = <3400000>;
|
||||
|
|
@ -137,7 +137,7 @@ buck4: BUCK4{
|
|||
regulator-always-on;
|
||||
};
|
||||
|
||||
buck5: BUCK5{
|
||||
buck5: BUCK5 {
|
||||
regulator-name = "BUCK5";
|
||||
regulator-min-microvolt = <600000>;
|
||||
regulator-max-microvolt = <3400000>;
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ eeprom@50 {
|
|||
};
|
||||
};
|
||||
|
||||
&pgc_gpu{
|
||||
&pgc_gpu {
|
||||
power-supply = <&sw1a_reg>;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -631,7 +631,7 @@ snvs: snvs@30370000 {
|
|||
compatible = "fsl,sec-v4.0-mon", "syscon", "simple-mfd";
|
||||
reg = <0x30370000 0x10000>;
|
||||
|
||||
snvs_rtc: snvs-rtc-lp{
|
||||
snvs_rtc: snvs-rtc-lp {
|
||||
compatible = "fsl,sec-v4.0-mon-rtc-lp";
|
||||
regmap = <&snvs>;
|
||||
offset = <0x34>;
|
||||
|
|
|
|||
|
|
@ -180,7 +180,7 @@ IMX8QXP_ENET0_RGMII_RXD3_CONN_ENET0_RGMII_RXD3 0x06000020
|
|||
>;
|
||||
};
|
||||
|
||||
pinctrl_leds: ledsgrp{
|
||||
pinctrl_leds: ledsgrp {
|
||||
fsl,pins = <
|
||||
IMX8QXP_ESAI0_TX2_RX3_LSIO_GPIO0_IO06 0x00000021
|
||||
IMX8QXP_ESAI0_TX3_RX2_LSIO_GPIO0_IO07 0x00000021
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user