[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20231204100848.141cfd29@canb.auug.org.au>
Date: Mon, 4 Dec 2023 10:08:48 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Andy Gross <agross@...nel.org>, Olof Johansson <olof@...om.net>,
Arnd Bergmann <arnd@...db.de>
Cc: ARM <linux-arm-kernel@...ts.infradead.org>,
Bjorn Andersson <andersson@...nel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>,
Luca Weiss <luca@...tu.xyz>,
Matti Lehtimäki <matti.lehtimaki@...il.com>
Subject: linux-next: manual merge of the qcom tree with the arm-soc tree
Hi all,
Today's linux-next merge of the qcom tree got a conflict in:
arch/arm/boot/dts/qcom/qcom-msm8974.dtsi
between commit:
4960e06d386e ("ARM: dts: qcom: msm8974: sort nodes by reg")
from the arm-soc tree and commit:
95053f6bc8ff ("ARM: dts: qcom: msm8974: Add watchdog node")
from the qcom tree.
I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging. You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.
--
Cheers,
Stephen Rothwell
diff --cc arch/arm/boot/dts/qcom/qcom-msm8974.dtsi
index 76006c3c4af2,f7d7e5d70f30..000000000000
--- a/arch/arm/boot/dts/qcom/qcom-msm8974.dtsi
+++ b/arch/arm/boot/dts/qcom/qcom-msm8974.dtsi
@@@ -346,12 -346,14 +346,20 @@@
reg = <0xf9011000 0x1000>;
};
+ saw_l2: power-controller@...12000 {
+ compatible = "qcom,saw2";
+ reg = <0xf9012000 0x1000>;
+ regulator;
+ };
+
+ watchdog@...17000 {
+ compatible = "qcom,apss-wdt-msm8974", "qcom,kpss-wdt";
+ reg = <0xf9017000 0x1000>;
+ interrupts = <GIC_SPI 3 IRQ_TYPE_EDGE_RISING>,
+ <GIC_SPI 4 IRQ_TYPE_EDGE_RISING>;
+ clocks = <&sleep_clk>;
+ };
+
timer@...20000 {
#address-cells = <1>;
#size-cells = <1>;
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists