Blame view

arch/arm64/boot/dts/embedian/fsl-smarcimx8mq-hdmi.dtsi 1021 Bytes
81f7e3824   Eric Lee   Initial Release, ...
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
  /*
   * Copyright 2017 NXP
   * Copyright 2018-2019 Variscite Ltd.
   *
   * This program is free software; you can redistribute it and/or
   * modify it under the terms of the GNU General Public License
   * as published by the Free Software Foundation; either version 2
   * of the License, or (at your option) any later version.
   *
   * This program is distributed in the hope that it will be useful,
   * but WITHOUT ANY WARRANTY; without even the implied warranty of
   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   * GNU General Public License for more details.
   */
  
  / {
          sound-hdmi {
          	status = "okay";
  	};
  
          sound-hdmi-arc {
          	status = "okay";
          };
  };
  
  &dcss {
  	status = "okay";
  	disp-dev = "hdmi_disp";
  };
  
  &hdmi {
  	status = "okay";
  };
36535f77a   Eric Lee   Make changes for ...
34
35
36
37
38
39
40
41
  
  &gpio1 {
          pinctrl-names = "default";
          pinctrl-0 = <&pinctrl_hdmi>;
  
          hdmi_on_hog {
                  gpio-hog;
                  gpios = <1 0>;
bfb129f21   Eric Lee   Fix HDMI hog line...
42
                  output-low;
36535f77a   Eric Lee   Make changes for ...
43
44
45
                  line-name = "hdmi_on";
          };
  };