arm64: dts: freescale: Minor whitespace cleanup
The DTS code coding style expects exactly one space around '=' and
before '{' characters.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
master
parent
5ceddf531b
commit
7dce6d3909
|
|
@ -117,7 +117,7 @@
|
|||
};
|
||||
|
||||
&easrc {
|
||||
fsl,asrc-rate = <48000>;
|
||||
fsl,asrc-rate = <48000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@
|
|||
};
|
||||
|
||||
&i2c3 {
|
||||
carrier_eeprom: eeprom@57{
|
||||
carrier_eeprom: eeprom@57 {
|
||||
compatible = "st,24c02", "atmel,24c02";
|
||||
reg = <0x57>;
|
||||
pagesize = <16>;
|
||||
|
|
|
|||
|
|
@ -198,7 +198,7 @@
|
|||
nxp,dvs-standby-voltage = <850000>;
|
||||
};
|
||||
|
||||
buck4: BUCK4{
|
||||
buck4: BUCK4 {
|
||||
regulator-name = "BUCK4";
|
||||
regulator-min-microvolt = <600000>;
|
||||
regulator-max-microvolt = <3400000>;
|
||||
|
|
@ -206,7 +206,7 @@
|
|||
regulator-always-on;
|
||||
};
|
||||
|
||||
buck5: BUCK5{
|
||||
buck5: BUCK5 {
|
||||
regulator-name = "BUCK5";
|
||||
regulator-min-microvolt = <600000>;
|
||||
regulator-max-microvolt = <3400000>;
|
||||
|
|
@ -264,7 +264,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
som_eeprom: eeprom@50{
|
||||
som_eeprom: eeprom@50 {
|
||||
compatible = "st,24c01", "atmel,24c01";
|
||||
reg = <0x50>;
|
||||
pagesize = <16>;
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@
|
|||
regulator-ramp-delay = <3125>;
|
||||
};
|
||||
|
||||
buck4: BUCK4{
|
||||
buck4: BUCK4 {
|
||||
regulator-name = "BUCK4";
|
||||
regulator-min-microvolt = <600000>;
|
||||
regulator-max-microvolt = <3400000>;
|
||||
|
|
@ -139,7 +139,7 @@
|
|||
regulator-always-on;
|
||||
};
|
||||
|
||||
buck5: BUCK5{
|
||||
buck5: BUCK5 {
|
||||
regulator-name = "BUCK5";
|
||||
regulator-min-microvolt = <600000>;
|
||||
regulator-max-microvolt = <3400000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue