Message ID | 20230421205512.339850-2-ahalaney@redhat.com |
---|---|
State | New |
Headers | show |
Series | [v3,1/4] arm64: dts: qcom: sa8155p-adp: Make compatible the first property | expand |
On 21/04/2023 22:55, Andrew Halaney wrote: > The property logically makes sense in decimal, and is the standard used > elsewhere. > > Suggested-by: Konrad Dybcio <konrad.dybcio@linaro.org> > Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> > Signed-off-by: Andrew Halaney <ahalaney@redhat.com> > --- > > Changes since v2: > * Collect tags > Changes since v1: > * New patch (Konrad) Doing such changes per one board will be a lot of churn... Best regards, Krzysztof
On Mon, Apr 24, 2023 at 09:21:45AM +0200, Krzysztof Kozlowski wrote: > On 21/04/2023 22:55, Andrew Halaney wrote: > > The property logically makes sense in decimal, and is the standard used > > elsewhere. > > > > Suggested-by: Konrad Dybcio <konrad.dybcio@linaro.org> > > Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> > > Signed-off-by: Andrew Halaney <ahalaney@redhat.com> > > --- > > > > Changes since v2: > > * Collect tags > > Changes since v1: > > * New patch (Konrad) > > Doing such changes per one board will be a lot of churn... > Agreed, are you suggesting I drop this patch (and if we do this sort of cleanup to do it in bulk)? Sorry, not entirely sure I am picking up what that comment is implying. Personally, I'd prefer to keeping that patch as this series is trying to clean up the particular ethernet node.. but if the purpose of the series was just to clean -cells up then I'd go with the bulk approach. So as is, I'm going to leave it like so unless you have specific advice against doing so. Thanks, Andrew
On 24/04/2023 16:38, Andrew Halaney wrote: > On Mon, Apr 24, 2023 at 09:21:45AM +0200, Krzysztof Kozlowski wrote: >> On 21/04/2023 22:55, Andrew Halaney wrote: >>> The property logically makes sense in decimal, and is the standard used >>> elsewhere. >>> >>> Suggested-by: Konrad Dybcio <konrad.dybcio@linaro.org> >>> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> >>> Signed-off-by: Andrew Halaney <ahalaney@redhat.com> >>> --- >>> >>> Changes since v2: >>> * Collect tags >>> Changes since v1: >>> * New patch (Konrad) >> >> Doing such changes per one board will be a lot of churn... >> > > Agreed, are you suggesting I drop this patch (and if we do this sort of > cleanup to do it in bulk)? Sorry, not entirely sure I am picking up what > that comment is implying. Yes, I suggest to fix all Qualcomm arm64 boards with one patch. There are just few more occurrences of this. It's also pure cleanup, no functional change. > > Personally, I'd prefer to keeping that patch as this series is trying to > clean up the particular ethernet node.. but if the purpose of the series > was just to clean -cells up then I'd go with the bulk approach. > > So as is, I'm going to leave it like so unless you have specific advice > against doing so. Best regards, Krzysztof
diff --git a/arch/arm64/boot/dts/qcom/sa8155p-adp.dts b/arch/arm64/boot/dts/qcom/sa8155p-adp.dts index 029b23198b3a..ac52a8dfeba1 100644 --- a/arch/arm64/boot/dts/qcom/sa8155p-adp.dts +++ b/arch/arm64/boot/dts/qcom/sa8155p-adp.dts @@ -353,8 +353,8 @@ ðernet { mdio { compatible = "snps,dwmac-mdio"; - #address-cells = <0x1>; - #size-cells = <0x0>; + #address-cells = <1>; + #size-cells = <0>; /* Micrel KSZ9031RNZ PHY */ rgmii_phy: phy@7 {