Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2023
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. [ 2.552908] i2c 4-004c: Fixing up cyclic dependency with 1010e000.vop
  2. [ 10.242374] rockchip-drm display-subsystem: bound 1010c000.vop (ops vop_component_ops [rockchipdrm])
  3. [ 10.273467] [drm] Initialized lima 1.1.0 20191231 for 10090000.gpu on minor 0
  4. [ 10.312524] rockchip-drm display-subsystem: bound 1010c000.vop (ops vop_component_ops [rockchipdrm])
  5. [ 10.405107] it66121 4-004c: supply vcn33 not found, using dummy regulator
  6. [ 10.420235] it66121 4-004c: supply vcn18 not found, using dummy regulator
  7. [ 10.428999] it66121 4-004c: supply vrf12 not found, using dummy regulator
  8. [ 10.486228] it66121 4-004c: No "#sound-dai-cells", no audio
  9. [ 10.493982] it66121 4-004c: IT66121 revision 1 probed
  10. [ 10.561386] rockchip-drm display-subsystem: bound 1010c000.vop (ops vop_component_ops [rockchipdrm])
  11. [ 10.646653] rockchip-drm display-subsystem: bound 1010e000.vop (ops vop_component_ops [rockchipdrm])
  12. [ 10.676620] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 1
  13. [ 11.362318] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame buffer device
  14.  
  15. &i2c4 {
  16. it66121hdmitx: hdmitx@4c {
  17. compatible = "ite,it66121";
  18. pinctrl-names = "default";
  19. pinctrl-0 = <&it66121_rst &it66121_int>;
  20. reset-gpios = <&gpio3 RK_PB2 GPIO_ACTIVE_LOW>;
  21. interrupt-parent = <&gpio2>;
  22. interrupts = <RK_PD6 IRQ_TYPE_EDGE_FALLING>;
  23. reg = <0x4c>;
  24.  
  25. ports {
  26. #address-cells = <1>;
  27. #size-cells = <0>;
  28. port@0 {
  29. reg = <0>;
  30. it66121_in_vop0: endpoint {
  31. bus-width = <24>;
  32. remote-endpoint = <&vop0_out_hdmi>;
  33. };
  34. };
  35. port@1 {
  36. reg = <1>;
  37. it66121_out_hdmi: endpoint {
  38. remote-endpoint = <&hdmi_con_in>;
  39. };
  40. };
  41. };
  42. };
  43. };
  44.  
  45. &vop0 {
  46. status = "okay";
  47. };
  48.  
  49. &vop0_out {
  50. vop0_out_hdmi: endpoint {
  51. remote-endpoint = <&it66121_in_vop0>;
  52. };
  53. };
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement