1 From 31fd9b79dc580301c53a001482755ba7e88c2809 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
3 Date: Fri, 29 Oct 2021 18:05:23 +0200
4 Subject: [PATCH] ARM: dts: BCM5301X: update CRU block description
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
9 This describes CRU in a way matching documentation and fixes:
11 arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dt.yaml: cru@100: $nodename:0: 'cru@100' does not match '^([a-z][a-z0-9\\-]+-bus|bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$'
12 From schema: /lib/python3.6/site-packages/dtschema/schemas/simple-bus.yaml
14 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
15 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
17 arch/arm/boot/dts/bcm5301x.dtsi | 13 +++++++++----
18 1 file changed, 9 insertions(+), 4 deletions(-)
20 --- a/arch/arm/boot/dts/bcm5301x.dtsi
21 +++ b/arch/arm/boot/dts/bcm5301x.dtsi
27 - compatible = "simple-bus";
29 + compatible = "brcm,ns-cru", "simple-mfd";
35 - lcpll0: lcpll0@100 {
36 + lcpll0: clock-controller@100 {
38 compatible = "brcm,nsp-lcpll0";
44 - genpll: genpll@140 {
45 + genpll: clock-controller@140 {
47 compatible = "brcm,nsp-genpll";
54 + compatible = "brcm,cru-clkset", "syscon";
58 pinctrl: pin-controller@1c0 {
59 compatible = "brcm,bcm4708-pinmux";