mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-29 01:04:14 -04:00
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>
This commit is contained in:
committed by
Shawn Guo
parent
5ceddf531b
commit
7dce6d3909
@@ -117,7 +117,7 @@ &aud2htx {
|
||||
};
|
||||
|
||||
&easrc {
|
||||
fsl,asrc-rate = <48000>;
|
||||
fsl,asrc-rate = <48000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
@@ -141,7 +141,7 @@ mpcie-reset-hog {
|
||||
};
|
||||
|
||||
&i2c3 {
|
||||
carrier_eeprom: eeprom@57{
|
||||
carrier_eeprom: eeprom@57 {
|
||||
compatible = "st,24c02", "atmel,24c02";
|
||||
reg = <0x57>;
|
||||
pagesize = <16>;
|
||||
|
||||
@@ -198,7 +198,7 @@ buck2: BUCK2 {
|
||||
nxp,dvs-standby-voltage = <850000>;
|
||||
};
|
||||
|
||||
buck4: BUCK4{
|
||||
buck4: BUCK4 {
|
||||
regulator-name = "BUCK4";
|
||||
regulator-min-microvolt = <600000>;
|
||||
regulator-max-microvolt = <3400000>;
|
||||
@@ -206,7 +206,7 @@ buck4: BUCK4{
|
||||
regulator-always-on;
|
||||
};
|
||||
|
||||
buck5: BUCK5{
|
||||
buck5: BUCK5 {
|
||||
regulator-name = "BUCK5";
|
||||
regulator-min-microvolt = <600000>;
|
||||
regulator-max-microvolt = <3400000>;
|
||||
@@ -264,7 +264,7 @@ ldo5: LDO5 {
|
||||
};
|
||||
};
|
||||
|
||||
som_eeprom: eeprom@50{
|
||||
som_eeprom: eeprom@50 {
|
||||
compatible = "st,24c01", "atmel,24c01";
|
||||
reg = <0x50>;
|
||||
pagesize = <16>;
|
||||
|
||||
@@ -131,7 +131,7 @@ buck2: BUCK2 {
|
||||
regulator-ramp-delay = <3125>;
|
||||
};
|
||||
|
||||
buck4: BUCK4{
|
||||
buck4: BUCK4 {
|
||||
regulator-name = "BUCK4";
|
||||
regulator-min-microvolt = <600000>;
|
||||
regulator-max-microvolt = <3400000>;
|
||||
@@ -139,7 +139,7 @@ buck4: BUCK4{
|
||||
regulator-always-on;
|
||||
};
|
||||
|
||||
buck5: BUCK5{
|
||||
buck5: BUCK5 {
|
||||
regulator-name = "BUCK5";
|
||||
regulator-min-microvolt = <600000>;
|
||||
regulator-max-microvolt = <3400000>;
|
||||
|
||||
Reference in New Issue
Block a user