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

ARM: dts: stm32: Rename eth@N to ethernet@N on DHCOM SoM

Fix the following dtbs_check warning:
eth@1,0: $nodename:0: 'eth@1,0' does not match '^ethernet(@.*)?$'

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: kernel@dh-electronics.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
b586250d 5247a50c

+1 -1
+1 -1
arch/arm/boot/dts/stm32mp15xx-dhcom-som.dtsi
··· 150 150 pinctrl-1 = <&fmc_sleep_pins_b>; 151 151 status = "okay"; 152 152 153 - ksz8851: ks8851mll@1,0 { 153 + ksz8851: ethernet@1,0 { 154 154 compatible = "micrel,ks8851-mll"; 155 155 reg = <1 0x0 0x2>, <1 0x2 0x20000>; 156 156 interrupt-parent = <&gpioc>;