mirror of https://gitee.com/openkylin/linux.git
clk: emev2: Use generic names for device nodes
uart -> serial Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
parent
a6ae41b54c
commit
c542a54fcb
|
@ -52,7 +52,7 @@ usia_u0_sclk: usia_u0_sclk {
|
|||
|
||||
Example of consumer:
|
||||
|
||||
uart@e1020000 {
|
||||
serial@e1020000 {
|
||||
compatible = "renesas,em-uart";
|
||||
reg = <0xe1020000 0x38>;
|
||||
interrupts = <0 8 0>;
|
||||
|
|
Loading…
Reference in New Issue