Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: qcom: ipq4019-ap.dk01.1: align flash node with bindings

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>

authored by

Robert Marko and committed by
Bjorn Andersson
111bc371 54850df2

+2 -4
+2 -4
arch/arm/boot/dts/qcom/qcom-ipq4019-ap.dk01.1.dtsi
··· 75 75 status = "okay"; 76 76 cs-gpios = <&tlmm 54 GPIO_ACTIVE_HIGH>; 77 77 78 - mx25l25635e@0 { 79 - #address-cells = <1>; 80 - #size-cells = <1>; 78 + flash@0 { 81 79 reg = <0>; 82 - compatible = "mx25l25635e"; 80 + compatible = "jedec,spi-nor"; 83 81 spi-max-frequency = <24000000>; 84 82 }; 85 83 };