Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+4
+2
arch/arm/boot/dts/bcm2711.dtsi
··· 582 582 <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>, 583 583 <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>; 584 584 585 + gpio-ranges = <&gpio 0 0 58>; 586 + 585 587 gpclk0_gpio49: gpclk0_gpio49 { 586 588 pin-gpclk { 587 589 pins = "gpio49";
+2
arch/arm/boot/dts/bcm283x.dtsi
··· 126 126 interrupt-controller; 127 127 #interrupt-cells = <2>; 128 128 129 + gpio-ranges = <&gpio 0 0 54>; 130 + 129 131 /* Defines common pin muxing groups 130 132 * 131 133 * While each pin can have its mux selected