On 5/8/23 11:50, Florian Fainelli wrote:
On Wed, 3 May 2023 14:28:30 +0200, Rafał Miłecki <zajec5@xxxxxxxxx> wrote:
From: Rafał Miłecki <rafal@xxxxxxxxxx>
There is no such property in the SPI controller binding documentation.
Also Linux driver doesn't look for it.
This fixes:
arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dtb: spi@18029200: Unevaluated properties are not allowed ('clock-names' was unexpected)
From schema: Documentation/devicetree/bindings/spi/brcm,spi-bcm-qspi.yaml
Signed-off-by: Rafał Miłecki <rafal@xxxxxxxxxx>
---
Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, thanks!
Tweaked the subject a bit, because it is the SPI node we are changing,
not the binding.
--
Florian