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.

arm64: dts: amd/seattle: Drop undocumented "spi-controller" properties

"spi-controller" is not a documented property nor used anywhere, so drop
it.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250306-dt-amd-fixes-v1-4-011c423ba99a@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Rob Herring (Arm) and committed by
Arnd Bergmann
58fcd0b7 6268ac36

-2
-2
arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi
··· 121 121 status = "disabled"; 122 122 compatible = "arm,pl022", "arm,primecell"; 123 123 reg = <0 0xe1020000 0 0x1000>; 124 - spi-controller; 125 124 interrupts = <0 330 4>; 126 125 clocks = <&uartspiclk_100mhz>, <&uartspiclk_100mhz>; 127 126 clock-names = "sspclk", "apb_pclk"; ··· 130 131 status = "disabled"; 131 132 compatible = "arm,pl022", "arm,primecell"; 132 133 reg = <0 0xe1030000 0 0x1000>; 133 - spi-controller; 134 134 interrupts = <0 329 4>; 135 135 clocks = <&uartspiclk_100mhz>, <&uartspiclk_100mhz>; 136 136 clock-names = "sspclk", "apb_pclk";