diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2018-02-09 11:58:07 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-27 15:26:12 +0300 |
commit | 953042d1536b0c089e00f096c69a75118b00b9f4 (patch) | |
tree | 1089d1b6b2231f1b235d64de291f15d5992d42db /arch/arm/boot/dts/gemini-dlink-dns-313.dts | |
parent | f65f2df29d7b4e77318635ec33e95d801a9e40dd (diff) | |
download | linux-953042d1536b0c089e00f096c69a75118b00b9f4.tar.xz |
ARM: dts: gemini: Remove "cooling-{min|max}-level" for gpio-fan node
The "cooling-min-level" and "cooling-max-level" properties are not
parsed by any part of the kernel currently and the max cooling state of
gpio-fan cooling device is found by referring to the
"gpio-fan,speed-map" instead.
Remove the unused properties from the gpio-fan node.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/gemini-dlink-dns-313.dts')
-rw-r--r-- | arch/arm/boot/dts/gemini-dlink-dns-313.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/gemini-dlink-dns-313.dts b/arch/arm/boot/dts/gemini-dlink-dns-313.dts index da8bb9d60f99..403364a7aab9 100644 --- a/arch/arm/boot/dts/gemini-dlink-dns-313.dts +++ b/arch/arm/boot/dts/gemini-dlink-dns-313.dts @@ -78,8 +78,6 @@ gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>, <&gpio0 12 GPIO_ACTIVE_HIGH>; gpio-fan,speed-map = <0 0>, <3000 1>, <6000 2>; - cooling-min-level = <0>; - cooling-max-level = <2>; #cooling-cells = <2>; }; |