On Wed, 15 Jun 2022 23:07:19 +0200, Wolfram Sang wrote: > Commit cc6111375cec ("ARM: drop efm32 platform") removed the platform, > so no need to still carry the bindings. > > Signed-off-by: Wolfram Sang <wsa@xxxxxxxxxx> > --- > .../devicetree/bindings/clock/efm32-clock.txt | 11 ----- > .../devicetree/bindings/i2c/i2c-efm32.txt | 33 -------------- > .../devicetree/bindings/serial/efm32-uart.txt | 20 --------- > .../devicetree/bindings/spi/efm32-spi.txt | 39 ----------------- > include/dt-bindings/clock/efm32-cmu.h | 43 ------------------- > 5 files changed, 146 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/efm32-clock.txt > delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-efm32.txt > delete mode 100644 Documentation/devicetree/bindings/serial/efm32-uart.txt > delete mode 100644 Documentation/devicetree/bindings/spi/efm32-spi.txt > delete mode 100644 include/dt-bindings/clock/efm32-cmu.h > Deletions are automatically applied, thanks! ;)