mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 18:46:44 +07:00
arm64: dts: fsl-ls1012a: Fix DTC aliases warnings
Use '-' instead of '_' to fix the following DTC warnings with W=1: arch/arm64/boot/dts/freescale/fsl-ls1012a-frdm.dtb: Warning (alias_paths): /aliases: aliases property name must include only lowercase and '-' Cc: Harninder Rai <harninder.rai@nxp.com> Cc: Bhaskar Upadhaya <Bhaskar.Upadhaya@nxp.com> Cc: Li Yang <leoyang.li@nxp.com> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
c326ff59f1
commit
70ce60431e
@ -53,11 +53,11 @@ / {
|
||||
|
||||
aliases {
|
||||
crypto = &crypto;
|
||||
rtic_a = &rtic_a;
|
||||
rtic_b = &rtic_b;
|
||||
rtic_c = &rtic_c;
|
||||
rtic_d = &rtic_d;
|
||||
sec_mon = &sec_mon;
|
||||
rtic-a = &rtic_a;
|
||||
rtic-b = &rtic_b;
|
||||
rtic-c = &rtic_c;
|
||||
rtic-d = &rtic_d;
|
||||
sec-mon = &sec_mon;
|
||||
};
|
||||
|
||||
cpus {
|
||||
|
Loading…
Reference in New Issue
Block a user