mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 19:59:34 -04:00
arm64: dts: freescale: minor whitespace cleanup
The DTS code coding style expects exactly one space before '{'
character.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
committed by
Shawn Guo
parent
6fe1ced5cc
commit
b98e1aa92d
@@ -350,7 +350,7 @@ dma_apbh: dma-controller@5b810000 {
|
||||
power-domains = <&pd IMX_SC_R_NAND>;
|
||||
};
|
||||
|
||||
gpmi: nand-controller@5b812000{
|
||||
gpmi: nand-controller@5b812000 {
|
||||
compatible = "fsl,imx8qxp-gpmi-nand";
|
||||
reg = <0x5b812000 0x2000>, <0x5b814000 0x2000>;
|
||||
reg-names = "gpmi-nand", "bch";
|
||||
|
||||
@@ -304,7 +304,7 @@ &dsp_ram_lpcg {
|
||||
};
|
||||
|
||||
/* edma2 called in imx8qm RM with the same address in edma0 of imx8qxp */
|
||||
&edma0{
|
||||
&edma0 {
|
||||
reg = <0x591f0000 0x150000>;
|
||||
dma-channels = <20>;
|
||||
dma-channel-mask = <0>;
|
||||
@@ -351,7 +351,7 @@ &edma0{
|
||||
};
|
||||
|
||||
/* edma3 called in imx8qm RM with the same address in edma1 of imx8qxp */
|
||||
&edma1{
|
||||
&edma1 {
|
||||
reg = <0x599f0000 0xc0000>;
|
||||
dma-channels = <11>;
|
||||
dma-channel-mask = <0xc0>;
|
||||
|
||||
@@ -334,7 +334,7 @@ buck2: BUCK2 {
|
||||
regulator-ramp-delay = <3125>;
|
||||
};
|
||||
|
||||
buck4: BUCK4{
|
||||
buck4: BUCK4 {
|
||||
regulator-name = "BUCK4";
|
||||
regulator-min-microvolt = <1620000>;
|
||||
regulator-max-microvolt = <3400000>;
|
||||
@@ -342,7 +342,7 @@ buck4: BUCK4{
|
||||
regulator-always-on;
|
||||
};
|
||||
|
||||
buck5: BUCK5{
|
||||
buck5: BUCK5 {
|
||||
regulator-name = "BUCK5";
|
||||
regulator-min-microvolt = <1620000>;
|
||||
regulator-max-microvolt = <3400000>;
|
||||
|
||||
@@ -221,7 +221,7 @@ buck2: BUCK2 {
|
||||
regulator-ramp-delay = <3125>;
|
||||
};
|
||||
|
||||
buck4: BUCK4{
|
||||
buck4: BUCK4 {
|
||||
regulator-name = "BUCK4";
|
||||
regulator-min-microvolt = <600000>;
|
||||
regulator-max-microvolt = <3400000>;
|
||||
@@ -229,7 +229,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