projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6e31eb
)
ARM: dts: rockchip: add accelerometer bma250e dt node for rv1108 evb
author
Andy Yan
<andy.yan@rock-chips.com>
Mon, 14 Aug 2017 08:44:11 +0000
(16:44 +0800)
committer
Heiko Stuebner
<heiko@sntech.de>
Mon, 21 Aug 2017 09:52:00 +0000
(11:52 +0200)
Add dt node of bosch accelerometer bma250e on rv1108 evb.
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rv1108-evb.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/rv1108-evb.dts
b/arch/arm/boot/dts/rv1108-evb.dts
index e7de6126b814d414956a69381033a57050dd25c8..39197c3e9e0eba61de369e4b568d001579b3d3f6 100644
(file)
--- a/
arch/arm/boot/dts/rv1108-evb.dts
+++ b/
arch/arm/boot/dts/rv1108-evb.dts
@@
-201,6
+201,13
@@
};
};
};
+
+ bma250: accelerometer@19 {
+ compatible = "bosch,bma250e";
+ reg = <0x19>;
+ interrupt-parent = <&gpio0>;
+ interrupts = <RK_PB3 IRQ_TYPE_LEVEL_LOW>;
+ };
};
&pwm0 {