ARM: dts: stm32: Rename spi-flash/mx66l51235l@N to flash@N on DHCOM SoM
authorMarek Vasut <marex@denx.de>
Thu, 10 Jun 2021 00:25:52 +0000 (02:25 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Thu, 10 Jun 2021 14:03:38 +0000 (16:03 +0200)
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>
arch/arm/boot/dts/stm32mp15xx-dhcom-som.dtsi
arch/arm/boot/dts/stm32mp15xx-dhcor-som.dtsi

index c3e3466dacaa85058a28bb4af909779d6a5a82c8..8f4fd3a06a31dcd7d314b4beb25c4b2207124aae 100644 (file)
        #size-cells = <0>;
        status = "okay";
 
-       flash0: mx66l51235l@0 {
+       flash0: flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-rx-bus-width = <4>;
index 013ae369791d761c53e8fd58f3bc3b09e1ce62c5..2b0ac605549d7dbcfe394b34a4e51dc40ad8b5e0 100644 (file)
        #size-cells = <0>;
        status = "okay";
 
-       flash0: spi-flash@0 {
+       flash0: flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-rx-bus-width = <4>;