mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
arm64: dts: sprd: adjust whitespace around '='
Fix whitespace coding style: use single space instead of tabs or multiple spaces around '=' sign in property assignment. No functional changes (same DTB). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Orson Zhai <orsonzhai@gmail.com> Link: https://lore.kernel.org/r/20220526204152.831948-1-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
11357f103f
commit
f028328f60
|
|
@ -207,11 +207,11 @@ gic: interrupt-controller@12001000 {
|
|||
};
|
||||
|
||||
psci {
|
||||
compatible = "arm,psci";
|
||||
method = "smc";
|
||||
cpu_on = <0xc4000003>;
|
||||
cpu_off = <0x84000002>;
|
||||
cpu_suspend = <0xc4000001>;
|
||||
compatible = "arm,psci";
|
||||
method = "smc";
|
||||
cpu_on = <0xc4000003>;
|
||||
cpu_off = <0x84000002>;
|
||||
cpu_suspend = <0xc4000001>;
|
||||
};
|
||||
|
||||
timer {
|
||||
|
|
|
|||
|
|
@ -552,7 +552,7 @@ ap-ahb {
|
|||
ranges;
|
||||
|
||||
sdio0: sdio@20300000 {
|
||||
compatible = "sprd,sdhci-r11";
|
||||
compatible = "sprd,sdhci-r11";
|
||||
reg = <0 0x20300000 0 0x1000>;
|
||||
interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
||||
|
|
@ -568,7 +568,7 @@ sdio0: sdio@20300000 {
|
|||
};
|
||||
|
||||
sdio3: sdio@20600000 {
|
||||
compatible = "sprd,sdhci-r11";
|
||||
compatible = "sprd,sdhci-r11";
|
||||
reg = <0 0x20600000 0 0x1000>;
|
||||
interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ ap_dma: dma-controller@20100000 {
|
|||
};
|
||||
|
||||
sdio3: sdio@50430000 {
|
||||
compatible = "sprd,sdhci-r11";
|
||||
compatible = "sprd,sdhci-r11";
|
||||
reg = <0 0x50430000 0 0x1000>;
|
||||
interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user