Merge tag 'omap-for-v4.16/dt-pt3-signed' of ssh://gitolite.kernel.org/pub/scm/linux...
authorArnd Bergmann <arnd@arndb.de>
Tue, 23 Jan 2018 09:19:46 +0000 (10:19 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 23 Jan 2018 09:19:46 +0000 (10:19 +0100)
Pull "dts fixes for omaps for v4.16 merge window" from Tony Lindgren:

Few omap dts fixes and n9 volume keys update for v4.16 merge window

For now, we need to rely on dts alias for n900 lcd and tvout order
to prevent occasional blank lcd. And we need to reduce the shut down
temperature for dra7 for non-cpu thermal cases.

And looks like we're missing the n9 volume key mappings and there is
active work going happening for n9 at least for postmarketos. So let's
make sure the keys can be actually used as they are the only buttons
on n9 in addition to the power key.

* tag 'omap-for-v4.16/dt-pt3-signed' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
  ARM: dts: Nokia N9: add support for up/down keys in the dts
  ARM: dts: dra7: Reduce shut down temperature of non-cpu thermal zones
  ARM: dts: n900: Add aliases for lcd and tvout displays

1  2 
arch/arm/boot/dts/dra7.dtsi

        temperature = <120000>; /* milli Celsius */
  };
  
 -
 -/include/ "dra7xx-clocks.dtsi"
 +#include "dra7xx-clocks.dtsi"
++
+ &core_crit {
+       temperature = <120000>; /* milli Celsius */
+ };
+ &gpu_crit {
+       temperature = <120000>; /* milli Celsius */
+ };
+ &dspeve_crit {
+       temperature = <120000>; /* milli Celsius */
+ };
+ &iva_crit {
+       temperature = <120000>; /* milli Celsius */
+ };