--- zzzz-none-000/linux-4.4.60/drivers/pinctrl/pinconf-generic.c 2017-04-08 07:53:53.000000000 +0000 +++ scorpion-7490-727/linux-4.4.60/drivers/pinctrl/pinconf-generic.c 2021-02-04 17:41:59.000000000 +0000 @@ -161,6 +161,9 @@ { "drive-push-pull", PIN_CONFIG_DRIVE_PUSH_PULL, 0 }, { "drive-strength", PIN_CONFIG_DRIVE_STRENGTH, 0 }, { "input-debounce", PIN_CONFIG_INPUT_DEBOUNCE, 0 }, + { "drive-cap", PIN_CONFIG_DRIVE_CAP, 0 }, + { "drive-type", PIN_CONFIG_DRIVE_TYPE, 0 }, + { "pull-res", PIN_CONFIG_PULL_RES, 0 }, { "input-disable", PIN_CONFIG_INPUT_ENABLE, 0 }, { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 }, { "input-schmitt", PIN_CONFIG_INPUT_SCHMITT, 0 }, @@ -168,6 +171,8 @@ { "input-schmitt-enable", PIN_CONFIG_INPUT_SCHMITT_ENABLE, 1 }, { "low-power-disable", PIN_CONFIG_LOW_POWER_MODE, 0 }, { "low-power-enable", PIN_CONFIG_LOW_POWER_MODE, 1 }, + { "vm-enable", PIN_CONFIG_VM, 1 }, + { "vm-disable", PIN_CONFIG_VM, 0 }, { "output-high", PIN_CONFIG_OUTPUT, 1, }, { "output-low", PIN_CONFIG_OUTPUT, 0, }, { "power-source", PIN_CONFIG_POWER_SOURCE, 0 },