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

ARM: brcmstb: dts: 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 b660269c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,10 +14,10 @@ memory@0 {
	};
};

&nand {
&nand_controller {
	status = "okay";

	nandcs@1 {
	nand@1 {
		compatible = "brcm,nandcs";
		reg = <1>;
		nand-ecc-step-size = <512>;
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ aon-ctrl@410000 {
			reg-names = "aon-ctrl", "aon-sram";
		};

		nand: nand@3e2800 {
		nand_controller: nand-controller@3e2800 {
			status = "disabled";
			#address-cells = <1>;
			#size-cells = <0>;