mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
4611fdd759
Add 6.1 tag to upstream patch now that 6.1 got tagged. This permits to track patch in a better way and directly drop them on kernel bump. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
30 lines
785 B
Diff
30 lines
785 B
Diff
From fc7dc1d0c10e8e3d72b68ddae8a61c8aa02a62c1 Mon Sep 17 00:00:00 2001
|
|
From: Christian Marangi <ansuelsmth@gmail.com>
|
|
Date: Wed, 15 Jun 2022 17:13:32 +0200
|
|
Subject: [PATCH v4 1/3] dt-bindings: clock: add pcm reset for ipq806x lcc
|
|
|
|
Add pcm reset define for ipq806x lcc.
|
|
|
|
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
|
|
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
|
|
Acked-by: Rob Herring <robh@kernel.org>
|
|
---
|
|
v3:
|
|
- Added review tag
|
|
- Added ack tag
|
|
v2:
|
|
- Fix Sob tag
|
|
|
|
include/dt-bindings/clock/qcom,lcc-ipq806x.h | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- a/include/dt-bindings/clock/qcom,lcc-ipq806x.h
|
|
+++ b/include/dt-bindings/clock/qcom,lcc-ipq806x.h
|
|
@@ -19,4 +19,6 @@
|
|
#define SPDIF_CLK 10
|
|
#define AHBIX_CLK 11
|
|
|
|
+#define LCC_PCM_RESET 0
|
|
+
|
|
#endif
|