Commit 2b6d37f6 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson
Browse files

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220407143112.294930-2-krzysztof.kozlowski@linaro.org
parent aff4d695
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ &spi_0 {
	cs-select = <0>;
	status = "okay";

	m25p80@0 {
	flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		reg = <0>;
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ &blsp1_i2c2 {
&blsp1_spi1 {
	status = "okay";

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

	m25p80@0 {
	flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "jedec,spi-nor";