light-a-ref-dsi0-hdmi.dts 402 B

1234567891011121314151617181920212223242526272829
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2021 Alibaba Group Holding Limited.
  4. */
  5. /dts-v1/;
  6. #include "light-a-ref-dsi0.dts"
  7. &dpu_enc1 {
  8. ports {
  9. /delete-node/ port@0;
  10. };
  11. };
  12. &disp1_out {
  13. remote-endpoint = <&hdmi_tx_in>;
  14. };
  15. &hdmi_tx {
  16. status = "okay";
  17. port@0 {
  18. /* input */
  19. hdmi_tx_in: endpoint {
  20. remote-endpoint = <&disp1_out>;
  21. };
  22. };
  23. };