From 4e26c1e2fa6ad6c8ea6353d59734fb805a9eeaca Mon Sep 17 00:00:00 2001 From: Stephan Gerhold Date: Mon, 8 Sep 2025 13:31:21 +0200 Subject: [PATCH] board: dragonboard410c: Drop now unneeded bootph-all for console This is applied for all devices upstream in Linux now (when using the console-specific pinctrl templates). Signed-off-by: Stephan Gerhold Tested-by: Alexey Minnekhanov Acked-by: Sumit Garg Link: https://lore.kernel.org/r/20250908-db410c-autoboot-fixes-v2-1-316ed98e0143@linaro.org Signed-off-by: Casey Connolly --- arch/arm/dts/apq8016-sbc-u-boot.dtsi | 9 --------- 1 file changed, 9 deletions(-) diff --git a/arch/arm/dts/apq8016-sbc-u-boot.dtsi b/arch/arm/dts/apq8016-sbc-u-boot.dtsi index 26d4506815e..de77a31cf11 100644 --- a/arch/arm/dts/apq8016-sbc-u-boot.dtsi +++ b/arch/arm/dts/apq8016-sbc-u-boot.dtsi @@ -9,12 +9,3 @@ reg = <0 0x80000000 0 0x40000000>; }; }; - -/* - * When running as a first-stage bootloader, we need to re-configure the UART pins - * because SBL de-initialises them. Indicate that the UART pins should be configured - * during all boot stages. - */ -&blsp_uart2_console_default { - bootph-all; -}; -- 2.47.3