From 73678a0a980d7a1a7fa61de40b9e5f6767ed8a5a Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Tue, 7 Mar 2023 16:27:03 +0100 Subject: 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 --- arch/arm64/boot/dts/ti/k3-am625-verdin.dtsi | 4 ++-- 1 file 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 */ >; }; -- cgit v1.2.3