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

ARM: dts: stm32: Rename spi-flash/mx66l51235l@N to flash@N on DHCOM SoM

Fix the following dtbs_check warning:
spi-flash@0: $nodename:0: 'spi-flash@0' does not match '^flash(@.*)?$'

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
9b8a9b38 b586250d

+2 -2
+1 -1
arch/arm/boot/dts/stm32mp15xx-dhcom-som.dtsi
··· 437 437 #size-cells = <0>; 438 438 status = "okay"; 439 439 440 - flash0: mx66l51235l@0 { 440 + flash0: flash@0 { 441 441 compatible = "jedec,spi-nor"; 442 442 reg = <0>; 443 443 spi-rx-bus-width = <4>;
+1 -1
arch/arm/boot/dts/stm32mp15xx-dhcor-som.dtsi
··· 198 198 #size-cells = <0>; 199 199 status = "okay"; 200 200 201 - flash0: spi-flash@0 { 201 + flash0: flash@0 { 202 202 compatible = "jedec,spi-nor"; 203 203 reg = <0>; 204 204 spi-rx-bus-width = <4>;