mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
Samsung clock controller fixes for v6.8
Google GS101: Correct the input clock names to CMU MISC clock controller to match received review. The review was initially missed and CMU MISC clock controller bindings, driver and DTS was merged into v6.8-rc1 with different names. Nothing was released so far, so the bindings and driver can be still corrected to match review. -----BEGIN PGP SIGNATURE----- iQJEBAABCgAuFiEE3dJiKD0RGyM7briowTdm5oaLg9cFAmWyGtwQHGtyemtAa2Vy bmVsLm9yZwAKCRDBN2bmhouD1+9tD/49fHDdJX181v2uGGyFx/573p6s93cQUCSY SLU9c2K9qnErbaiYude1xZdEF7De5Y10U/+pBUF7UnXXUdtvn0UFuyBNQfcT7A0E 2S/pG7QMT6y+uoU9M8kMSuoTVnppzLhbng60bvW16b0n9KjIwoSxus95+eioQfJ4 c2pOsEW9esddVnRopdKNp1+ZlYPybQJgfHFMqxQwo15Uv2jSMTOeM1LobPrVGUUJ 172kQb2b5NreOFrxFkJKIna91i9PWRM4JUWtnHv/WcbWiNEixHStcOzC1qjx0qkK 0Jm00Lvgh/5cwnqIKrlGNLdw7CyUCsCxpsGsP7HDHvFiBF1+s6Uw3UMQ+vlPHLSX TuTCUPjQ9RdakxSbM00zcAjos0uNineCw0cpJ4G9TDCHBhTGQcIMIelCU+qVaBED HBqLhOS1dsLEeyMAcP2Y7pzYS3uLy/3Z37Kmt6GGgOxOBqtMzIbG5I3Xo3oU1AIY sUw6X1F6Lq02Eo8RB9j50/a6bTqKWBYYg5mKNGEpCetInqZX7JoLVXCoZ6n/1SYh 4zdLU04nUKM3ZsFkRxnAWkOLudBJBBd0/QfvbLcTxpFjT5emNulgV/OAsNdWpiTF HW3bI/ztKl+VG9cXjYMeNc0I1HmbiTi6Y2n1wPKa6GY/OgLlAPDGj6HOBCCBAuUw beK6DTbA5w== =Tvym -----END PGP SIGNATURE----- Merge tag 'samsung-clk-fixes-6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into clk-fixes Pull Samsung clk fixes from Krzysztof Kozlowski: Google GS101: Correct the input clock names to CMU MISC clock controller to match received review. The review was initially missed and CMU MISC clock controller bindings, driver and DTS was merged into v6.8-rc1 with different names. Nothing was released so far, so the bindings and driver can be still corrected to match review. * tag 'samsung-clk-fixes-6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux: clk: samsung: clk-gs101: comply with the new dt cmu_misc clock names dt-bindings: clock: gs101: rename cmu_misc clock-names
This commit is contained in:
commit
cc976dbc49
|
|
@ -85,8 +85,8 @@ allOf:
|
|||
|
||||
clock-names:
|
||||
items:
|
||||
- const: dout_cmu_misc_bus
|
||||
- const: dout_cmu_misc_sss
|
||||
- const: bus
|
||||
- const: sss
|
||||
|
||||
additionalProperties: false
|
||||
|
||||
|
|
|
|||
|
|
@ -2475,7 +2475,7 @@ static const struct samsung_cmu_info misc_cmu_info __initconst = {
|
|||
.nr_clk_ids = CLKS_NR_MISC,
|
||||
.clk_regs = misc_clk_regs,
|
||||
.nr_clk_regs = ARRAY_SIZE(misc_clk_regs),
|
||||
.clk_name = "dout_cmu_misc_bus",
|
||||
.clk_name = "bus",
|
||||
};
|
||||
|
||||
/* ---- platform_driver ----------------------------------------------------- */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user