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:
Krzysztof Kozlowski 2025-08-19 15:16:34 +02:00 committed by Gregory CLEMENT
parent 8f5ae30d69
commit 90741cc5be
3 changed files with 4 additions and 4 deletions

View File

@ -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>;

View File

@ -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 */

View File

@ -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>;