Skip to content

Commit a806009

Browse files
committed
qualcommax: ipq5018: Fix syntax error in NSS DTSI
Add missing ';' semicolon in wifi node Signed-off-by: Sean Khan <[email protected]>
1 parent f8772ad commit a806009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-nss.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
&wifi1 {
124124
// QCN6102 5G
125125
nss-radio-priority = <1>;
126-
}
126+
};
127127

128128
&wifi2 {
129129
// QCN6122 5G/6G

0 commit comments

Comments
 (0)