.. | .. |
---|
38 | 38 | fan0: pwm-fan { |
---|
39 | 39 | compatible = "pwm-fan"; |
---|
40 | 40 | pwms = <&pwm 0 20972 0>; |
---|
41 | | - cooling-min-state = <0>; |
---|
42 | | - cooling-max-state = <3>; |
---|
43 | 41 | #cooling-cells = <2>; |
---|
44 | 42 | cooling-levels = <0 130 170 230>; |
---|
45 | 43 | }; |
---|
.. | .. |
---|
87 | 85 | }; |
---|
88 | 86 | }; |
---|
89 | 87 | |
---|
| 88 | +&adc { |
---|
| 89 | + vdd-supply = <&ldo10_reg>; |
---|
| 90 | + status = "okay"; |
---|
| 91 | +}; |
---|
| 92 | + |
---|
90 | 93 | &audi2s0 { |
---|
91 | 94 | status = "okay"; |
---|
92 | 95 | }; |
---|
.. | .. |
---|
106 | 109 | assigned-clock-parents = <&clock CLK_FOUT_EPLL>, |
---|
107 | 110 | <&clock_audss EXYNOS_MOUT_AUDSS>; |
---|
108 | 111 | |
---|
109 | | - assigned-clock-rates = <0>, |
---|
110 | | - <0>, |
---|
111 | | - <96000000>, |
---|
112 | | - <19200000>; |
---|
| 112 | + assigned-clock-rates = <0>, |
---|
| 113 | + <0>, |
---|
| 114 | + <96000000>, |
---|
| 115 | + <19200000>; |
---|
113 | 116 | }; |
---|
114 | 117 | |
---|
115 | 118 | &cpu0_thermal { |
---|
.. | .. |
---|
167 | 170 | |
---|
168 | 171 | intn-gpios = <&gpx0 7 GPIO_ACTIVE_HIGH>; |
---|
169 | 172 | connect-gpios = <&gpx0 6 GPIO_ACTIVE_HIGH>; |
---|
170 | | - reset-gpios = <&gpx1 4 GPIO_ACTIVE_HIGH>; |
---|
| 173 | + reset-gpios = <&gpx1 4 GPIO_ACTIVE_LOW>; |
---|
171 | 174 | initial-mode = <1>; |
---|
172 | 175 | |
---|
173 | 176 | clock-names = "refclk"; |
---|
.. | .. |
---|
532 | 535 | samsung,dw-mshc-sdr-timing = <0 4>; |
---|
533 | 536 | samsung,dw-mshc-ddr-timing = <0 2>; |
---|
534 | 537 | pinctrl-names = "default"; |
---|
535 | | - pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus1 &sd2_bus4>; |
---|
| 538 | + pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus1 &sd2_bus4 &sd2_wp>; |
---|
536 | 539 | bus-width = <4>; |
---|
537 | 540 | cap-sd-highspeed; |
---|
538 | 541 | vmmc-supply = <&ldo21_reg>; |
---|
.. | .. |
---|
547 | 550 | samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>; |
---|
548 | 551 | }; |
---|
549 | 552 | |
---|
| 553 | + sd2_wp: sd2-wp { |
---|
| 554 | + samsung,pins = "gpm5-0"; |
---|
| 555 | + samsung,pin-function = <EXYNOS_PIN_FUNC_2>; |
---|
| 556 | + /* Pin is floating so be sure to disable write-protect */ |
---|
| 557 | + samsung,pin-pud = <EXYNOS_PIN_PULL_DOWN>; |
---|
| 558 | + samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV4>; |
---|
| 559 | + }; |
---|
| 560 | + |
---|
550 | 561 | pmic_dvs_3: pmic-dvs-3 { |
---|
551 | 562 | samsung,pins = "gpx0-0"; |
---|
552 | 563 | samsung,pin-function = <EXYNOS_PIN_FUNC_OUTPUT>; |
---|