summaryrefslogtreecommitdiff
path: root/zephyr/projects/asurada/hayato/gpio.dts
diff options
context:
space:
mode:
authorDenis Brockus <dbrockus@google.com>2021-06-02 10:54:52 -0600
committerCommit Bot <commit-bot@chromium.org>2021-06-07 18:15:22 +0000
commitecbd1339befef5b17e85751e4c075df5d45bdc26 (patch)
tree1b698db2ee1ca18edf84fb9e6fc17abc0284b361 /zephyr/projects/asurada/hayato/gpio.dts
parent4df10f7b2b0e67d1c36bb69285436ec0d5e3fdfd (diff)
downloadchrome-ec-ecbd1339befef5b17e85751e4c075df5d45bdc26.tar.gz
zephyr: asurada: Enable MotionSense
BUG=b:189857004 BRANCH=none TEST=zmake testall TEST=Flash on hayato and check sensors Signed-off-by: Denis Brockus <dbrockus@google.com> Change-Id: I9426b5a9cb2673da0ec8280aa15768815f47014c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2934359 Tested-by: Denis Brockus <dbrockus@chromium.org> Auto-Submit: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Yuval Peress <peress@chromium.org> Commit-Queue: Yuval Peress <peress@chromium.org>
Diffstat (limited to 'zephyr/projects/asurada/hayato/gpio.dts')
-rw-r--r--zephyr/projects/asurada/hayato/gpio.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/projects/asurada/hayato/gpio.dts b/zephyr/projects/asurada/hayato/gpio.dts
index 6782a35b2d..89b221acd3 100644
--- a/zephyr/projects/asurada/hayato/gpio.dts
+++ b/zephyr/projects/asurada/hayato/gpio.dts
@@ -44,9 +44,9 @@
enum-name = "GPIO_PMIC_EC_PWRGD";
label = "PMIC_EC_PWRGD";
};
- base_imu_int_l {
+ gpio_accel_gyro_int_l: base_imu_int_l {
gpios = <&gpioj 2 (GPIO_INPUT | GPIO_VOLTAGE_1P8)>;
- enum-name = "GPIO_BASE_IMU_INT_L";
+ enum-name = "GPIO_EC_IMU_INT_L";
label = "BASE_IMU_INT_L";
};
lid_accel_int_l {