mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
Merge tag 'microchip-dt64-6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/dt
Microchip ARM64 device tree updates for 6.6 It contains: - one cleanup patch that removes whitespaces around '=' * tag 'microchip-dt64-6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux: arm64: dts: microchip: minor whitespace cleanup around '=' Link: https://lore.kernel.org/r/20230804044132.231508-1-claudiu.beznea@tuxon.dev Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
@@ -469,14 +469,14 @@
|
|||||||
|
|
||||||
switch: switch@600000000 {
|
switch: switch@600000000 {
|
||||||
compatible = "microchip,sparx5-switch";
|
compatible = "microchip,sparx5-switch";
|
||||||
reg = <0x6 0 0x401000>,
|
reg = <0x6 0 0x401000>,
|
||||||
<0x6 0x10004000 0x7fc000>,
|
<0x6 0x10004000 0x7fc000>,
|
||||||
<0x6 0x11010000 0xaf0000>;
|
<0x6 0x11010000 0xaf0000>;
|
||||||
reg-names = "cpu", "dev", "gcb";
|
reg-names = "cpu", "dev", "gcb";
|
||||||
interrupt-names = "xtr", "fdma", "ptp";
|
interrupt-names = "xtr", "fdma", "ptp";
|
||||||
interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>,
|
interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
<GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>,
|
<GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
<GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
|
<GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
resets = <&reset 0>;
|
resets = <&reset 0>;
|
||||||
reset-names = "switch";
|
reset-names = "switch";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user