diff options
author | Shawn Guo <shawnguo@kernel.org> | 2018-05-04 04:30:33 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-05-14 17:08:02 +0300 |
commit | db7e1772825e8f1cab883becf1219445cbad3191 (patch) | |
tree | b33c61ccd6b23f18234a96dd13b3d697b0a26c03 /arch/arm/boot/dts/imx6ul-tx6ul-mainboard.dts | |
parent | 8799b5d5c76c5fc53a83cc86f16fb7f74bad923d (diff) | |
download | linux-db7e1772825e8f1cab883becf1219445cbad3191.tar.xz |
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/imx6ul-tx6ul-mainboard.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6ul-tx6ul-mainboard.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6ul-tx6ul-mainboard.dts b/arch/arm/boot/dts/imx6ul-tx6ul-mainboard.dts index 2d80f7b50bc0..97686097a86e 100644 --- a/arch/arm/boot/dts/imx6ul-tx6ul-mainboard.dts +++ b/arch/arm/boot/dts/imx6ul-tx6ul-mainboard.dts @@ -48,7 +48,7 @@ compatible = "karo,imx6ul-tx6ul", "fsl,imx6ul"; aliases { - lcdif_24bit_pins_a = &pinctrl_disp0_3; + lcdif-24bit-pins-a = &pinctrl_disp0_3; mmc0 = &usdhc1; /delete-property/ mmc1; serial2 = &uart3; |