Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / omap3-n900.dts
index db80f9d376fadf569655fc9660526b16b0c10739..a29315833ecd3bfc1f1a7f86f7f3c5734453a00f 100644 (file)
@@ -9,9 +9,23 @@
 
 /dts-v1/;
 
-#include "omap34xx-hs.dtsi"
+#include "omap34xx.dtsi"
 #include <dt-bindings/input/input.h>
 
+/*
+ * Default secure signed bootloader (Nokia X-Loader) does not enable L3 firewall
+ * for omap AES HW crypto support. When linux kernel try to access memory of AES
+ * blocks then kernel receive "Unhandled fault: external abort on non-linefetch"
+ * and crash. Until somebody fix omap-aes.c and omap_hwmod_3xxx_data.c code (no
+ * crash anymore) omap AES support will be disabled for all Nokia N900 devices.
+ * There is "unofficial" version of bootloader which enables AES in L3 firewall
+ * but it is not widely used and to prevent kernel crash rather AES is disabled.
+ * There is also no runtime detection code if AES is disabled in L3 firewall...
+ */
+&aes {
+       status = "disabled";
+};
+
 / {
        model = "Nokia N900";
        compatible = "nokia,omap3-n900", "ti,omap3430", "ti,omap3";
        pinctrl-0 = <&i2c3_pins>;
 
        clock-frequency = <400000>;
+
+       lis302dl: lis3lv02d@1d {
+               compatible = "st,lis3lv02d";
+               reg = <0x1d>;
+
+               Vdd-supply = <&vaux1>;
+               Vdd_IO-supply = <&vio>;
+
+               interrupt-parent = <&gpio6>;
+               interrupts = <21 20>; /* 181 and 180 */
+
+               /* click flags */
+               st,click-single-x;
+               st,click-single-y;
+               st,click-single-z;
+
+               /* Limits are 0.5g * value */
+               st,click-threshold-x = <8>;
+               st,click-threshold-y = <8>;
+               st,click-threshold-z = <10>;
+
+               /* Click must be longer than time limit */
+               st,click-time-limit = <9>;
+
+               /* Kind of debounce filter */
+               st,click-latency = <50>;
+
+               /* Interrupt line 2 for click detection */
+               st,irq2-click;
+
+               st,wakeup-x-hi;
+               st,wakeup-y-hi;
+               st,wakeup-threshold = <(800/18)>; /* millig-value / 18 to get HW values */
+
+               st,wakeup2-z-hi;
+               st,wakeup2-threshold = <(900/18)>; /* millig-value / 18 to get HW values */
+
+               st,hipass1-disable;
+               st,hipass2-disable;
+
+               st,axis-x = <1>;    /* LIS3_DEV_X */
+               st,axis-y = <(-2)>; /* LIS3_INV_DEV_Y */
+               st,axis-z = <(-3)>; /* LIS3_INV_DEV_Z */
+
+               st,min-limit-x = <(-32)>;
+               st,min-limit-y = <3>;
+               st,min-limit-z = <3>;
+
+               st,max-limit-x = <(-3)>;
+               st,max-limit-y = <32>;
+               st,max-limit-z = <32>;
+       };
 };
 
 &mmc1 {