Skip to content

Commit 9e85020

Browse files
geertupalmer-dabbelt
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 <[email protected]> Reviewed-by: Conor Dooley <[email protected]> Tested-by: Conor Dooley <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 9d7b307 commit 9e85020

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

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

213204
serial0: serial@20000000 {

0 commit comments

Comments
 (0)