.. | .. |
---|
34 | 34 | fan0: pwm-fan { |
---|
35 | 35 | compatible = "pwm-fan"; |
---|
36 | 36 | pwms = <&pwm 0 10000 0>; |
---|
37 | | - cooling-min-state = <0>; |
---|
38 | | - cooling-max-state = <3>; |
---|
39 | 37 | #cooling-cells = <2>; |
---|
40 | 38 | cooling-levels = <0 102 170 230>; |
---|
41 | 39 | }; |
---|
| 40 | +}; |
---|
42 | 41 | |
---|
43 | | - thermal-zones { |
---|
44 | | - cpu_thermal: cpu-thermal { |
---|
45 | | - cooling-maps { |
---|
46 | | - map0 { |
---|
47 | | - trip = <&cpu_alert1>; |
---|
48 | | - cooling-device = <&cpu0 9 9>; |
---|
49 | | - }; |
---|
50 | | - map1 { |
---|
51 | | - trip = <&cpu_alert2>; |
---|
52 | | - cooling-device = <&cpu0 15 15>; |
---|
53 | | - }; |
---|
54 | | - map2 { |
---|
55 | | - trip = <&cpu_alert0>; |
---|
56 | | - cooling-device = <&fan0 0 1>; |
---|
57 | | - }; |
---|
58 | | - map3 { |
---|
59 | | - trip = <&cpu_alert1>; |
---|
60 | | - cooling-device = <&fan0 1 2>; |
---|
61 | | - }; |
---|
62 | | - map4 { |
---|
63 | | - trip = <&cpu_alert2>; |
---|
64 | | - cooling-device = <&fan0 2 3>; |
---|
65 | | - }; |
---|
66 | | - }; |
---|
67 | | - }; |
---|
68 | | - }; |
---|
| 42 | +&adc { |
---|
| 43 | + vdd-supply = <&ldo10_reg>; |
---|
| 44 | + /* Nothing connected to ADC inputs, keep it disabled */ |
---|
69 | 45 | }; |
---|
70 | 46 | |
---|
71 | 47 | /* Supply for LAN9730/SMSC95xx */ |
---|
.. | .. |
---|
73 | 49 | regulator-name = "BUCK8_P3V3"; |
---|
74 | 50 | regulator-min-microvolt = <3300000>; |
---|
75 | 51 | regulator-max-microvolt = <3300000>; |
---|
| 52 | +}; |
---|
| 53 | + |
---|
| 54 | +&cpu_thermal { |
---|
| 55 | + cooling-maps { |
---|
| 56 | + map0 { |
---|
| 57 | + trip = <&cpu_alert1>; |
---|
| 58 | + cooling-device = <&cpu0 9 9>, <&cpu1 9 9>, |
---|
| 59 | + <&cpu2 9 9>, <&cpu3 9 9>, |
---|
| 60 | + <&fan0 1 2>; |
---|
| 61 | + }; |
---|
| 62 | + map1 { |
---|
| 63 | + trip = <&cpu_alert2>; |
---|
| 64 | + cooling-device = <&cpu0 15 15>, <&cpu1 15 15>, |
---|
| 65 | + <&cpu2 15 15>, <&cpu3 15 15>, |
---|
| 66 | + <&fan0 2 3>; |
---|
| 67 | + }; |
---|
| 68 | + map2 { |
---|
| 69 | + trip = <&cpu_alert0>; |
---|
| 70 | + cooling-device = <&fan0 0 1>; |
---|
| 71 | + }; |
---|
| 72 | + }; |
---|
76 | 73 | }; |
---|
77 | 74 | |
---|
78 | 75 | &hdmicec { |
---|
.. | .. |
---|
104 | 101 | }; |
---|
105 | 102 | |
---|
106 | 103 | &ehci { |
---|
107 | | - port@1 { |
---|
108 | | - status = "okay"; |
---|
109 | | - }; |
---|
110 | | - port@2 { |
---|
111 | | - status = "okay"; |
---|
112 | | - }; |
---|
| 104 | + phys = <&exynos_usbphy 2>, <&exynos_usbphy 3>; |
---|
| 105 | + phy-names = "hsic0", "hsic1"; |
---|
113 | 106 | }; |
---|
114 | 107 | |
---|
115 | 108 | &sound { |
---|