diff options
| author | Srinivas Neeli <[email protected]> | 2023-09-11 16:10:49 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2023-09-21 13:20:11 +0200 |
| commit | 9e568e4110cacc30828bda0fe72dbac1edfbcdf6 (patch) | |
| tree | ba9607dc80863481c2db851340668cc8c366edcb | |
| parent | 0ec0c1e957aab80aa9c7e5119e5092d19315baab (diff) | |
arm64: zynqmp: Add resets property for CAN nodes
Added resets property for CAN nodes.
Signed-off-by: Srinivas Neeli <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Link: https://lore.kernel.org/r/c4efb7ac361eec591a2f775e161ec446c4dc04c1.1694441445.git.michal.simek@amd.com
| -rw-r--r-- | arch/arm/dts/zynqmp.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 355f360281b..a71875755bc 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -262,6 +262,7 @@ interrupt-parent = <&gic>; tx-fifo-depth = <0x40>; rx-fifo-depth = <0x40>; + resets = <&zynqmp_reset ZYNQMP_RESET_CAN0>; power-domains = <&zynqmp_firmware PD_CAN_0>; }; @@ -274,6 +275,7 @@ interrupt-parent = <&gic>; tx-fifo-depth = <0x40>; rx-fifo-depth = <0x40>; + resets = <&zynqmp_reset ZYNQMP_RESET_CAN1>; power-domains = <&zynqmp_firmware PD_CAN_1>; }; |
