Commit ae6a766f authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Florian Fainelli
Browse files

ARM: dts: broadcom: 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 avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 0346e33d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ &qspi {
	status = "okay";
	bspi-sel = <0>;

	flash: m25p80@0 {
	flash: flash@0 {
		compatible = "m25p80";
		reg = <0>;
		#address-cells = <1>;
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ nand_sel: nand_sel {
&qspi {
	status = "okay";
	bspi-sel = <0>;
	flash: m25p80@0 {
	flash: flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "m25p80";
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ nand_sel: nand_sel {
&qspi {
	status = "okay";
	bspi-sel = <0>;
	flash: m25p80@0 {
	flash: flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "m25p80";
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ nand_sel: nand_sel {
&qspi {
	status = "okay";
	bspi-sel = <0>;
	flash: m25p80@0 {
	flash: flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "m25p80";
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ nand_sel: nand_sel {
&qspi {
	status = "okay";
	bspi-sel = <0>;
	flash: m25p80@0 {
	flash: flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "m25p80";
Loading