forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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 };