diff options
| author | Neil Armstrong <[email protected]> | 2019-02-10 10:16:23 +0000 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2019-04-12 10:54:27 +0530 |
| commit | 5991d0e36d37d21ea0a93e55bd720ed9e102f87d (patch) | |
| tree | ad72cae68f55522ed0b6f2ab1b2b0c36f369dbaa /doc/device-tree-bindings/pinctrl | |
| parent | cd35365762add381b5765926f967d6a7259db783 (diff) | |
doc: device-tree-bindings: switch from spi-flash to jedec, spi-nor
Since all DTS files has been switched to "jedec,spi-nor", remove
the "spi-flash" compatible from the bindings examples.
Signed-off-by: Neil Armstrong <[email protected]>
Reviewed-by: Simon Goldschmidt <[email protected]>
Reviewed-by: Rick Chen <[email protected]>
Reviewed-by: Patrick Delaunay <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
Diffstat (limited to 'doc/device-tree-bindings/pinctrl')
| -rw-r--r-- | doc/device-tree-bindings/pinctrl/atmel,at91-pio4-pinctrl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/device-tree-bindings/pinctrl/atmel,at91-pio4-pinctrl.txt b/doc/device-tree-bindings/pinctrl/atmel,at91-pio4-pinctrl.txt index a1b559668ff..a376c6fba5d 100644 --- a/doc/device-tree-bindings/pinctrl/atmel,at91-pio4-pinctrl.txt +++ b/doc/device-tree-bindings/pinctrl/atmel,at91-pio4-pinctrl.txt @@ -42,7 +42,7 @@ Example: status = "okay"; spi_flash@0 { - compatible = "spi-flash"; + compatible = "jedec,spi-nor"; reg = <0>; spi-max-frequency = <50000000>; }; |
