Commit 99e544c7 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman

ARM: shmobile: r8a7779 dtsi: Use tabs for indentation

Checkpatch says:

ERROR: code indent should use tabs where possible
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent d2c2a077
...@@ -398,10 +398,10 @@ g_clk: g_clk { ...@@ -398,10 +398,10 @@ g_clk: g_clk {
/* Gate clocks */ /* Gate clocks */
mstp0_clks: clocks@ffc80030 { mstp0_clks: clocks@ffc80030 {
compatible = "renesas,r8a7779-mstp-clocks", compatible = "renesas,r8a7779-mstp-clocks",
"renesas,cpg-mstp-clocks"; "renesas,cpg-mstp-clocks";
reg = <0xffc80030 4>; reg = <0xffc80030 4>;
clocks = <&cpg_clocks R8A7779_CLK_S>, clocks = <&cpg_clocks R8A7779_CLK_S>,
<&cpg_clocks R8A7779_CLK_P>, <&cpg_clocks R8A7779_CLK_P>,
<&cpg_clocks R8A7779_CLK_P>, <&cpg_clocks R8A7779_CLK_P>,
<&cpg_clocks R8A7779_CLK_P>, <&cpg_clocks R8A7779_CLK_P>,
<&cpg_clocks R8A7779_CLK_S>, <&cpg_clocks R8A7779_CLK_S>,
...@@ -435,7 +435,7 @@ R8A7779_CLK_I2C1 R8A7779_CLK_I2C0 ...@@ -435,7 +435,7 @@ R8A7779_CLK_I2C1 R8A7779_CLK_I2C0
}; };
mstp1_clks: clocks@ffc80034 { mstp1_clks: clocks@ffc80034 {
compatible = "renesas,r8a7779-mstp-clocks", compatible = "renesas,r8a7779-mstp-clocks",
"renesas,cpg-mstp-clocks"; "renesas,cpg-mstp-clocks";
reg = <0xffc80034 4>, <0xffc80044 4>; reg = <0xffc80034 4>, <0xffc80044 4>;
clocks = <&cpg_clocks R8A7779_CLK_P>, clocks = <&cpg_clocks R8A7779_CLK_P>,
<&cpg_clocks R8A7779_CLK_P>, <&cpg_clocks R8A7779_CLK_P>,
...@@ -464,7 +464,7 @@ R8A7779_CLK_PCIE R8A7779_CLK_VIN3 ...@@ -464,7 +464,7 @@ R8A7779_CLK_PCIE R8A7779_CLK_VIN3
}; };
mstp3_clks: clocks@ffc8003c { mstp3_clks: clocks@ffc8003c {
compatible = "renesas,r8a7779-mstp-clocks", compatible = "renesas,r8a7779-mstp-clocks",
"renesas,cpg-mstp-clocks"; "renesas,cpg-mstp-clocks";
reg = <0xffc8003c 4>; reg = <0xffc8003c 4>;
clocks = <&s4_clk>, <&s4_clk>, <&s4_clk>, <&s4_clk>, clocks = <&s4_clk>, <&s4_clk>, <&s4_clk>, <&s4_clk>,
<&s4_clk>, <&s4_clk>; <&s4_clk>, <&s4_clk>;
......
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