Commit 22fb06cd authored by Simon Horman's avatar Simon Horman

arm64: dts: renesas: r8a77980: add resets property to CAN-FD node

Add resets property to CAN-FD node to describe it in the reset topology of
on-SoC devices.  This allows to reset the CAN-FD device using the Reset
Controller API.
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent d005b562
...@@ -190,6 +190,7 @@ canfd: can@e66c0000 { ...@@ -190,6 +190,7 @@ canfd: can@e66c0000 {
assigned-clocks = <&cpg CPG_CORE R8A77980_CLK_CANFD>; assigned-clocks = <&cpg CPG_CORE R8A77980_CLK_CANFD>;
assigned-clock-rates = <40000000>; assigned-clock-rates = <40000000>;
power-domains = <&sysc R8A77980_PD_ALWAYS_ON>; power-domains = <&sysc R8A77980_PD_ALWAYS_ON>;
resets = <&cpg 914>;
status = "disabled"; status = "disabled";
channel0 { channel0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment