Blame view

arch/arm64/boot/dts/embedian/imx8mq-smarc-hdmi.dtsi 966 Bytes
c0f90f94b   Eric Lee   SMARC-iMX8MQ Linu...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
  // SPDX-License-Identifier: (GPL-2.0 OR MIT)
  /*
   * Copyright 2017 NXP
   * Copyright 2020 Embedian, Inc.
   * Copyright (C) 2017-2018 Pengutronix, Lucas Stach <kernel@pengutronix.de>
   */
  
  / {
          sound-hdmi {
          	status = "okay";
  	};
  
          sound-hdmi-arc {
          	status = "okay";
          };
  };
  
  &irqsteer {
          status = "okay";
  };
  
  &dcss {
          status = "okay";
  
          port@0 {
                  dcss_out: endpoint {
                            remote-endpoint = <&hdmi_in>;
                  };
          };
  };
  
  &hdmi {
          compatible = "cdn,imx8mq-hdmi";
          lane-mapping = <0xe4>;
  	hdcp-config = <0x3>;
          status = "okay";
          port@1 {
                  hdmi_in: endpoint {
                          remote-endpoint = <&dcss_out>;
                  };
          };
  };
  
  &gpio1 {
  	pinctrl-names = "default";
  	pinctrl-0 = <&pinctrl_hdmi>;
  
  	hdmi_on_hog {
  		gpio-hog;
  		gpios = <1 GPIO_ACTIVE_HIGH>;
  		output-low;
  		line-name = "hdmi_on";
  	};
  };