We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fd04d commit 846656fCopy full SHA for 846656f
Documentation/devicetree/bindings/spi/fsl,dspi.yaml
@@ -105,12 +105,12 @@ examples:
105
big-endian;
106
107
flash@0 {
108
- compatible = "jedec,spi-nor";
109
- reg = <0>;
110
- spi-max-frequency = <16000000>;
111
- spi-cpol;
112
- spi-cpha;
113
- spi-cs-setup-delay-ns = <100>;
114
- spi-cs-hold-delay-ns = <50>;
+ compatible = "jedec,spi-nor";
+ reg = <0>;
+ spi-max-frequency = <16000000>;
+ spi-cpol;
+ spi-cpha;
+ spi-cs-setup-delay-ns = <100>;
+ spi-cs-hold-delay-ns = <50>;
115
};
116
0 commit comments