Skip to content

Commit b7e57b9

Browse files
geertuConchuOD
authored andcommitted
riscv: dts: microchip: mpfs: Fix clock controller node
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@linux-m68k.org> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Tested-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
1 parent cdff57f commit b7e57b9

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -196,17 +196,8 @@
196196
clkcfg: clkcfg@20002000 {
197197
compatible = "microchip,mpfs-clkcfg";
198198
reg = <0x0 0x20002000 0x0 0x1000>;
199-
reg-names = "mss_sysreg";
200199
clocks = <&refclk>;
201200
#clock-cells = <1>;
202-
clock-output-names = "cpu", "axi", "ahb", "envm", /* 0-3 */
203-
"mac0", "mac1", "mmc", "timer", /* 4-7 */
204-
"mmuart0", "mmuart1", "mmuart2", "mmuart3", /* 8-11 */
205-
"mmuart4", "spi0", "spi1", "i2c0", /* 12-15 */
206-
"i2c1", "can0", "can1", "usb", /* 16-19 */
207-
"rsvd", "rtc", "qspi", "gpio0", /* 20-23 */
208-
"gpio1", "gpio2", "ddrc", "fic0", /* 24-27 */
209-
"fic1", "fic2", "fic3", "athena", "cfm"; /* 28-32 */
210201
};
211202

212203
serial0: serial@20000000 {

0 commit comments

Comments
 (0)