From 51e61660616645597dbbcc1252f731c09bede8a8 Mon Sep 17 00:00:00 2001 From: Aleksander Jan Bajkowski Date: Mon, 22 Sep 2025 19:53:42 +0200 Subject: [PATCH] qualcomax: dts: fix typo "disbled" No functional changes intended. Signed-off-by: Aleksander Jan Bajkowski Link: https://github.com/openwrt/openwrt/pull/20131 Signed-off-by: Robert Marko --- .../files/arch/arm64/boot/dts/qcom/ipq5018-ax6000.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-ax6000.dts b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-ax6000.dts index 8c8766327df..d74f17c5fc7 100644 --- a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-ax6000.dts +++ b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-ax6000.dts @@ -560,7 +560,7 @@ * although the pcie1 phy probes successfully, the controller is unable * to bring it up. So let's disable it until a solution is found. */ - status = "disbled"; + status = "disabled"; perst-gpios = <&tlmm 18 GPIO_ACTIVE_LOW>; -- 2.47.3