From 8e0e365e5c0d39fc33ba5ac4463df23e6f107381 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Mon, 21 Sep 2020 14:48:58 +0200 Subject: arm64: dts: apalis-imx8 ixora v1.1: fix led gpio-line-names Our GPIO list starts with gpio5-01 while it really should start with gpio5-00. So the whole list is shifted by one. Related-to: ELB-3032 Signed-off-by: Marcel Ziswiler (cherry picked from commit a4fae6e282a3b68f6d6c7dd5b7deca3b33099abb) --- .../dts/freescale/fsl-imx8qm-apalis-ixora-v1.1.dtsi | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis-ixora-v1.1.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis-ixora-v1.1.dtsi index 447ac3a94cc5..60a0f69f3a20 100644 --- a/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis-ixora-v1.1.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis-ixora-v1.1.dtsi @@ -139,14 +139,15 @@ &gpio5 { ngpios = <32>; - gpio-line-names = "gpio5-01", "gpio5-02", "gpio5-03", "gpio5-04", - "gpio5-05", "gpio5-06", "gpio5-07", "gpio5-08", - "gpio5-09", "gpio5-10", "gpio5-11", "gpio5-12", - "gpio5-13", "gpio5-14", "gpio5-15", "gpio5-16", - "gpio5-17", "gpio5-18", "gpio5-19", "LED-5-GREEN", - "LED-5-RED", "gpio5-22", "gpio5-23", "gpio5-24", - "UART24-FORCEOFF", "gpio5-26", "LED-4-GREEN", "gpio5-28", - "LED-4-RED", "gpio5-30", "gpio5-31", "gpio5-32"; + gpio-line-names = "gpio5-00", "gpio5-01", "gpio5-02", "gpio5-03", + "gpio5-04", "gpio5-05", "gpio5-06", "gpio5-07", + "gpio5-08", "gpio5-09", "gpio5-10", "gpio5-11", + "gpio5-12", "gpio5-13", "gpio5-14", "gpio5-15", + "gpio5-16", "gpio5-17", "gpio5-18", "gpio5-19", + "LED-5-GREEN", "LED-5-RED", "gpio5-22", "gpio5-23", + "gpio5-24", "UART24-FORCEOFF", "gpio5-26", + "LED-4-GREEN", "gpio5-28", "LED-4-RED", "gpio5-30", + "gpio5-31"; }; &gpu_3d0 { -- cgit v1.2.3