mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 02:17:36 -04:00
dt-bindings: clock: renesas,cpg-clocks: Document ZT/ZTR trace clock on R-Mobile A1
Document the ZT trace bus and ZTR trace clocks on R-Mobile A1. These clocks supply the coresight tracing modules, PTM, TPIU, ETB and replicator. Without these clocks, coresight tracing can not be operated. While this does change the ABI, it does so by extending the existing clock-output-names, therefore if old software is used with new DT, the coresight tracing parts will likely fail to probe, otherwise if new software is used with an old DT, there is no impact. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20260422233744.149872-2-marek.vasut+renesas@mailbox.org Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
committed by
Geert Uytterhoeven
parent
254f49634e
commit
c9c008754a
@@ -41,7 +41,7 @@ properties:
|
||||
|
||||
clock-output-names:
|
||||
minItems: 3
|
||||
maxItems: 17
|
||||
maxItems: 19
|
||||
|
||||
renesas,mode:
|
||||
description: Board-specific settings of the MD_CK* bits on R-Mobile A1
|
||||
@@ -123,6 +123,8 @@ allOf:
|
||||
- const: zb
|
||||
- const: m3
|
||||
- const: cp
|
||||
- const: ztr
|
||||
- const: zt
|
||||
|
||||
required:
|
||||
- renesas,mode
|
||||
@@ -240,6 +242,6 @@ examples:
|
||||
#clock-cells = <1>;
|
||||
clock-output-names = "system", "pllc0", "pllc1", "pllc2", "r",
|
||||
"usb24s", "i", "zg", "b", "m1", "hp", "hpp",
|
||||
"usbp", "s", "zb", "m3", "cp";
|
||||
"usbp", "s", "zb", "m3", "cp", "ztr", "zt";
|
||||
renesas,mode = <0x05>;
|
||||
};
|
||||
|
||||
@@ -24,6 +24,8 @@
|
||||
#define R8A7740_CLK_ZB 14
|
||||
#define R8A7740_CLK_M3 15
|
||||
#define R8A7740_CLK_CP 16
|
||||
#define R8A7740_CLK_ZTR 17
|
||||
#define R8A7740_CLK_ZT 18
|
||||
|
||||
/* MSTP1 */
|
||||
#define R8A7740_CLK_CEU21 28
|
||||
|
||||
Reference in New Issue
Block a user