bcm53xx: backport DT changes from v6.5
[openwrt/openwrt.git] / target / linux / bcm53xx / patches-5.10 / 039-v6.5-0003-ARM-dts-BCM5301X-Drop-clock-names-from-the-SPI-node.patch
1 From d3c8e2c5757153bbfad70019ec1decbca86f3def Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
3 Date: Wed, 3 May 2023 14:28:30 +0200
4 Subject: [PATCH] ARM: dts: BCM5301X: Drop "clock-names" from the SPI node
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 There is no such property in the SPI controller binding documentation.
10 Also Linux driver doesn't look for it.
11
12 This fixes:
13 arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dtb: spi@18029200: Unevaluated properties are not allowed ('clock-names' was unexpected)
14 From schema: Documentation/devicetree/bindings/spi/brcm,spi-bcm-qspi.yaml
15
16 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
17 Link: https://lore.kernel.org/r/20230503122830.3200-1-zajec5@gmail.com
18 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
19 ---
20 arch/arm/boot/dts/bcm5301x.dtsi | 1 -
21 1 file changed, 1 deletion(-)
22
23 --- a/arch/arm/boot/dts/bcm5301x.dtsi
24 +++ b/arch/arm/boot/dts/bcm5301x.dtsi
25 @@ -335,7 +335,6 @@
26 "spi_lr_session_done",
27 "spi_lr_overread";
28 clocks = <&iprocmed>;
29 - clock-names = "iprocmed";
30 num-cs = <2>;
31 #address-cells = <1>;
32 #size-cells = <0>;