hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/Documentation/devicetree/bindings/slimbus/bus.txt
....@@ -32,6 +32,10 @@
3232 Product Code, shall be in lower case hexadecimal with leading
3333 zeroes suppressed
3434
35
+Optional property for SLIMbus child node if it is present:
36
+- slim-ifc-dev - Should be phandle to SLIMBus Interface device.
37
+ Required for devices which deal with streams.
38
+
3539 SLIMbus example for Qualcomm's slimbus manager component:
3640
3741 slim@28080000 {
....@@ -43,8 +47,14 @@
4347 #address-cells = <2>;
4448 #size-cell = <0>;
4549
50
+ codec_ifd: ifd@0,0{
51
+ compatible = "slim217,60";
52
+ reg = <0 0>;
53
+ };
54
+
4655 codec: wcd9310@1,0{
4756 compatible = "slim217,60";
4857 reg = <1 0>;
58
+ slim-ifc-dev = <&codec_ifd>;
4959 };
5060 };