Re: [PATCH v2] arm64: dts: qcom: ipq6018: add QUP5 I2C node

From: Bryan O'Donoghue
Date: Wed Nov 15 2023 - 12:07:27 EST


On 15/11/2023 15:38, Isaev Ruslan wrote:
v1 -> v2: fix clocks typo; fix reg size warning. arch/arm64/boot/dts/qcom/ipq6018.dtsi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/ipq6018.dtsi b/arch/arm64/boot/dts/qcom/ipq6018.dtsi

When you added the v1 -> v2 to the patch you also caused a newline which prevents patch application.

Try

"git format-patch HEAD~"

then

git reset --hard HEAD~

then

git am < your-patch.patch

Resend when that works

---
bod