[AIO-3288C] kernel->dts:fix mc8452 irq gpio

This commit is contained in:
cjp
2019-10-08 10:23:36 +08:00
committed by cjp
parent e0a1029323
commit 83342f18be

View File

@ -468,7 +468,7 @@
compatible = "gs_mma8452"; compatible = "gs_mma8452";
reg = <0x1d>; reg = <0x1d>;
type = <SENSOR_TYPE_ACCEL>; type = <SENSOR_TYPE_ACCEL>;
irq-gpio = <&gpio5 GPIO_C2 GPIO_ACTIVE_HIGH>; irq-gpio = <&gpio8 GPIO_B0 GPIO_ACTIVE_HIGH>;
irq_enable = <1>; irq_enable = <1>;
poll_delay_ms = <30>; poll_delay_ms = <30>;
layout = <2>; layout = <2>;