Message ID | 20230104171643.1004054-1-konrad.dybcio@linaro.org |
---|---|
State | Accepted |
Commit | 62a4545614630dc65b130b84d69ce64dbff95523 |
Headers | show |
Series | [v2,1/3] dt-bindings: interconnect: OSM L3: Add SM6350 OSM L3 compatible | expand |
On 04/01/2023 18:16, Konrad Dybcio wrote: > SM6350, similarly to SDM845, uses OSM hardware for L3 scaling. > Document it. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Wed, Jan 04, 2023 at 06:16:40PM +0100, Konrad Dybcio wrote: > SM6350, similarly to SDM845, uses OSM hardware for L3 scaling. > Document it. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Bjorn Andersson <andersson@kernel.org> > --- > v1 -> v2: > No changes > > Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml b/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml > index 00afbbca9038..9d0a98d77ae9 100644 > --- a/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml > +++ b/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml > @@ -22,6 +22,7 @@ properties: > - qcom,sc7180-osm-l3 > - qcom,sc8180x-osm-l3 > - qcom,sdm845-osm-l3 > + - qcom,sm6350-osm-l3 > - qcom,sm8150-osm-l3 > - const: qcom,osm-l3 > - items: > -- > 2.39.0 >
On Wed, 4 Jan 2023 18:16:40 +0100, Konrad Dybcio wrote: > SM6350, similarly to SDM845, uses OSM hardware for L3 scaling. > Document it. > > Applied, thanks! [2/3] arm64: dts: qcom: sm6350: Add OSM L3 node commit: e17a806571bb01bb951faeec645944850241eae3 [3/3] arm64: dts: qcom: sm6350: Set up DDR & L3 scaling commit: bba952275b81971d329189a879a5611bc8eb0dd1 Best regards,
diff --git a/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml b/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml index 00afbbca9038..9d0a98d77ae9 100644 --- a/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml +++ b/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml @@ -22,6 +22,7 @@ properties: - qcom,sc7180-osm-l3 - qcom,sc8180x-osm-l3 - qcom,sdm845-osm-l3 + - qcom,sm6350-osm-l3 - qcom,sm8150-osm-l3 - const: qcom,osm-l3 - items:
SM6350, similarly to SDM845, uses OSM hardware for L3 scaling. Document it. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> --- v1 -> v2: No changes Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml | 1 + 1 file changed, 1 insertion(+)