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

ARM: dts: stm32: Fill GPIO line names on AV96

Fill in the custom GPIO line names used by DH.

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
d73d4e3c c967b442

+35
+35
arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi
··· 162 162 }; 163 163 }; 164 164 165 + &gpioa { 166 + gpio-line-names = "", "", "", "", 167 + "", "", "", "", 168 + "", "", "", "AV96-K", 169 + "AV96-I", "", "AV96-A", ""; 170 + }; 171 + 172 + &gpiob { 173 + gpio-line-names = "", "", "", "", 174 + "", "AV96-J", "", "", 175 + "", "", "", "AV96-B", 176 + "", "AV96-L", "", ""; 177 + }; 178 + 179 + &gpioc { 180 + gpio-line-names = "", "", "", "AV96-C", 181 + "", "", "", "", 182 + "", "", "", "", 183 + "", "", "", ""; 184 + }; 185 + 186 + &gpiod { 187 + gpio-line-names = "", "", "", "", 188 + "", "", "", "", 189 + "AV96-D", "", "", "", 190 + "", "", "AV96-E", "AV96-F"; 191 + }; 192 + 193 + &gpiof { 194 + gpio-line-names = "", "", "", "", 195 + "", "", "", "", 196 + "", "", "", "", 197 + "AV96-G", "AV96-H", "", ""; 198 + }; 199 + 165 200 &i2c1 { /* X6 I2C1 */ 166 201 pinctrl-names = "default"; 167 202 pinctrl-0 = <&i2c1_pins_b>;