On Wed, Nov 26, 2025 at 03:15:42PM +0530, Kumari Pallavi wrote: > Add a new compatible string "qcom,kaanapali-fastrpc" to support > for Kaanapali SoC.
... and here you write WHY or provide background about hardware differences, instead of writing what you did. We see what you did easily - we can read the diff. Additionally your subject already said this, so basically your commit msg is redundant... I still do not know why Kaanapali needs this. > > Signed-off-by: Kumari Pallavi <[email protected]> > --- > Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml > b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml > index 3f6199fc9ae6..6c19217d63a6 100644 > --- a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml > +++ b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml > @@ -18,7 +18,10 @@ description: | > > properties: > compatible: > - const: qcom,fastrpc > + items: No need to introduce items, wasn't here before. Just enum directly. > + - enum: > + - qcom,kaanapali-fastrpc > + - qcom,fastrpc > > label: > enum: > -- > 2.34.1 >
