Skip to content

Commit

Permalink
arm64: dts: sparx5: Add reset support
Browse files Browse the repository at this point in the history
This adds reset support to the Sparx5 SoC DT.

Signed-off-by: Lars Povlsen <lars.povlsen@microchip.com>
Link: https://lore.kernel.org/r/20201006200316.2261245-4-lars.povlsen@microchip.com
  • Loading branch information
Lars Povlsen committed Dec 10, 2020
1 parent 3650b22 commit 5ef399a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm64/boot/dts/microchip/sparx5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@
};
};

reset@611010008 {
compatible = "microchip,sparx5-chip-reset";
reg = <0x6 0x11010008 0x4>;
};

uart0: serial@600100000 {
pinctrl-0 = <&uart_pins>;
pinctrl-names = "default";
Expand Down

0 comments on commit 5ef399a

Please sign in to comment.