ARM: dts: qcom: ipq4019-ap.dk01.1: align flash node with bindings
authorRobert Marko <robimarko@gmail.com>
Fri, 11 Aug 2023 21:01:03 +0000 (23:01 +0200)
committerBjorn Andersson <andersson@kernel.org>
Sun, 28 Jan 2024 02:39:03 +0000 (20:39 -0600)
Rename the SPI-NOR node to flash@0, remove #address-cells and #size-cells
as they should be under the partitions subnode and use the generic
jedec,spi-nor compatible.

Signed-off-by: Robert Marko <robimarko@gmail.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230811210142.403160-2-robimarko@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm/boot/dts/qcom/qcom-ipq4019-ap.dk01.1.dtsi

index 0714616c9e4572ba7c50c46abfe18dddc827ecf1..f7ac8f9d0b6fc00e6363f2f42e8356591fed9cc5 100644 (file)
        status = "okay";
        cs-gpios = <&tlmm 54 GPIO_ACTIVE_HIGH>;
 
-       mx25l25635e@0 {
-               #address-cells = <1>;
-               #size-cells = <1>;
+       flash@0 {
                reg = <0>;
-               compatible = "mx25l25635e";
+               compatible = "jedec,spi-nor";
                spi-max-frequency = <24000000>;
        };
 };