commit | 3f033053869f9c513327a82282f4e7fb0e5e3e02 | [log] [tgz] |
---|---|---|
author | Wealian Liao <WHLIAO@nuvoton.com> | Wed Jan 27 10:47:40 2021 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 27 12:29:01 2021 -0500 |
tree | c878a1d9c29a297a413334ef25f3a803e7e59786 | |
parent | 664a7894a8a251a07915bb529faa6af07aaac2df [diff] |
dts: npcx: fix i2c label prefix i2c_shell uses "I2C_" label prefix to get the device. However, NPCX uses controller-port architecture. Users should access the ports instead of the controllers. Change I2C_CTRLX & I2CX_PORTX to I2CCTRL_X & I2C_X_PORT_X to guarantee i2c_shell could get the correct device by autocomplete. Signed-off-by: Wealian Liao <WHLIAO@nuvoton.com>