mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 01:52:03 +02:00
ARM: dts: arm: Correct indentation
Correct spaces or mix of tabs+spaces into proper tab-indented lines. No functional impact (same DTB). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Reviewed-by: Linus Walleij <linusw@kernel.org> Acked-by: Liviu Dudau <liviu.dudau@arm.com> Link: https://patch.msgid.link/20260706101942.341681-2-krzysztof.kozlowski@oss.qualcomm.com Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
fc87f52853
commit
14f816138b
|
|
@ -51,7 +51,7 @@ vmmc: regulator-vmmc {
|
|||
regulator-min-microvolt = <3300000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
regulator-boot-on;
|
||||
};
|
||||
};
|
||||
|
||||
xtal24mhz: mclk: kmiclk: sspclk: uartclk: wdogclk: clock-24000000 {
|
||||
#clock-cells = <0>;
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ vmmc: regulator-vmmc {
|
|||
regulator-min-microvolt = <3300000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
regulator-boot-on;
|
||||
};
|
||||
};
|
||||
|
||||
veth: regulator-veth {
|
||||
compatible = "regulator-fixed";
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@ vmmc: regulator-vmmc {
|
|||
regulator-min-microvolt = <3300000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
regulator-boot-on;
|
||||
};
|
||||
};
|
||||
|
||||
veth: regulator-veth {
|
||||
compatible = "regulator-fixed";
|
||||
|
|
@ -544,7 +544,7 @@ timer01: timer@10011000 {
|
|||
interrupts = <0 1 IRQ_TYPE_LEVEL_HIGH>;
|
||||
arm,sp804-has-irq = <1>;
|
||||
clocks = <&sp810_syscon 0>,
|
||||
<&sp810_syscon 1>,
|
||||
<&sp810_syscon 1>,
|
||||
<&pclk>;
|
||||
clock-names = "timer0clk",
|
||||
"timer1clk",
|
||||
|
|
@ -558,7 +558,7 @@ timer23: timer@10012000 {
|
|||
interrupts = <0 2 IRQ_TYPE_LEVEL_HIGH>;
|
||||
arm,sp804-has-irq = <1>;
|
||||
clocks = <&sp810_syscon 2>,
|
||||
<&sp810_syscon 3>,
|
||||
<&sp810_syscon 3>,
|
||||
<&pclk>;
|
||||
clock-names = "timer0clk",
|
||||
"timer1clk",
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ vmmc: regulator-vmmc {
|
|||
regulator-min-microvolt = <3300000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
regulator-boot-on;
|
||||
};
|
||||
};
|
||||
|
||||
veth: regulator-veth {
|
||||
compatible = "regulator-fixed";
|
||||
|
|
@ -373,7 +373,7 @@ timer01: timer@10011000 {
|
|||
compatible = "arm,sp804", "arm,primecell";
|
||||
reg = <0x10011000 0x1000>;
|
||||
clocks = <&sp810_syscon0 0>,
|
||||
<&sp810_syscon0 1>,
|
||||
<&sp810_syscon0 1>,
|
||||
<&pclk>;
|
||||
clock-names = "timerclk0",
|
||||
"timerclk1",
|
||||
|
|
@ -384,7 +384,7 @@ timer23: timer@10012000 {
|
|||
compatible = "arm,sp804", "arm,primecell";
|
||||
reg = <0x10012000 0x1000>;
|
||||
clocks = <&sp810_syscon0 2>,
|
||||
<&sp810_syscon0 3>,
|
||||
<&sp810_syscon0 3>,
|
||||
<&pclk>;
|
||||
clock-names = "timerclk2",
|
||||
"timerclk3",
|
||||
|
|
|
|||
|
|
@ -209,11 +209,11 @@ dma@7ff00000 {
|
|||
clock-names = "apb_pclk";
|
||||
};
|
||||
|
||||
scc@7fff0000 {
|
||||
scc@7fff0000 {
|
||||
compatible = "arm,vexpress-scc,v2p-ca15_a7", "arm,vexpress-scc";
|
||||
reg = <0 0x7fff0000 0 0x1000>;
|
||||
interrupts = <0 95 4>;
|
||||
};
|
||||
};
|
||||
|
||||
timer {
|
||||
compatible = "arm,armv7-timer";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user