| D | clk-s3c2410.c | 1 // SPDX-License-Identifier: GPL-2.0-only 8 #include <linux/clk-provider.h> 13 #include <dt-bindings/clock/s3c2410.h> 16 #include "clk-pll.h" 29 S3C2440, enumerator 80 GATE(PCLK_I2C, "i2c", "pclk", CLKCON, 16, 0, 0), 89 GATE(HCLK_USBD, "usb-device", "hclk", CLKCON, 7, 0, 0), 90 GATE(HCLK_USBH, "usb-host", "hclk", CLKCON, 6, 0, 0), 95 /* should be added _after_ the soc-specific clocks are created */ 97 ALIAS(PCLK_I2C, "s3c2410-i2c.0", "i2c"), [all …]
|