fix: static checks on spmc dts

Change the header of the license to have 2024, and
replace spaces for a tab.

Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: If98161ad35e1ead30e1e0d3ddb4cc6348e83d6ee
This commit is contained in:
J-Alves 2024-04-16 10:03:05 +01:00
parent e9398e46bc
commit c35299d6b4
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
/*
* Copyright (c) 2020-2023, Arm Limited. All rights reserved.
* Copyright (c) 2020-2024, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/dts-v1/;
#define AFF 00
@ -65,6 +66,6 @@
memory@1 {
device_type = "ns-memory";
reg = <0x00008800 0x80000000 0x0 0x7f000000>,
<0x0 0x88000000 0x0 0x10000000>;
};
<0x0 0x88000000 0x0 0x10000000>;
};
};