Skip to content

Commit 9bfeacb

Browse files
committed
Merge: mfd: backport am3359 tscadc driver
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/5137 # Merge Request Required Information ## Summary of Changes Backport am3359 tsc analog-digital converter driver Testing: adc files show up in /sys/devices/platform/bus@100000/bus@100000:bus@28380000/40210000.tscadc on TI J784 board. More thorough testing would require physical access to the pins that interface with the adc. Signed-off-by: Joel Slebodnick <[email protected]> ## Approved Development Ticket All submissions to CentOS Stream must reference an approved ticket in [Red Hat Jira](https://issues.redhat.com/). Please follow the CentOS Stream [contribution documentation](https://docs.centos.org/en-US/stream-contrib/quickstart/) for how to file this ticket and have it approved. JIRA: https://issues.redhat.com/browse/RHEL-51597 Approved-by: Andrew Halaney <[email protected]> Approved-by: Eric Chanudet <[email protected]> Approved-by: Mark Salter <[email protected]> Approved-by: CKI KWF Bot <[email protected]> Merged-by: Rado Vrbovsky <[email protected]>
2 parents 8bf2343 + 6586682 commit 9bfeacb

File tree

4 files changed

+324
-267
lines changed

4 files changed

+324
-267
lines changed

arch/arm/boot/dts/am33xx-l4.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@
263263
compatible = "ti,am3359-tscadc";
264264
reg = <0x0 0x1000>;
265265
interrupts = <16>;
266+
clocks = <&adc_tsc_fck>;
267+
clock-names = "fck";
266268
status = "disabled";
267269
dmas = <&edma 53 0>, <&edma 57 0>;
268270
dma-names = "fifo0", "fifo1";

0 commit comments

Comments
 (0)