pinctrl: fix some mistakes [1/1]
authorXingyu Chen <xingyu.chen@amlogic.com>
Mon, 27 Aug 2018 05:41:27 +0000 (13:41 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Mon, 29 Oct 2018 05:09:32 +0000 (22:09 -0700)
commite3666d7fe38ef78f382b80dc395eadc4bad1236e
treedd62c7a20084ae1356c3fddeca4ed83a72dc08dc
parentdd4a0b513ebc171cd8e62da9970e761423e72e98
pinctrl: fix some mistakes [1/1]

PD#172438

Problem:
1. return a negative when parsing the dts property
"output-high/output-low"
2. the prefix "bt565" don't meet corepinmux document

Solution:
1. add break statement in case PIN_CONFIG_OUTPUT to avoid
returning a negative value.
2. rename the "bt565" to "bt656" according to corepinmux document

Verify:
test pass on U200

Change-Id: Ieeb98367e2269007a6774592abac86ef05ee8f64
Signed-off-by: Xingyu Chen <xingyu.chen@amlogic.com>
drivers/amlogic/pinctrl/pinctrl-meson-g12a.c
drivers/amlogic/pinctrl/pinctrl-meson.c