mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
arm64: dts: marvell: Minor whitespace cleanup
The DTS code coding style expects exactly one space around '=' character. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
parent
8f5ae30d69
commit
90741cc5be
|
|
@ -322,7 +322,7 @@ spi1: spi@805a8000 {
|
|||
|
||||
nand: nand-controller@805b0000 {
|
||||
compatible = "marvell,ac5-nand-controller";
|
||||
reg = <0x0 0x805b0000 0x0 0x00000054>;
|
||||
reg = <0x0 0x805b0000 0x0 0x00000054>;
|
||||
#address-cells = <0x1>;
|
||||
#size-cells = <0x0>;
|
||||
interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
|
|||
|
|
@ -559,7 +559,7 @@ led@2 {
|
|||
};
|
||||
|
||||
&cp2_ethernet {
|
||||
status = "okay";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* SRDS #2 - 5GE */
|
||||
|
|
@ -572,7 +572,7 @@ &cp2_eth0 {
|
|||
};
|
||||
|
||||
&cp2_gpio1 {
|
||||
pinctrl-names= "default";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&cp2_rsvd9_pins>;
|
||||
|
||||
/* J21 */
|
||||
|
|
|
|||
|
|
@ -442,7 +442,7 @@ tpm@0 {
|
|||
reg = <0>;
|
||||
compatible = "infineon,slb9670", "tcg,tpm_tis-spi";
|
||||
spi-max-frequency = <10000000>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&cp1_tpm_irq_pins>;
|
||||
interrupt-parent = <&cp1_gpio1>;
|
||||
interrupts = <17 IRQ_TYPE_LEVEL_LOW>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user