summaryrefslogtreecommitdiff
path: root/zephyr/projects/intelrvp/adlrvp/adlrvp_npcx/keyboard.dts
Commit message (Collapse)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
| | | | | | | | | | | | | | | Normally we don't do this, but enough changes have accumulated that we're doing a tree-wide one-off update of the name & style. BRANCH=none BUG=chromium:1098010 TEST=`repo upload` works Change-Id: Icd3a1723c20595356af83d190b2c6a9078b3013b Signed-off-by: Mike Frysinger <vapier@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3891203 Reviewed-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
* zephyr: npcx9: Create platform specific keyboard DTS filesSam Hurst2022-06-141-0/+28
| | | | | | | | | | | | | | | | | | | For npcx9 chips, move common keyboard DTS configuration into platform specific keyboard DTS files. BUG=b:229717952 BRANCH=none TEST=zmake testall On herobrine: Plug Non-PD 5V@2A charger into Port0 and Port1 and execute: chgsup port=0, type=3, cur=1500mA, vtg=5000mV, lsm=1 port=1, type=3, cur=1500mA, vtg=5000mV, lsm=1 Signed-off-by: Sam Hurst <shurst@google.com> Change-Id: I8ed884f32ea912d603a578a6443c13185b6e82e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3628669 Reviewed-by: Eric Yilun Lin <yllin@google.com>
* Zephyr: intelrvp: Remove Keyboard Keypad configVijay Hiremath2022-04-231-2/+0
| | | | | | | | | | | | | | | | Intel RVP does not use Keyboards with Keypad hence remove the config CONFIG_PLATFORM_EC_KEYBOARD_KEYPAD. BUG=none BRANCH=none TEST=zmake testall Change-Id: Ic0e39ac9d925905c252d83c72cd9e2d9b7323c71 Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3601877 Reviewed-by: RAJESH KUMAR <rajesh3.kumar@intel.com> Reviewed-by: Brandon Breitenstein <brandon.breitenstein@intel.com> Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
* zephyr: adlrvp: Enable keyboardRajesh Kumar2022-02-221-0/+33
This enables keyboard configuration for zephyr based ADL RVP npcx. BUG=b:218684235 BRANCH=none TEST=zmake configure -B ~/tmp/adlrvp_npcx/ adlrvp_npcx -b Tested keyboard by enabling ksstate printing through EC command Signed-off-by: Rajesh Kumar <rajesh3.kumar@intel.com> Change-Id: I377acbedf5a517236f4d88a96635bc4d6934b916 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3457893 Reviewed-by: Vijay P Hiremath <vijay.p.hiremath@intel.com> Reviewed-by: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org>