]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
riscv: dts: microchip: add can resets to mpfs
authorConor Dooley <conor.dooley@microchip.com>
Wed, 28 Jan 2026 20:50:33 +0000 (20:50 +0000)
committerConor Dooley <conor.dooley@microchip.com>
Fri, 6 Feb 2026 19:53:29 +0000 (19:53 +0000)
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>
arch/riscv/boot/dts/microchip/mpfs.dtsi

index 9883ca3554c50a5258aac50ef10a4c98311956ac..bd658f3a8b1d55ba44672208d6b79b22b4898f49 100644 (file)
                        clocks = <&clkcfg CLK_CAN0>, <&clkcfg CLK_MSSPLL3>;
                        interrupt-parent = <&plic>;
                        interrupts = <56>;
+                       resets = <&mss_top_sysreg CLK_CAN0>;
                        status = "disabled";
                };
 
                        clocks = <&clkcfg CLK_CAN1>, <&clkcfg CLK_MSSPLL3>;
                        interrupt-parent = <&plic>;
                        interrupts = <57>;
+                       resets = <&mss_top_sysreg CLK_CAN1>;
                        status = "disabled";
                };