From: Stephan Gerhold Date: Mon, 8 Sep 2025 11:31:21 +0000 (+0200) Subject: board: dragonboard410c: Drop now unneeded bootph-all for console X-Git-Tag: v2026.01-rc2~53^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e26c1e2fa6ad6c8ea6353d59734fb805a9eeaca;p=pandora-u-boot.git 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 --- 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; -};