Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: stm32: Update GPIO line names on PicoITX

Use more specific custom GPIO line names which denote exactly where
the GPIO came from, i.e. the base board. Also, update the new blank
GPIO line names set up by stm32mp15xx-dhcom-som.dtsi back to their
original values.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Cc: linux-stm32@st-md-mailman.stormreply.com
To: linux-arm-kernel@lists.infradead.org
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>

authored by

Marek Vasut and committed by
Alexandre Torgue
7d96c4a5 1ab841fb

+6 -6
+6 -6
arch/arm/boot/dts/stm32mp15xx-dhcom-picoitx.dtsi
··· 57 57 58 58 &gpioc { 59 59 gpio-line-names = "", "", "", "", 60 - "", "", "In1", "", 60 + "", "", "PicoITX-In1", "", 61 61 "", "", "", "", 62 62 "", "", "", ""; 63 63 }; 64 64 65 65 &gpiod { 66 66 gpio-line-names = "", "", "", "", 67 - "", "", "", "", 68 - "", "", "", "Out1", 69 - "Out2", "", "", ""; 67 + "", "", "DHCOM-B", "", 68 + "", "", "", "PicoITX-Out1", 69 + "PicoITX-Out2", "", "", ""; 70 70 }; 71 71 72 72 &gpiog { 73 - gpio-line-names = "In2", "", "", "", 73 + gpio-line-names = "PicoITX-In2", "", "", "", 74 74 "", "", "", "", 75 - "", "", "", "", 75 + "DHCOM-L", "", "", "", 76 76 "", "", "", ""; 77 77 }; 78 78