Skip to content

Commit 9535012

Browse files
committed
Merge tag 'soc-fixes-5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Pull ARM SoC fix from Olof Johansson: "One more fix for 5.16 I had missed one patch when I sent up what I thought was the last batch of fixes for this release. This one fixes issues on the Raspberry Pi platforms due to gpio init changes this release, so hopefully we can get it merged before final release is cut" * tag 'soc-fixes-5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: ARM: dts: gpio-ranges property is now required
2 parents 9a12a5a + c801335 commit 9535012

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

arch/arm/boot/dts/bcm2711.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,8 @@
582582
<GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
583583
<GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
584584

585+
gpio-ranges = <&gpio 0 0 58>;
586+
585587
gpclk0_gpio49: gpclk0_gpio49 {
586588
pin-gpclk {
587589
pins = "gpio49";

arch/arm/boot/dts/bcm283x.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@
126126
interrupt-controller;
127127
#interrupt-cells = <2>;
128128

129+
gpio-ranges = <&gpio 0 0 54>;
130+
129131
/* Defines common pin muxing groups
130132
*
131133
* While each pin can have its mux selected

0 commit comments

Comments
 (0)