Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtd
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / mtd / mtk-nand.txt
index f20ab4a..4d3ec5e 100644 (file)
@@ -20,7 +20,6 @@ Required NFI properties:
 - interrupts:                  Interrupts of NFI.
 - clocks:                      NFI required clocks.
 - clock-names:                 NFI clocks internal name.
-- status:                      Disabled default. Then set "okay" by platform.
 - ecc-engine:                  Required ECC Engine node.
 - #address-cells:              NAND chip index, should be 1.
 - #size-cells:                 Should be 0.
@@ -34,7 +33,6 @@ Example:
                clocks = <&pericfg CLK_PERI_NFI>,
                         <&pericfg CLK_PERI_NFI_PAD>;
                clock-names = "nfi_clk", "pad_clk";
-               status = "disabled";
                ecc-engine = <&bch>;
                #address-cells = <1>;
                #size-cells = <0>;
@@ -166,7 +164,6 @@ Required BCH properties:
 - interrupts:  Interrupts of ECC.
 - clocks:      ECC required clocks.
 - clock-names: ECC clocks internal name.
-- status:      Disabled default. Then set "okay" by platform.
 
 Example:
 
@@ -176,5 +173,4 @@ Example:
                interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_LOW>;
                clocks = <&pericfg CLK_PERI_NFI_ECC>;
                clock-names = "nfiecc_clk";
-               status = "disabled";
        };