summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2023-03-07 16:27:03 +0100
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2023-04-11 12:24:26 +0200
commit73678a0a980d7a1a7fa61de40b9e5f6767ed8a5a (patch)
tree8f1d5989cc5cffdbc4733894dc16a7289705727e
parentb142c3672188e6b3a4e1777b85442235fce0e9e2 (diff)
arm64: dts: ti: k3-am625-verdin: configure dsi_1_int# pull-up
Configure Verdin DSI_1_INT# with a pulled-up as this pin is active-low. Upstream-Status: Pending Initial DTS to be used for bring-up an validation of the V1.0 design, we'll decide on the step forward to mainline this once the bring-up and validation will be done. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--arch/arm64/boot/dts/ti/k3-am625-verdin.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am625-verdin.dtsi b/arch/arm64/boot/dts/ti/k3-am625-verdin.dtsi
index 054130d884a5..c47d757362a5 100644
--- a/arch/arm64/boot/dts/ti/k3-am625-verdin.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am625-verdin.dtsi
@@ -450,10 +450,10 @@
>;
};
- /* Verdin DSI_1_INT# */
+ /* Verdin DSI_1_INT# (pulled-up as active-low) */
pinctrl_dsi1_int: main-gpio1-49-pins-default {
pinctrl-single,pins = <
- AM62X_IOPAD(0x0244, PIN_INPUT, 7) /* (C17) MMC1_SDWP.GPIO1_49 */ /* SODIMM 17 */
+ AM62X_IOPAD(0x0244, PIN_INPUT_PULLUP, 7) /* (C17) MMC1_SDWP.GPIO1_49 */ /* SODIMM 17 */
>;
};