Skip to content

Commit 08573ba

Browse files
unicornxinochisa
authored andcommitted
riscv: dts: add resets property for uart node
Add resets property for uart0 for completeness, although it is deasserted by default. Signed-off-by: Chen Wang <unicorn_wang@outlook.com> Reviewed-by: Inochi Amaoto <inochiama@outlook.com> Link: https://lore.kernel.org/r/807f75e433a0f900da40ebb6a448349c98580072.1706577450.git.unicorn_wang@outlook.com Signed-off-by: Inochi Amaoto <inochiama@outlook.com>
1 parent 1ce7587 commit 08573ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/riscv/boot/dts/sophgo/sg2042.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@
343343
clock-frequency = <500000000>;
344344
reg-shift = <2>;
345345
reg-io-width = <4>;
346+
resets = <&rstgen RST_UART0>;
346347
status = "disabled";
347348
};
348349
};

0 commit comments

Comments
 (0)