Message ID | 20230501212446.2570364-1-ahalaney@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | sa8155p-adp devicetree ethernet cleanup | expand |
On Mon, May 01, 2023 at 04:24:42PM -0500, Andrew Halaney wrote: > This series cleans up some devicetree conventions in sa8155p-adp based > on feedback from other platforms. > > The hope is that by getting it right here, future contributors won't > repeat the same mistakes as I did! Reviewed-by: Brian Masney <bmasney@redhat.com>
Hey Bjorn, I think this one is ready to be picked up. Just a gentle reminder, I almost forgot about it until I cleaned my inbox this morning :) Thanks, Andrew On Mon, May 01, 2023 at 04:24:42PM -0500, Andrew Halaney wrote: > This series cleans up some devicetree conventions in sa8155p-adp based > on feedback from other platforms. > > The hope is that by getting it right here, future contributors won't > repeat the same mistakes as I did! > > v3: https://lore.kernel.org/linux-arm-msm/20230421205512.339850-1-ahalaney@redhat.com/ > > Thanks, > Andrew > > Andrew Halaney (4): > arm64: dts: qcom: sa8155p-adp: Make compatible the first property > arm64: dts: qcom: Make -cells decimal > arm64: dts: qcom: sa8155p-adp: Remove unneeded rgmii_phy information > arm64: dts: qcom: sa8155p-adp: Move mtl nodes into ethernet node > > arch/arm64/boot/dts/qcom/ipq6018.dtsi | 2 +- > arch/arm64/boot/dts/qcom/ipq8074.dtsi | 14 ++--- > arch/arm64/boot/dts/qcom/msm8953.dtsi | 4 +- > arch/arm64/boot/dts/qcom/qcs404-evb-4000.dts | 4 +- > arch/arm64/boot/dts/qcom/sa8155p-adp.dts | 56 ++++++++++---------- > 5 files changed, 39 insertions(+), 41 deletions(-) > > -- > 2.40.0 >
On Mon, 1 May 2023 16:24:42 -0500, Andrew Halaney wrote: > This series cleans up some devicetree conventions in sa8155p-adp based > on feedback from other platforms. > > The hope is that by getting it right here, future contributors won't > repeat the same mistakes as I did! > > v3: https://lore.kernel.org/linux-arm-msm/20230421205512.339850-1-ahalaney@redhat.com/ > > [...] Applied, thanks! [1/4] arm64: dts: qcom: sa8155p-adp: Make compatible the first property commit: eee7369de0c3cca7aacab3874663d460fb7a5b06 [2/4] arm64: dts: qcom: Make -cells decimal commit: 674631c35f8670017d3bbd51a5b52f8b953f6816 [3/4] arm64: dts: qcom: sa8155p-adp: Remove unneeded rgmii_phy information commit: 0ff4f6a380214fcf85a5b5ad64ff481d9bd1dfc6 [4/4] arm64: dts: qcom: sa8155p-adp: Move mtl nodes into ethernet node commit: 93fe463652504bba298a68b56334729cdf92c0c3 Best regards,