diff options
author | Ian Ray <ian.ray@ge.com> | 2021-03-08 16:18:29 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-03-15 07:13:43 +0100 |
commit | e0ece1860d0f74e23f8e64216a76d693c2c8dd06 (patch) | |
tree | 87e98df366f423d0b1ad88808c2b5e672e479173 /arch/arm/boot/dts/imx6q-b450v3.dts | |
parent | ARM: dts: imx: bx50v3: i2c GPIOs are open drain (diff) | |
download | linux-e0ece1860d0f74e23f8e64216a76d693c2c8dd06.tar.xz linux-e0ece1860d0f74e23f8e64216a76d693c2c8dd06.zip |
ARM: dts: imx: bx50v3: Define GPIO line names
Define GPIO line names for b450v3, b650v3, and b850v3.
Signed-off-by: Ian Ray <ian.ray@ge.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-b450v3.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-b450v3.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-b450v3.dts b/arch/arm/boot/dts/imx6q-b450v3.dts index 604f2420370f..d994b32ad825 100644 --- a/arch/arm/boot/dts/imx6q-b450v3.dts +++ b/arch/arm/boot/dts/imx6q-b450v3.dts @@ -84,6 +84,11 @@ }; &pca9539 { + gpio-line-names = "AMB_P_INT1#", "AMB_P_INT2#", "BT_EN", "WLAN_EN", + "", "SM_D_ACT", "DP1_RST#", "", + "WD15S_EN", "WD15S_DIS#", "", "", + "", "", "", ""; + P04-hog { gpio-hog; gpios = <4 0>; |