ARM: dts: qcom: 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: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220407143112.294930-1-krzysztof.kozlowski@linaro.org
This commit is contained in:
Krzysztof Kozlowski 2022-04-07 16:31:11 +02:00 committed by Bjorn Andersson
parent 3123109284
commit 50769f32af
3 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@
status = "okay";
cs-gpios = <&tlmm 12 0>;
m25p80@0 {
flash@0 {
#address-cells = <1>;
#size-cells = <1>;
reg = <0>;

View File

@ -52,7 +52,7 @@
status = "okay";
cs-gpios = <&tlmm 12 0>;
m25p80@0 {
flash@0 {
#address-cells = <1>;
#size-cells = <1>;
reg = <0>;

View File

@ -36,7 +36,7 @@
cs-gpios = <&qcom_pinmux 20 0>;
flash: m25p80@0 {
flash: flash@0 {
compatible = "s25fl256s1";
#address-cells = <1>;
#size-cells = <1>;