light-a-val-hdmi.dts 714 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2021 Alibaba Group Holding Limited.
  4. */
  5. /dts-v1/;
  6. #include "light-a-val.dts"
  7. / {
  8. display-subsystem {
  9. status = "okay";
  10. };
  11. };
  12. &dpu_enc1 {
  13. ports {
  14. /delete-node/ port@0;
  15. };
  16. };
  17. &disp1_out {
  18. remote-endpoint = <&hdmi_tx_in>;
  19. };
  20. &dpu {
  21. status = "okay";
  22. };
  23. &hdmi_tx {
  24. status = "okay";
  25. port@0 {
  26. /* input */
  27. hdmi_tx_in: endpoint {
  28. remote-endpoint = <&disp1_out>;
  29. };
  30. };
  31. };
  32. &lightsound {
  33. status = "okay";
  34. simple-audio-card,dai-link@1 { /* I2S - HDMI */
  35. reg = <1>;
  36. format = "i2s";
  37. cpu {
  38. sound-dai = <&light_i2s 1>;
  39. };
  40. codec {
  41. sound-dai = <&dummy_codec 2>;
  42. };
  43. };
  44. };
  45. &light_i2s {
  46. status = "okay";
  47. };