summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2022-04-07 16:31:54 +0200
committerShawn Guo <shawnguo@kernel.org>2022-04-11 14:07:47 +0800
commitba9fe460dc2cfe90dc115b22af14dd3f13cffa0f (patch)
treead9b2596f44ade53e4a725d4505efc4b30735944 /arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi
parent3d397a1277853498e8b7b305f2610881357c033f (diff)
ARM: dts: imx: align SPI NOR node name with dtschema
The node names should be generic and SPI NOR dtschema expects "flash". Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi b/arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi
index b167b33bd108..095c9143d99a 100644
--- a/arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi
@@ -258,7 +258,7 @@
status = "okay";
/* default boot source: workaround #1 for errata ERR006282 */
- smarc_flash: spi-flash@0 {
+ smarc_flash: flash@0 {
compatible = "winbond,w25q16dw", "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <20000000>;