diff options
author | Shawn Guo <shawnguo@kernel.org> | 2018-05-04 09:30:33 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-05-14 22:08:02 +0800 |
commit | db7e1772825e8f1cab883becf1219445cbad3191 (patch) | |
tree | b33c61ccd6b23f18234a96dd13b3d697b0a26c03 /arch/arm/boot/dts/imx6sx-nitrogen6sx.dts | |
parent | 8799b5d5c76c5fc53a83cc86f16fb7f74bad923d (diff) | |
download | blackbird-obmc-linux-db7e1772825e8f1cab883becf1219445cbad3191.tar.gz blackbird-obmc-linux-db7e1772825e8f1cab883becf1219445cbad3191.zip |
ARM: dts: imx: replace underscore with hyphen in aliases name
It replaces underscore with hyphen in aliases name to fix DTC
alias_paths warning below, which is seen with various i.MX board dts
files when W=1 switch is on.
Warning (alias_paths): /aliases: aliases property name must include only lowercase and '-'
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Acked-By: Lothar Waßmann <LW@KARO-electronics.de>
Reviewed-by: Gary Bisson <gary.bisson@boundarydevices.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx-nitrogen6sx.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6sx-nitrogen6sx.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6sx-nitrogen6sx.dts b/arch/arm/boot/dts/imx6sx-nitrogen6sx.dts index b58f770c40d9..59e52f504922 100644 --- a/arch/arm/boot/dts/imx6sx-nitrogen6sx.dts +++ b/arch/arm/boot/dts/imx6sx-nitrogen6sx.dts @@ -48,8 +48,8 @@ compatible = "boundary,imx6sx-nitrogen6sx", "fsl,imx6sx"; aliases { - fb_lcd = &lcdif1; - t_lcd = &t_lcd; + fb-lcd = &lcdif1; + t-lcd = &t_lcd; }; memory@80000000 { |