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.

powerpc/82xx: remove spidev node from mgcoge

Commit 956b200a846e ("spi: spidev: Warn loudly if instantiated from DT
as "spidev"") states that there should not be spidev nodes in DTs.
Remove this non-HW description. There won't be a regression because it
won't bind since 2015 anyhow.

Fixes: 5d1d67e361ea ("powerpc/82xx: add SPI support for mgcoge")
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220824082130.21934-3-wsa+renesas@sang-engineering.com

authored by

Wolfram Sang and committed by
Michael Ellerman
fd20b60a 0b9e534f

-7
-7
arch/powerpc/boot/dts/mgcoge.dts
··· 225 225 interrupts = <2 8>; 226 226 interrupt-parent = <&PIC>; 227 227 cs-gpios = < &cpm2_pio_d 19 0>; 228 - #address-cells = <1>; 229 - #size-cells = <0>; 230 - ds3106@1 { 231 - compatible = "gen,spidev"; 232 - reg = <0>; 233 - spi-max-frequency = <8000000>; 234 - }; 235 228 }; 236 229 237 230 };