arm64: dts: lg: 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> Link: https://lore.kernel.org/r/20220526204606.833054-5-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
d57cc3b903
commit
b88d11f84d
2 changed files with 38 additions and 38 deletions
|
@ -52,7 +52,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
psci {
|
psci {
|
||||||
compatible = "arm,psci-0.2", "arm,psci";
|
compatible = "arm,psci-0.2", "arm,psci";
|
||||||
method = "smc";
|
method = "smc";
|
||||||
cpu_suspend = <0x84000001>;
|
cpu_suspend = <0x84000001>;
|
||||||
cpu_off = <0x84000002>;
|
cpu_off = <0x84000002>;
|
||||||
|
@ -150,7 +150,7 @@
|
||||||
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
uart1: serial@fe100000 {
|
uart1: serial@fe100000 {
|
||||||
compatible = "arm,pl011", "arm,primecell";
|
compatible = "arm,pl011", "arm,primecell";
|
||||||
|
@ -158,7 +158,7 @@
|
||||||
interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
uart2: serial@fe200000 {
|
uart2: serial@fe200000 {
|
||||||
compatible = "arm,pl011", "arm,primecell";
|
compatible = "arm,pl011", "arm,primecell";
|
||||||
|
@ -166,7 +166,7 @@
|
||||||
interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
spi0: spi@fe800000 {
|
spi0: spi@fe800000 {
|
||||||
compatible = "arm,pl022", "arm,primecell";
|
compatible = "arm,pl022", "arm,primecell";
|
||||||
|
@ -197,7 +197,7 @@
|
||||||
reg = <0x0 0xfd400000 0x1000>;
|
reg = <0x0 0xfd400000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio1: gpio@fd410000 {
|
gpio1: gpio@fd410000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -206,7 +206,7 @@
|
||||||
reg = <0x0 0xfd410000 0x1000>;
|
reg = <0x0 0xfd410000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio2: gpio@fd420000 {
|
gpio2: gpio@fd420000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -215,7 +215,7 @@
|
||||||
reg = <0x0 0xfd420000 0x1000>;
|
reg = <0x0 0xfd420000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio3: gpio@fd430000 {
|
gpio3: gpio@fd430000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -232,7 +232,7 @@
|
||||||
reg = <0x0 0xfd440000 0x1000>;
|
reg = <0x0 0xfd440000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio5: gpio@fd450000 {
|
gpio5: gpio@fd450000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -241,7 +241,7 @@
|
||||||
reg = <0x0 0xfd450000 0x1000>;
|
reg = <0x0 0xfd450000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio6: gpio@fd460000 {
|
gpio6: gpio@fd460000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -250,7 +250,7 @@
|
||||||
reg = <0x0 0xfd460000 0x1000>;
|
reg = <0x0 0xfd460000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio7: gpio@fd470000 {
|
gpio7: gpio@fd470000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -259,7 +259,7 @@
|
||||||
reg = <0x0 0xfd470000 0x1000>;
|
reg = <0x0 0xfd470000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio8: gpio@fd480000 {
|
gpio8: gpio@fd480000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -268,7 +268,7 @@
|
||||||
reg = <0x0 0xfd480000 0x1000>;
|
reg = <0x0 0xfd480000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio9: gpio@fd490000 {
|
gpio9: gpio@fd490000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -277,7 +277,7 @@
|
||||||
reg = <0x0 0xfd490000 0x1000>;
|
reg = <0x0 0xfd490000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio10: gpio@fd4a0000 {
|
gpio10: gpio@fd4a0000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -286,7 +286,7 @@
|
||||||
reg = <0x0 0xfd4a0000 0x1000>;
|
reg = <0x0 0xfd4a0000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio11: gpio@fd4b0000 {
|
gpio11: gpio@fd4b0000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -303,7 +303,7 @@
|
||||||
reg = <0x0 0xfd4c0000 0x1000>;
|
reg = <0x0 0xfd4c0000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio13: gpio@fd4d0000 {
|
gpio13: gpio@fd4d0000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -312,7 +312,7 @@
|
||||||
reg = <0x0 0xfd4d0000 0x1000>;
|
reg = <0x0 0xfd4d0000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio14: gpio@fd4e0000 {
|
gpio14: gpio@fd4e0000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -321,7 +321,7 @@
|
||||||
reg = <0x0 0xfd4e0000 0x1000>;
|
reg = <0x0 0xfd4e0000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio15: gpio@fd4f0000 {
|
gpio15: gpio@fd4f0000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -330,7 +330,7 @@
|
||||||
reg = <0x0 0xfd4f0000 0x1000>;
|
reg = <0x0 0xfd4f0000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio16: gpio@fd500000 {
|
gpio16: gpio@fd500000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -339,7 +339,7 @@
|
||||||
reg = <0x0 0xfd500000 0x1000>;
|
reg = <0x0 0xfd500000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio17: gpio@fd510000 {
|
gpio17: gpio@fd510000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
psci {
|
psci {
|
||||||
compatible = "arm,psci-0.2", "arm,psci";
|
compatible = "arm,psci-0.2", "arm,psci";
|
||||||
method = "smc";
|
method = "smc";
|
||||||
cpu_suspend = <0x84000001>;
|
cpu_suspend = <0x84000001>;
|
||||||
cpu_off = <0x84000002>;
|
cpu_off = <0x84000002>;
|
||||||
|
@ -150,7 +150,7 @@
|
||||||
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
uart1: serial@fe100000 {
|
uart1: serial@fe100000 {
|
||||||
compatible = "arm,pl011", "arm,primecell";
|
compatible = "arm,pl011", "arm,primecell";
|
||||||
|
@ -158,7 +158,7 @@
|
||||||
interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
uart2: serial@fe200000 {
|
uart2: serial@fe200000 {
|
||||||
compatible = "arm,pl011", "arm,primecell";
|
compatible = "arm,pl011", "arm,primecell";
|
||||||
|
@ -166,7 +166,7 @@
|
||||||
interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
spi0: spi@fe800000 {
|
spi0: spi@fe800000 {
|
||||||
compatible = "arm,pl022", "arm,primecell";
|
compatible = "arm,pl022", "arm,primecell";
|
||||||
|
@ -197,7 +197,7 @@
|
||||||
reg = <0x0 0xfd400000 0x1000>;
|
reg = <0x0 0xfd400000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio1: gpio@fd410000 {
|
gpio1: gpio@fd410000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -206,7 +206,7 @@
|
||||||
reg = <0x0 0xfd410000 0x1000>;
|
reg = <0x0 0xfd410000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio2: gpio@fd420000 {
|
gpio2: gpio@fd420000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -215,7 +215,7 @@
|
||||||
reg = <0x0 0xfd420000 0x1000>;
|
reg = <0x0 0xfd420000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio3: gpio@fd430000 {
|
gpio3: gpio@fd430000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -232,7 +232,7 @@
|
||||||
reg = <0x0 0xfd440000 0x1000>;
|
reg = <0x0 0xfd440000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio5: gpio@fd450000 {
|
gpio5: gpio@fd450000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -241,7 +241,7 @@
|
||||||
reg = <0x0 0xfd450000 0x1000>;
|
reg = <0x0 0xfd450000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio6: gpio@fd460000 {
|
gpio6: gpio@fd460000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -250,7 +250,7 @@
|
||||||
reg = <0x0 0xfd460000 0x1000>;
|
reg = <0x0 0xfd460000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio7: gpio@fd470000 {
|
gpio7: gpio@fd470000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -259,7 +259,7 @@
|
||||||
reg = <0x0 0xfd470000 0x1000>;
|
reg = <0x0 0xfd470000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio8: gpio@fd480000 {
|
gpio8: gpio@fd480000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -268,7 +268,7 @@
|
||||||
reg = <0x0 0xfd480000 0x1000>;
|
reg = <0x0 0xfd480000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio9: gpio@fd490000 {
|
gpio9: gpio@fd490000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -277,7 +277,7 @@
|
||||||
reg = <0x0 0xfd490000 0x1000>;
|
reg = <0x0 0xfd490000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio10: gpio@fd4a0000 {
|
gpio10: gpio@fd4a0000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -286,7 +286,7 @@
|
||||||
reg = <0x0 0xfd4a0000 0x1000>;
|
reg = <0x0 0xfd4a0000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio11: gpio@fd4b0000 {
|
gpio11: gpio@fd4b0000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -303,7 +303,7 @@
|
||||||
reg = <0x0 0xfd4c0000 0x1000>;
|
reg = <0x0 0xfd4c0000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio13: gpio@fd4d0000 {
|
gpio13: gpio@fd4d0000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -312,7 +312,7 @@
|
||||||
reg = <0x0 0xfd4d0000 0x1000>;
|
reg = <0x0 0xfd4d0000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio14: gpio@fd4e0000 {
|
gpio14: gpio@fd4e0000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -321,7 +321,7 @@
|
||||||
reg = <0x0 0xfd4e0000 0x1000>;
|
reg = <0x0 0xfd4e0000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio15: gpio@fd4f0000 {
|
gpio15: gpio@fd4f0000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -330,7 +330,7 @@
|
||||||
reg = <0x0 0xfd4f0000 0x1000>;
|
reg = <0x0 0xfd4f0000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio16: gpio@fd500000 {
|
gpio16: gpio@fd500000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
@ -339,7 +339,7 @@
|
||||||
reg = <0x0 0xfd500000 0x1000>;
|
reg = <0x0 0xfd500000 0x1000>;
|
||||||
clocks = <&clk_bus>;
|
clocks = <&clk_bus>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
status="disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
gpio17: gpio@fd510000 {
|
gpio17: gpio@fd510000 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue