| .. | .. |
|---|
| 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 { |
|---|
| 116 | | - thermal-sensors = <&tmu_cpu0 0>; |
|---|
| 117 | 119 | polling-delay-passive = <0>; |
|---|
| 118 | 120 | polling-delay = <0>; |
|---|
| 119 | 121 | |
|---|
| .. | .. |
|---|
| 167 | 169 | |
|---|
| 168 | 170 | intn-gpios = <&gpx0 7 GPIO_ACTIVE_HIGH>; |
|---|
| 169 | 171 | connect-gpios = <&gpx0 6 GPIO_ACTIVE_HIGH>; |
|---|
| 170 | | - reset-gpios = <&gpx1 4 GPIO_ACTIVE_HIGH>; |
|---|
| 172 | + reset-gpios = <&gpx1 4 GPIO_ACTIVE_LOW>; |
|---|
| 171 | 173 | initial-mode = <1>; |
|---|
| 172 | 174 | |
|---|
| 173 | 175 | clock-names = "refclk"; |
|---|
| .. | .. |
|---|
| 532 | 534 | samsung,dw-mshc-sdr-timing = <0 4>; |
|---|
| 533 | 535 | samsung,dw-mshc-ddr-timing = <0 2>; |
|---|
| 534 | 536 | pinctrl-names = "default"; |
|---|
| 535 | | - pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus1 &sd2_bus4>; |
|---|
| 537 | + pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus1 &sd2_bus4 &sd2_wp>; |
|---|
| 536 | 538 | bus-width = <4>; |
|---|
| 537 | 539 | cap-sd-highspeed; |
|---|
| 538 | 540 | vmmc-supply = <&ldo21_reg>; |
|---|
| .. | .. |
|---|
| 547 | 549 | samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>; |
|---|
| 548 | 550 | }; |
|---|
| 549 | 551 | |
|---|
| 552 | + sd2_wp: sd2-wp { |
|---|
| 553 | + samsung,pins = "gpm5-0"; |
|---|
| 554 | + samsung,pin-function = <EXYNOS_PIN_FUNC_2>; |
|---|
| 555 | + /* Pin is floating so be sure to disable write-protect */ |
|---|
| 556 | + samsung,pin-pud = <EXYNOS_PIN_PULL_DOWN>; |
|---|
| 557 | + samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV4>; |
|---|
| 558 | + }; |
|---|
| 559 | + |
|---|
| 550 | 560 | pmic_dvs_3: pmic-dvs-3 { |
|---|
| 551 | 561 | samsung,pins = "gpx0-0"; |
|---|
| 552 | 562 | samsung,pin-function = <EXYNOS_PIN_FUNC_OUTPUT>; |
|---|