summaryrefslogtreecommitdiff
path: root/include/k3-dev.h
diff options
context:
space:
mode:
authorApurva Nandan <[email protected]>2024-02-24 01:51:44 +0530
committerTom Rini <[email protected]>2024-03-04 13:41:03 -0500
commit952099944dd5285eeddc6e75f6070dce8335cd4d (patch)
tree3e17a297fc0a5be0c27808f9626de3ec76511377 /include/k3-dev.h
parent4e3b94d7ba254322d75ea72da840be0a0af6a892 (diff)
arm: mach-k3: j784s4: Add clk and power support
Add clk and device data which can be used by respective drivers to configure clocks and PSC. Signed-off-by: Hari Nagalla <[email protected]> Signed-off-by: Apurva Nandan <[email protected]> Reviewed-by: Sean Anderson <[email protected]> Reviewed-by: Nishanth Menon <[email protected]> Reviewed-by: Bryan Brattlof <[email protected]> Reviewed-by: Roger Quadros <[email protected]> Tested-by: Marcel Ziswiler <[email protected]> # AM69-SK
Diffstat (limited to 'include/k3-dev.h')
-rw-r--r--include/k3-dev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/k3-dev.h b/include/k3-dev.h
index 072e10ba632..a9d1ada8041 100644
--- a/include/k3-dev.h
+++ b/include/k3-dev.h
@@ -80,6 +80,7 @@ extern const struct ti_k3_pd_platdata j7200_pd_platdata;
extern const struct ti_k3_pd_platdata j721s2_pd_platdata;
extern const struct ti_k3_pd_platdata am62x_pd_platdata;
extern const struct ti_k3_pd_platdata am62ax_pd_platdata;
+extern const struct ti_k3_pd_platdata j784s4_pd_platdata;
u8 ti_pd_state(struct ti_pd *pd);
u8 lpsc_get_state(struct ti_lpsc *lpsc);