summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Gerhold <[email protected]>2025-09-08 13:31:21 +0200
committerCasey Connolly <[email protected]>2025-10-29 12:27:33 +0100
commit4e26c1e2fa6ad6c8ea6353d59734fb805a9eeaca (patch)
tree111052bc495f656f211dbc095d95cc46ba021116
parentc2938270813be8de81bd06132b2bbafb8f41c979 (diff)
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 <[email protected]> Tested-by: Alexey Minnekhanov <[email protected]> Acked-by: Sumit Garg <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Casey Connolly <[email protected]>
-rw-r--r--arch/arm/dts/apq8016-sbc-u-boot.dtsi9
1 files changed, 0 insertions, 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;
-};