diff options
| author | Aleksander Jan Bajkowski | 2025-09-22 17:53:42 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-09-23 19:52:06 +0000 |
| commit | 51e61660616645597dbbcc1252f731c09bede8a8 (patch) | |
| tree | 3e96633521fe97086f9db55a23967eb62c0ca3da | |
| parent | 3872e9d317c6daeb64ef6907d452a7625c979984 (diff) | |
| download | openwrt-51e61660616645597dbbcc1252f731c09bede8a8.tar.gz | |
qualcomax: dts: fix typo "disbled"
No functional changes intended.
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Link: https://github.com/openwrt/openwrt/pull/20131
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-ax6000.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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>; |