[openwrt/openwrt] qualcomax: dts: fix typo "disbled"

LEDE Commits lede-commits at lists.infradead.org
Tue Sep 23 12:52:11 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/51e61660616645597dbbcc1252f731c09bede8a8

commit 51e61660616645597dbbcc1252f731c09bede8a8
Author: Aleksander Jan Bajkowski <olek2 at wp.pl>
AuthorDate: Mon Sep 22 19:53:42 2025 +0200

    qualcomax: dts: fix typo "disbled"
    
    No functional changes intended.
    
    Signed-off-by: Aleksander Jan Bajkowski <olek2 at wp.pl>
    Link: https://github.com/openwrt/openwrt/pull/20131
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 .../linux/qualcommax/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 8c8766327d..d74f17c5fc 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>;
 




More information about the lede-commits mailing list