Message ID | 1455772460-20684-1-git-send-email-k.kozlowski@samsung.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
On 2016? 02? 18? 14:14, Krzysztof Kozlowski wrote: > Commit 488c7455d74c ("thermal: exynos: Add the support for Exynos5433 > TMU") added new compatible but forgot to update documentation. > > Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> > --- > Documentation/devicetree/bindings/thermal/exynos-thermal.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/thermal/exynos-thermal.txt b/Documentation/devicetree/bindings/thermal/exynos-thermal.txt > index 695150a4136b..34315d7fbfde 100644 > --- a/Documentation/devicetree/bindings/thermal/exynos-thermal.txt > +++ b/Documentation/devicetree/bindings/thermal/exynos-thermal.txt > @@ -11,6 +11,7 @@ > "samsung,exynos5420-tmu" for TMU channel 0, 1 on Exynos5420 > "samsung,exynos5420-tmu-ext-triminfo" for TMU channels 2, 3 and 4 > Exynos5420 (Must pass triminfo base and triminfo clock) > + "samsung,exynos5433-tmu" > "samsung,exynos5440-tmu" > "samsung,exynos7-tmu" > - interrupt-parent : The phandle for the interrupt controller > I was implementing the Exynos5433's thermal driver. Looks good to me. Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com> Best Regards, Chanwoo Choi -- To unsubscribe from this list: send the line "unsubscribe linux-pm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu, Feb 18, 2016 at 02:14:18PM +0900, Krzysztof Kozlowski wrote: > Commit 488c7455d74c ("thermal: exynos: Add the support for Exynos5433 > TMU") added new compatible but forgot to update documentation. > > Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> > --- > Documentation/devicetree/bindings/thermal/exynos-thermal.txt | 1 + > 1 file changed, 1 insertion(+) Acked-by: Rob Herring <robh@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe linux-pm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/devicetree/bindings/thermal/exynos-thermal.txt b/Documentation/devicetree/bindings/thermal/exynos-thermal.txt index 695150a4136b..34315d7fbfde 100644 --- a/Documentation/devicetree/bindings/thermal/exynos-thermal.txt +++ b/Documentation/devicetree/bindings/thermal/exynos-thermal.txt @@ -11,6 +11,7 @@ "samsung,exynos5420-tmu" for TMU channel 0, 1 on Exynos5420 "samsung,exynos5420-tmu-ext-triminfo" for TMU channels 2, 3 and 4 Exynos5420 (Must pass triminfo base and triminfo clock) + "samsung,exynos5433-tmu" "samsung,exynos5440-tmu" "samsung,exynos7-tmu" - interrupt-parent : The phandle for the interrupt controller
Commit 488c7455d74c ("thermal: exynos: Add the support for Exynos5433 TMU") added new compatible but forgot to update documentation. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> --- Documentation/devicetree/bindings/thermal/exynos-thermal.txt | 1 + 1 file changed, 1 insertion(+)