summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorZhuohao Lee <zhuohao@chromium.org>2023-03-10 21:49:46 +0800
committerZhuohao Lee <zhuohao@chromium.org>2023-03-10 21:49:46 +0800
commit7cae6dcf2b317ae3b138389871d1c109f9242cd0 (patch)
treeaab9ad9d62e1765ab2b6ce6efe4594a9d87029cd /docs
parente54fb611220d405f7994c4e8312991cc69f5f6d5 (diff)
parentfe8a3324a7479e2b88cc1af5d3e901315ed69d89 (diff)
downloadchrome-ec-7cae6dcf2b317ae3b138389871d1c109f9242cd0.tar.gz
Merge remote-tracking branch cros/main into firmware-dedede-13606.B-master
Generated by: util/update_release_branch.py -r --baseboard dedede --relevant_paths_file util/dedede-relevant-paths.txt firmware- dedede-13606.B-master Relevant changes: git log --oneline e54fb61122..fe8a3324a7 -- baseboard/dedede board/beadrix board/beetley board/blipper board/boten board/bugzzy board/corori2 board/cret board/dibbi board/drawcia board/drawcia_riscv board/galtic board/kracko board/lantis board/madoo board/magolor board/metaknight board/pirika board/sasuke board/sasukette board/shotzo board/storo board/waddledee board/waddledoo board/wheelie common/charge_state_v2.c common/mkbp_* common/ocpc.c common/usbc/usb_tc_drp_acc_trysrc_sm.c common/usbc/usb_sm.c common/usbc/*_pd_* common/usbc/dp_alt_mode.c common/usbc/usb_prl_sm.c common/usbc/usb_pe_drp_sm.c common/usb_charger.c common/usb_common.c common/usbc_ocp.c driver/charger/sm5803.* driver/charger/isl923x.* driver/tcpm/raa489000.* driver/tcpm/it83* include/power/icelake.h include/intel_x86.h power/icelake.c power/intel_x86.c util/getversion.sh b44e58aada USB-PD: Add EPR sink capability to TCPMv2 691b0cb0f0 TCPMv2: Create a HPD GPIO module a3a6a5942b TCPMV2: Create AP VDM control module 8e142ffb93 dibbi: Implement PWM LED behaviour 52417359a8 chgstv2: Separate v0 and v1 param struct for EC_CMD_CHARGE_CURRENT_LIMIT a3a39796d3 USB-PD: Use VDO_MAX_OBJECTS to define max VDO objects 7f4392aa07 USB-PD: Print DPM state only if debug_level >= 2 23d0f9a4a3 Reduce AP communication failure spam BRANCH=None BUG=b:271142544 b:259467280 b:265372046 b:266714542 b:257320026 TEST=`make -j buildall` Force-Relevant-Builds: all Signed-off-by: Zhuohao Lee <zhuohao@chromium.org> Change-Id: If30d62020e6138dcd62f0bfdb84736d59b0b7e11
Diffstat (limited to 'docs')
-rw-r--r--docs/zephyr/zephyr_troubleshooting.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/zephyr/zephyr_troubleshooting.md b/docs/zephyr/zephyr_troubleshooting.md
index a7a7716e5e..552f22eac1 100644
--- a/docs/zephyr/zephyr_troubleshooting.md
+++ b/docs/zephyr/zephyr_troubleshooting.md
@@ -76,7 +76,9 @@ corresponding `struct device` is not instantiated, either because the driver
has not been enabled or because of a devicetree misconfiguration (missing
`status = "okay"`).
-Quick fix: enable the corresponding driver (CONFIG_...=y) or fix the devicetree.
+Quick fix: find what device is causing the issue (look into
+`devicetree_generated.h`) enable the corresponding driver (CONFIG_...=y) or fix
+the devicetree.
Proper fix: find the code referencing to the undefined node, make sure that the
corresponding Kconfig option depends on the subsystem being enabled (ADC,