diff options
author | Ian Ray <ian.ray@ge.com> | 2021-03-08 18:18:29 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-03-15 09:13:43 +0300 |
commit | e0ece1860d0f74e23f8e64216a76d693c2c8dd06 (patch) | |
tree | 87e98df366f423d0b1ad88808c2b5e672e479173 /arch/arm/boot/dts/imx6q-b850v3.dts | |
parent | 4ec79ac7fa7cef5ee8f1fa1f85c3644166aaf6a8 (diff) | |
download | linux-e0ece1860d0f74e23f8e64216a76d693c2c8dd06.tar.xz |
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-b850v3.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-b850v3.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-b850v3.dts b/arch/arm/boot/dts/imx6q-b850v3.dts index 3d6b757bf325..db8c332df6a1 100644 --- a/arch/arm/boot/dts/imx6q-b850v3.dts +++ b/arch/arm/boot/dts/imx6q-b850v3.dts @@ -199,6 +199,11 @@ }; &pca9539 { + gpio-line-names = "AMB_P_INT1#", "AMB_P_INT2#", "BT_EN", "WLAN_EN", + "REMOTE_ON_PML#", "SM_D_ACT", "DP1_RST#", "DP2_RST#", + "", "", "", "", + "", "", "", ""; + P10-hog { gpio-hog; gpios = <8 0>; |