driver: scfg: npcx: cleanup low-voltage detection configuration
Cleanup npcx low-voltage (1.8V) detection configuration. It removes unused soc utilities, macros, and DT node. We will configure this feature by GPIO driver with GPIO_VOLTAGE_1P8 flag later. Signed-off-by: Mulin Chao <mlchao@nuvoton.com>
This commit is contained in:
parent
42115c3f9e
commit
a5fee4c6de
7 changed files with 0 additions and 185 deletions
|
@ -44,16 +44,6 @@
|
|||
pinmux = <>;
|
||||
};
|
||||
|
||||
def-lvol-io-list {
|
||||
compatible = "nuvoton,npcx-lvolctrl-def";
|
||||
/* Put low-voltage io pads into "lvol-io-pads" property if the
|
||||
* detection level of them is 1.8V, For example, if the bus
|
||||
* voltage of i2c1_0 port is 1.8V, this property should be:
|
||||
* lvol-io-pads = <&lvol_io90 &lvol_io87>;
|
||||
*/
|
||||
lvol-io-pads = <>;
|
||||
};
|
||||
|
||||
/** Dummy pinctrl node. It will be initialized with defaults based on the SoC series.
|
||||
* Then, the user can override the pin control options at the board level.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue