arm64: dts: fsl-ls1012a: Fix DTC aliases warnings
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 7 May 2018 12:02:44 +0000 (09:02 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 15 May 2018 06:43:58 +0000 (14:43 +0800)
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>
arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi

index bb788ed..205f0f4 100644 (file)
 
        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 {