diff options
| author | Sughosh Ganu <[email protected]> | 2023-08-22 23:09:55 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-08-29 13:37:54 -0400 |
| commit | b9e0f7a63671a7eb17c5b28ed98843b7afc343e6 (patch) | |
| tree | bf0f31f17f4ca438eea4b9aa3fe499393659c009 | |
| parent | d71e7116997f14097735f04cc7847f0a68dbc485 (diff) | |
nuvoton: npcm845-evb: Add a newline at the end of file
Add a newline at the end of the dts, without which the build fails
when including a dtsi file.
Signed-off-by: Sughosh Ganu <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
| -rw-r--r-- | arch/arm/dts/nuvoton-npcm845-evb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/nuvoton-npcm845-evb.dts b/arch/arm/dts/nuvoton-npcm845-evb.dts index 3cab7807e31..a93666cb419 100644 --- a/arch/arm/dts/nuvoton-npcm845-evb.dts +++ b/arch/arm/dts/nuvoton-npcm845-evb.dts @@ -354,4 +354,4 @@ &r1en_pins &r1oen_pins >; -};
\ No newline at end of file +}; |
