Commit b660269c authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Florian Fainelli
Browse files

ARM: dts: BCM5301X: Fix NAND nodes names



This matches nand-controller.yaml requirements.

Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 6efb943b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,8 +24,8 @@ memory@0 {
		reg = <0x00000000 0x08000000>;
	};

	nand: nand@18028000 {
		nandcs@0 {
	nand_controller: nand-controller@18028000 {
		nand@0 {
			partitions {
				compatible = "fixed-partitions";
				#address-cells = <1>;
+2 −2
Original line number Diff line number Diff line
@@ -25,8 +25,8 @@ memory@0 {
		      <0x88000000 0x08000000>;
	};

	nand: nand@18028000 {
		nandcs@0 {
	nand_controller: nand-controller@18028000 {
		nand@0 {
			partitions {
				compatible = "fixed-partitions";
				#address-cells = <1>;
+2 −2
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@
 */

/ {
	nand@18028000 {
		nandcs: nandcs@0 {
	nand-controller@18028000 {
		nandcs: nand@0 {
			compatible = "brcm,nandcs";
			reg = <0>;
			#address-cells = <1>;
+1 −1
Original line number Diff line number Diff line
@@ -501,7 +501,7 @@ rng: rng@18004000 {
		reg = <0x18004000 0x14>;
	};

	nand: nand@18028000 {
	nand_controller: nand-controller@18028000 {
		compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1", "brcm,brcmnand";
		reg = <0x18028000 0x600>, <0x1811a408 0x600>, <0x18028f00 0x20>;
		reg-names = "nand", "iproc-idm", "iproc-ext";
+2 −2
Original line number Diff line number Diff line
@@ -49,8 +49,8 @@ memory@80000000 {
	};
};

&nand {
	nandcs@0 {
&nand_controller {
	nand@0 {
		compatible = "brcm,nandcs";
		reg = <0>;
		nand-on-flash-bbt;
Loading