~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/mtd/nand-chip.yaml

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/devicetree/bindings/mtd/nand-chip.yaml (Architecture sparc) and /Documentation/devicetree/bindings/mtd/nand-chip.yaml (Architecture m68k)


  1 # SPDX-License-Identifier: (GPL-2.0-only OR BS      1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2 %YAML 1.2                                           2 %YAML 1.2
  3 ---                                                 3 ---
  4 $id: http://devicetree.org/schemas/mtd/nand-ch      4 $id: http://devicetree.org/schemas/mtd/nand-chip.yaml#
  5 $schema: http://devicetree.org/meta-schemas/co      5 $schema: http://devicetree.org/meta-schemas/core.yaml#
  6                                                     6 
  7 title: NAND Chip Common Properties                  7 title: NAND Chip Common Properties
  8                                                     8 
  9 maintainers:                                        9 maintainers:
 10   - Miquel Raynal <miquel.raynal@bootlin.com>       10   - Miquel Raynal <miquel.raynal@bootlin.com>
 11                                                    11 
 12 allOf:                                             12 allOf:
 13   - $ref: mtd.yaml#                                13   - $ref: mtd.yaml#
 14                                                    14 
 15 description: |                                     15 description: |
 16   This file covers the generic description of      16   This file covers the generic description of a NAND chip. It implies that the
 17   bus interface should not be taken into accou     17   bus interface should not be taken into account: both raw NAND devices and
 18   SPI-NAND devices are concerned by this descr     18   SPI-NAND devices are concerned by this description.
 19                                                    19 
 20 properties:                                        20 properties:
 21   reg:                                             21   reg:
 22     description:                                   22     description:
 23       Contains the chip-select IDs.                23       Contains the chip-select IDs.
 24                                                    24 
 25   nand-ecc-engine:                                 25   nand-ecc-engine:
 26     description: |                                 26     description: |
 27       A phandle on the hardware ECC engine if      27       A phandle on the hardware ECC engine if any. There are
 28       basically three possibilities:               28       basically three possibilities:
 29       1/ The ECC engine is part of the NAND co     29       1/ The ECC engine is part of the NAND controller, in this
 30       case the phandle should reference the pa     30       case the phandle should reference the parent node.
 31       2/ The ECC engine is part of the NAND pa     31       2/ The ECC engine is part of the NAND part (on-die), in this
 32       case the phandle should reference the no     32       case the phandle should reference the node itself.
 33       3/ The ECC engine is external, in this c     33       3/ The ECC engine is external, in this case the phandle should
 34       reference the specific ECC engine node.      34       reference the specific ECC engine node.
 35     $ref: /schemas/types.yaml#/definitions/pha     35     $ref: /schemas/types.yaml#/definitions/phandle
 36                                                    36 
 37   nand-use-soft-ecc-engine:                        37   nand-use-soft-ecc-engine:
 38     description: Use a software ECC engine.        38     description: Use a software ECC engine.
 39     type: boolean                                  39     type: boolean
 40                                                    40 
 41   nand-no-ecc-engine:                              41   nand-no-ecc-engine:
 42     description: Do not use any ECC correction     42     description: Do not use any ECC correction.
 43     type: boolean                                  43     type: boolean
 44                                                    44 
 45   nand-ecc-algo:                                   45   nand-ecc-algo:
 46     description:                                   46     description:
 47       Desired ECC algorithm.                       47       Desired ECC algorithm.
 48     $ref: /schemas/types.yaml#/definitions/str     48     $ref: /schemas/types.yaml#/definitions/string
 49     enum: [hamming, bch, rs]                       49     enum: [hamming, bch, rs]
 50                                                    50 
 51   nand-ecc-strength:                               51   nand-ecc-strength:
 52     description:                                   52     description:
 53       Maximum number of bits that can be corre     53       Maximum number of bits that can be corrected per ECC step.
 54     $ref: /schemas/types.yaml#/definitions/uin     54     $ref: /schemas/types.yaml#/definitions/uint32
 55     minimum: 1                                     55     minimum: 1
 56                                                    56 
 57   nand-ecc-step-size:                              57   nand-ecc-step-size:
 58     description:                                   58     description:
 59       Number of data bytes covered by a single     59       Number of data bytes covered by a single ECC step.
 60     $ref: /schemas/types.yaml#/definitions/uin     60     $ref: /schemas/types.yaml#/definitions/uint32
 61     minimum: 1                                     61     minimum: 1
 62                                                    62 
 63   secure-regions:                                  63   secure-regions:
 64     description:                                   64     description:
 65       Regions in the NAND chip which are prote     65       Regions in the NAND chip which are protected using a secure element
 66       like Trustzone. This property contains t     66       like Trustzone. This property contains the start address and size of
 67       the secure regions present.                  67       the secure regions present.
 68     $ref: /schemas/types.yaml#/definitions/uin     68     $ref: /schemas/types.yaml#/definitions/uint64-matrix
 69                                                    69 
 70 required:                                          70 required:
 71   - reg                                            71   - reg
 72                                                    72 
 73 # This file can be referenced by more specific     73 # This file can be referenced by more specific devices (like spi-nands)
 74 additionalProperties: true                         74 additionalProperties: true
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php