diff mbox series

[kirkstone] arm-bsp/linux-yocto: refresh juno-dts-mhu-doorbell.patch for 5.15.72

Message ID 20221114140145.190556-1-ross.burton@arm.com
State New
Headers show
Series [kirkstone] arm-bsp/linux-yocto: refresh juno-dts-mhu-doorbell.patch for 5.15.72 | expand

Commit Message

Ross Burton Nov. 14, 2022, 2:01 p.m. UTC
The linux-yocto recipe in oe-core upgraded to 5.15.72, so rebase the
doorbell patches to apply correctly.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../linux/files/juno/juno-dts-mhu-doorbell.patch             | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Jon Mason Nov. 14, 2022, 4:17 p.m. UTC | #1
On Mon, 14 Nov 2022 14:01:45 +0000, Ross Burton wrote:
> The linux-yocto recipe in oe-core upgraded to 5.15.72, so rebase the
> doorbell patches to apply correctly.

Applied, thanks!

[1/1] arm-bsp/linux-yocto: refresh juno-dts-mhu-doorbell.patch for 5.15.72
      commit: 67578fcfcd8ee8efcaef67ed7db1dfd55105872e

Best regards,
diff mbox series

Patch

diff --git a/meta-arm-bsp/recipes-kernel/linux/files/juno/juno-dts-mhu-doorbell.patch b/meta-arm-bsp/recipes-kernel/linux/files/juno/juno-dts-mhu-doorbell.patch
index 81f641c4..ca0ba6f9 100644
--- a/meta-arm-bsp/recipes-kernel/linux/files/juno/juno-dts-mhu-doorbell.patch
+++ b/meta-arm-bsp/recipes-kernel/linux/files/juno/juno-dts-mhu-doorbell.patch
@@ -24,7 +24,7 @@  diff --git a/arch/arm64/boot/dts/arm/juno-base.dtsi b/arch/arm64/boot/dts/arm/ju
 index 6288e104a089..36844f7d861e 100644
 --- a/arch/arm64/boot/dts/arm/juno-base.dtsi
 +++ b/arch/arm64/boot/dts/arm/juno-base.dtsi
-@@ -23,11 +23,12 @@ frame@2a830000 {
+@@ -23,12 +23,13 @@ frame@2a830000 {
  	};
  
  	mailbox: mhu@2b1f0000 {
@@ -32,7 +32,8 @@  index 6288e104a089..36844f7d861e 100644
 +		compatible = "arm,mhu-doorbell", "arm,primecell";
  		reg = <0x0 0x2b1f0000 0x0 0x1000>;
  		interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>,
- 			     <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
+ 			     <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
+ 			     <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
 -		#mbox-cells = <1>;
 +		#mbox-cells = <2>;
 +		mbox-name = "ARM-MHU";