mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
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 <narmstrong@baylibre.com> Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Reviewed-by: Rick Chen <rick@andestech.com> Reviewed-by: Patrick Delaunay <Patrick.delaunay@st.com> Reviewed-by: Jagan Teki <jagan@openedev.com>
This commit is contained in:
parent
cd35365762
commit
5991d0e36d
3 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ Example:
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
spi_flash@0 {
|
spi_flash@0 {
|
||||||
compatible = "spi-flash";
|
compatible = "jedec,spi-nor";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-max-frequency = <50000000>;
|
spi-max-frequency = <50000000>;
|
||||||
};
|
};
|
||||||
|
|
|
@ -28,7 +28,7 @@ Example:
|
||||||
clocks = <&spiclk>;
|
clocks = <&spiclk>;
|
||||||
interrupts = <3 4>;
|
interrupts = <3 4>;
|
||||||
flash@0 {
|
flash@0 {
|
||||||
compatible = "spi-flash";
|
compatible = "jedec,spi-nor";
|
||||||
spi-max-frequency = <50000000>;
|
spi-max-frequency = <50000000>;
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-cpol;
|
spi-cpol;
|
||||||
|
|
|
@ -29,7 +29,7 @@ Example:
|
||||||
qflash0: n25q128a {
|
qflash0: n25q128a {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
compatible = "micron,n25q128a13", "spi-flash";
|
compatible = "micron,n25q128a13", "jedec,spi-nor";
|
||||||
spi-max-frequency = <108000000>;
|
spi-max-frequency = <108000000>;
|
||||||
spi-tx-bus-width = <4>;
|
spi-tx-bus-width = <4>;
|
||||||
spi-rx-bus-width = <4>;
|
spi-rx-bus-width = <4>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue