mfd: wm8350-i2c: Make sure the i2c regmap functions are compiled
[linux/fpc-iii.git] / arch / arm / boot / dts / tegra20-tec.dts
blob3ada3cb67f07bd32689ddc3f780f45c9541faa74
1 /dts-v1/;
3 #include "tegra20-tamonten.dtsi"
5 / {
6         model = "Avionic Design Tamonten Evaluation Carrier";
7         compatible = "ad,tec", "ad,tamonten", "nvidia,tegra20";
9         host1x {
10                 hdmi {
11                         status = "okay";
12                 };
13         };
15         i2c@7000c000 {
16                 wm8903: wm8903@1a {
17                         compatible = "wlf,wm8903";
18                         reg = <0x1a>;
19                         interrupt-parent = <&gpio>;
20                         interrupts = <TEGRA_GPIO(X, 3) IRQ_TYPE_LEVEL_HIGH>;
22                         gpio-controller;
23                         #gpio-cells = <2>;
25                         micdet-cfg = <0>;
26                         micdet-delay = <100>;
27                         gpio-cfg = <0xffffffff
28                                     0xffffffff
29                                     0
30                                     0xffffffff
31                                     0xffffffff>;
32                 };
33         };
35         pcie-controller {
36                 status = "okay";
38                 pci@1,0 {
39                         status = "okay";
40                 };
41         };
43         sound {
44                 compatible = "ad,tegra-audio-wm8903-tec",
45                              "nvidia,tegra-audio-wm8903";
46                 nvidia,model = "Avionic Design TEC";
48                 nvidia,audio-routing =
49                         "Headphone Jack", "HPOUTR",
50                         "Headphone Jack", "HPOUTL",
51                         "Int Spk", "ROP",
52                         "Int Spk", "RON",
53                         "Int Spk", "LOP",
54                         "Int Spk", "LON",
55                         "Mic Jack", "MICBIAS",
56                         "IN1L", "Mic Jack";
58                 nvidia,i2s-controller = <&tegra_i2s1>;
59                 nvidia,audio-codec = <&wm8903>;
61                 nvidia,spkr-en-gpios = <&wm8903 2 GPIO_ACTIVE_HIGH>;
62                 nvidia,hp-det-gpios = <&gpio TEGRA_GPIO(W, 2)
63                         GPIO_ACTIVE_HIGH>;
65                 clocks = <&tegra_car TEGRA20_CLK_PLL_A>,
66                          <&tegra_car TEGRA20_CLK_PLL_A_OUT0>,
67                          <&tegra_car TEGRA20_CLK_CDEV1>;
68                 clock-names = "pll_a", "pll_a_out0", "mclk";
69         };