summaryrefslogtreecommitdiff
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorDevarsh Thakkar <devarsht@ti.com>2023-06-21 22:11:15 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2023-06-22 18:31:05 -0500
commit6dde8be01ab6bcfd57c57c40d3788bd286707bd9 (patch)
tree49e0d741e7f2e26dd27c8e1142714cc5f525fe9b /Documentation/devicetree
parent19a174d6887e1c4d86c7a17706cb8bf4ebefc0b6 (diff)
dt-bindings: media: Rename jpeg core clock
Remove jpeg_enc0 from clock name prefix since it is already understood that clock is for JPEG Encoder. Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/media/img,e5010-jpeg-enc.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/media/img,e5010-jpeg-enc.yaml b/Documentation/devicetree/bindings/media/img,e5010-jpeg-enc.yaml
index 39c00d200cad..65977714bcb7 100644
--- a/Documentation/devicetree/bindings/media/img,e5010-jpeg-enc.yaml
+++ b/Documentation/devicetree/bindings/media/img,e5010-jpeg-enc.yaml
@@ -69,7 +69,7 @@ examples:
<0x00 0xfd20200 0x00 0x200>;
reg-names = "regjasper", "regmmu";
clocks = <&k3_clks 201 0>;
- clock-names = "jpegenc0_core_clk";
+ clock-names = "core_clk";
power-domains = <&k3_pds 201 TI_SCI_PD_EXCLUSIVE>;
interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
};