arm64: 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-2-krzysztof.kozlowski@linaro.org
This commit is contained in:
Krzysztof Kozlowski
2022-04-07 16:31:12 +02:00
committed by Bjorn Andersson
parent aff4d695b4
commit 2b6d37f6b7
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ &spi_0 {
cs-select = <0>;
status = "okay";
m25p80@0 {
flash@0 {
#address-cells = <1>;
#size-cells = <1>;
reg = <0>;

View File

@@ -35,7 +35,7 @@ &blsp1_i2c2 {
&blsp1_spi1 {
status = "okay";
m25p80@0 {
flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";

View File

@@ -29,7 +29,7 @@ memory {
&blsp1_spi1 {
status = "ok";
m25p80@0 {
flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";