Skip to content

Commit 4132000

Browse files
committed
ARM: dts: aspeed-g6: Fix FSI master location
The FIS nodes were placed incorrectly in the device tree. Fixes: 0fe4e30 ("ARM: dts: aspeed-g6: Describe FSI masters") Reviewed-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
1 parent 3eca037 commit 4132000

1 file changed

Lines changed: 19 additions & 20 deletions

File tree

arch/arm/boot/dts/aspeed-g6.dtsi

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -163,26 +163,6 @@
163163
spi-max-frequency = <50000000>;
164164
status = "disabled";
165165
};
166-
167-
fsim0: fsi@1e79b000 {
168-
compatible = "aspeed,ast2600-fsi-master", "fsi-master";
169-
reg = <0x1e79b000 0x94>;
170-
interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
171-
pinctrl-names = "default";
172-
pinctrl-0 = <&pinctrl_fsi1_default>;
173-
clocks = <&syscon ASPEED_CLK_GATE_FSICLK>;
174-
status = "disabled";
175-
};
176-
177-
fsim1: fsi@1e79b100 {
178-
compatible = "aspeed,ast2600-fsi-master", "fsi-master";
179-
reg = <0x1e79b100 0x94>;
180-
interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
181-
pinctrl-names = "default";
182-
pinctrl-0 = <&pinctrl_fsi2_default>;
183-
clocks = <&syscon ASPEED_CLK_GATE_FSICLK>;
184-
status = "disabled";
185-
};
186166
};
187167

188168
mdio0: mdio@1e650000 {
@@ -595,6 +575,25 @@
595575
ranges = <0 0x1e78a000 0x1000>;
596576
};
597577

578+
fsim0: fsi@1e79b000 {
579+
compatible = "aspeed,ast2600-fsi-master", "fsi-master";
580+
reg = <0x1e79b000 0x94>;
581+
interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
582+
pinctrl-names = "default";
583+
pinctrl-0 = <&pinctrl_fsi1_default>;
584+
clocks = <&syscon ASPEED_CLK_GATE_FSICLK>;
585+
status = "disabled";
586+
};
587+
588+
fsim1: fsi@1e79b100 {
589+
compatible = "aspeed,ast2600-fsi-master", "fsi-master";
590+
reg = <0x1e79b100 0x94>;
591+
interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
592+
pinctrl-names = "default";
593+
pinctrl-0 = <&pinctrl_fsi2_default>;
594+
clocks = <&syscon ASPEED_CLK_GATE_FSICLK>;
595+
status = "disabled";
596+
};
598597
};
599598
};
600599
};

0 commit comments

Comments
 (0)