Message ID | 20240716144738.109823-1-rayyan.ansari@linaro.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | dt-bindings: interconnect: qcom,rpmh: correct sm8150 camnoc | expand |
On Tue, Jul 16, 2024 at 03:47:38PM GMT, Rayyan Ansari wrote: > 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". Sadly enough, it's not a -virt, but a real -noc, but it's too late to fix that. Acked-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > > Signed-off-by: Rayyan Ansari <rayyan.ansari@linaro.org> > --- > Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 > -- > 2.45.2 >
On 16/07/2024 16:47, Rayyan Ansari wrote: > 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 <rayyan.ansari@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
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
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 <rayyan.ansari@linaro.org> --- Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)