Message ID | 20221219133303.20420-1-quic_youghand@quicinc.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | arm64: dts: qcom: sc7280: Add wifi alias for SC7280-idp | expand |
On 19/12/2022 14:33, Youghandhar Chintala wrote: > Add wifi alias entry for SC7280-idp device tree. > Why? Please explain in commit msg why you are doing such change. What you are doing, we can see easily from diff. Best regards, Krzysztof
On 19/12/2022 15:47, Krzysztof Kozlowski wrote: > On 19/12/2022 14:33, Youghandhar Chintala wrote: >> Add wifi alias entry for SC7280-idp device tree. >> > > Why? Please explain in commit msg why you are doing such change. What > you are doing, we can see easily from diff. Additionally: Please use scripts/get_maintainers.pl to get a list of necessary people and lists to CC. It might happen, that command when run on an older kernel, gives you outdated entries. Therefore please be sure you base your patches on recent Linux kernel. Best regards, Krzysztof
diff --git a/arch/arm64/boot/dts/qcom/sc7280-idp.dtsi b/arch/arm64/boot/dts/qcom/sc7280-idp.dtsi index a74e0b730db6..0f5acde4d825 100644 --- a/arch/arm64/boot/dts/qcom/sc7280-idp.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7280-idp.dtsi @@ -18,6 +18,7 @@ / { aliases { bluetooth0 = &bluetooth; serial1 = &uart7; + wifi0 = &wifi; }; gpio-keys {
Add wifi alias entry for SC7280-idp device tree. Signed-off-by: Youghandhar Chintala <quic_youghand@quicinc.com> --- arch/arm64/boot/dts/qcom/sc7280-idp.dtsi | 1 + 1 file changed, 1 insertion(+)