On 16/12/2021 13:37, Geert Uytterhoeven wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > > Fix the device node for the clock controller: > - Remove bogus "reg-names" property, > - Remove unneeded "clock-output-names" property. > > Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Ha, doing my job for me again - was hoping to send my v2 tomorrow too so good timing on your part. Reviewed-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> (I have booted the 5 patches for the polarfire on my board, so Tested-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> too?) > --- > v2: > - New. > --- > arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi | 9 --------- > 1 file changed, 9 deletions(-) > > diff --git a/arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi b/arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi > index b372bc6459bf163a..d9c1dee3fb25beb8 100644 > --- a/arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi > +++ b/arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi > @@ -197,17 +197,8 @@ dma@3000000 { > clkcfg: clkcfg@20002000 { > compatible = "microchip,mpfs-clkcfg"; > reg = <0x0 0x20002000 0x0 0x1000>; > - reg-names = "mss_sysreg"; > clocks = <&refclk>; > #clock-cells = <1>; > - clock-output-names = "cpu", "axi", "ahb", "envm", /* 0-3 */ > - "mac0", "mac1", "mmc", "timer", /* 4-7 */ > - "mmuart0", "mmuart1", "mmuart2", "mmuart3", /* 8-11 */ > - "mmuart4", "spi0", "spi1", "i2c0", /* 12-15 */ > - "i2c1", "can0", "can1", "usb", /* 16-19 */ > - "rsvd", "rtc", "qspi", "gpio0", /* 20-23 */ > - "gpio1", "gpio2", "ddrc", "fic0", /* 24-27 */ > - "fic1", "fic2", "fic3", "athena", "cfm"; /* 28-32 */ > }; > > serial0: serial@20000000 { > -- > 2.25.1 >