Message ID | 20250113-sm8750_llcc_master-v1-1-5389b92e2d7a@quicinc.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Introduce LLCC v6 used on the SM8750 SoCs | expand |
On Mon, Jan 13, 2025 at 01:26:40PM -0800, Melody Olvera wrote: > Add documentation for the SM8750 LLCC. > > Signed-off-by: Melody Olvera <quic_molvera@quicinc.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> > --- > Documentation/devicetree/bindings/cache/qcom,llcc.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/cache/qcom,llcc.yaml b/Documentation/devicetree/bindings/cache/qcom,llcc.yaml > index e5effbb4a606b1ba2d9507b6ca72cd1bdff51344..37e3ebd554874f0fbbb8956a718dcb717ee82155 100644 > --- a/Documentation/devicetree/bindings/cache/qcom,llcc.yaml > +++ b/Documentation/devicetree/bindings/cache/qcom,llcc.yaml > @@ -40,6 +40,7 @@ properties: > - qcom,sm8450-llcc > - qcom,sm8550-llcc > - qcom,sm8650-llcc > + - qcom,sm8750-llcc > - qcom,x1e80100-llcc > > reg: > @@ -274,6 +275,7 @@ allOf: > - qcom,sm8450-llcc > - qcom,sm8550-llcc > - qcom,sm8650-llcc > + - qcom,sm8750-llcc > then: > properties: > reg: > > -- > 2.46.1 >
diff --git a/Documentation/devicetree/bindings/cache/qcom,llcc.yaml b/Documentation/devicetree/bindings/cache/qcom,llcc.yaml index e5effbb4a606b1ba2d9507b6ca72cd1bdff51344..37e3ebd554874f0fbbb8956a718dcb717ee82155 100644 --- a/Documentation/devicetree/bindings/cache/qcom,llcc.yaml +++ b/Documentation/devicetree/bindings/cache/qcom,llcc.yaml @@ -40,6 +40,7 @@ properties: - qcom,sm8450-llcc - qcom,sm8550-llcc - qcom,sm8650-llcc + - qcom,sm8750-llcc - qcom,x1e80100-llcc reg: @@ -274,6 +275,7 @@ allOf: - qcom,sm8450-llcc - qcom,sm8550-llcc - qcom,sm8650-llcc + - qcom,sm8750-llcc then: properties: reg:
Add documentation for the SM8750 LLCC. Signed-off-by: Melody Olvera <quic_molvera@quicinc.com> --- Documentation/devicetree/bindings/cache/qcom,llcc.yaml | 2 ++ 1 file changed, 2 insertions(+)