Skip to content

Commit ff4b6bf

Browse files
committed
riscv: dts: microchip: add can resets to mpfs
The can IP on PolarFire SoC requires the use of the blocks reset during normal operation, and the property is therefore required by the binding, causing a warning on the m100pfsevp board where it is default enabled: mpfs-m100pfsevp.dtb: can@2010c000 (microchip,mpfs-can): 'resets' is a required property Add the reset to both can nodes. Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent 5a741f8 commit ff4b6bf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/riscv/boot/dts/microchip/mpfs.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@
425425
clocks = <&clkcfg CLK_CAN0>, <&clkcfg CLK_MSSPLL3>;
426426
interrupt-parent = <&plic>;
427427
interrupts = <56>;
428+
resets = <&mss_top_sysreg CLK_CAN0>;
428429
status = "disabled";
429430
};
430431

@@ -434,6 +435,7 @@
434435
clocks = <&clkcfg CLK_CAN1>, <&clkcfg CLK_MSSPLL3>;
435436
interrupt-parent = <&plic>;
436437
interrupts = <57>;
438+
resets = <&mss_top_sysreg CLK_CAN1>;
437439
status = "disabled";
438440
};
439441

0 commit comments

Comments
 (0)