Skip to content

Commit b0d04fe

Browse files
abajktsbogend
authored andcommitted
mips: lantiq: xway: sysctrl: rename stp clock
Bindig requires a node name matching ‘^gpio@[0-9a-f]+$’. This patch changes the clock name from “stp” to “gpio”. Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent 51f96bf commit b0d04fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/mips/lantiq/xway/sysctrl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ void __init ltq_soc_init(void)
485485
/* add our generic xway clocks */
486486
clkdev_add_pmu("10000000.fpi", NULL, 0, 0, PMU_FPI);
487487
clkdev_add_pmu("1e100a00.gptu", NULL, 1, 0, PMU_GPT);
488-
clkdev_add_pmu("1e100bb0.stp", NULL, 1, 0, PMU_STP);
488+
clkdev_add_pmu("1e100bb0.gpio", NULL, 1, 0, PMU_STP);
489489
clkdev_add_pmu("1e100c00.serial", NULL, 0, 0, PMU_ASC1);
490490
clkdev_add_pmu("1e104100.dma", NULL, 1, 0, PMU_DMA);
491491
clkdev_add_pmu("1e100800.spi", NULL, 1, 0, PMU_SPI);

0 commit comments

Comments
 (0)