Merge tag 'v5.13-rc2' into spi-5.13
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / spi / spi-mux.yaml
index c2c007260582a1aae03e51b41d27f5f2b3e9987a..51c7622dc20b41675d1138c77aa1c3297e3f7a9d 100644 (file)
@@ -75,16 +75,12 @@ examples:
             flash@0 {
                 compatible = "jedec,spi-nor";
                 reg = <0>;
-                #address-cells = <1>;
-                #size-cells = <0>;
                 spi-max-frequency = <40000000>;
             };
 
-            spi-device@1 {
-                compatible = "lineartechnology,ltc2488";
+            sensor@1 {
+                compatible = "bosch,bme680";
                 reg = <1>;
-                #address-cells = <1>;
-                #size-cells = <0>;
                 spi-max-frequency = <10000000>;
             };
         };