diff options
| author | Rayyan Ansari <[email protected]> | 2024-07-16 15:47:38 +0100 |
|---|---|---|
| committer | Georgi Djakov <[email protected]> | 2024-08-23 18:39:29 +0300 |
| commit | 7d59b1ff7113459ae1bb722d80ae0a809ce22b00 (patch) | |
| tree | 0a097716ffaca59bbe93305806ee71cc88e32d94 | |
| parent | 8400291e289ee6b2bf9779ff1c83a291501f017b (diff) | |
dt-bindings: interconnect: qcom,rpmh: correct sm8150 camnoc
The sm8150 camnoc interconnect was mistakenly documented as
"qcom,sm8150-camnoc-noc", for which there is no reference to in
drivers or device tree.
Correct this to "qcom,sm8150-camnoc-virt".
Signed-off-by: Rayyan Ansari <[email protected]>
Acked-by: Dmitry Baryshkov <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Georgi Djakov <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml b/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml index 9318b845ec35..0cb4f7154844 100644 --- a/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml +++ b/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml @@ -71,7 +71,7 @@ properties: - qcom,sdx65-system-noc - qcom,sm8150-aggre1-noc - qcom,sm8150-aggre2-noc - - qcom,sm8150-camnoc-noc + - qcom,sm8150-camnoc-virt - qcom,sm8150-compute-noc - qcom,sm8150-config-noc - qcom,sm8150-dc-noc |