All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandru Marc Serdeliuc via B4 Relay <devnull+serdeliuk.yahoo.com@kernel.org>
To: Bjorn Andersson <andersson@kernel.org>,
	 Konrad Dybcio <konrad.dybcio@linaro.org>,
	Rob Herring <robh@kernel.org>,
	 Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	 Conor Dooley <conor+dt@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	 linux-kernel@vger.kernel.org,
	 Alexandru Marc Serdeliuc <serdeliuk@yahoo.com>
Subject: [PATCH v4 1/2] dt-bindings: arm: qcom: Document the Samsung Galaxy Z Fold5
Date: Sun, 07 Apr 2024 07:38:13 +0200	[thread overview]
Message-ID: <20240407-samsung-galaxy-zfold5-q5q-v4-1-8b67b1813653@yahoo.com> (raw)
In-Reply-To: <20240407-samsung-galaxy-zfold5-q5q-v4-0-8b67b1813653@yahoo.com>

From: Alexandru Marc Serdeliuc <serdeliuk@yahoo.com>

This documents Samsung Galaxy Z Fold5 (samsung,q5q)
which is a foldable phone by Samsung based on the sm8550 SoC.

Signed-off-by: Alexandru Marc Serdeliuc <serdeliuk@yahoo.com>
---
 Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 66beaac60e1d..dea2a23b8fc2 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -1003,6 +1003,7 @@ properties:
               - qcom,sm8550-hdk
               - qcom,sm8550-mtp
               - qcom,sm8550-qrd
+              - samsung,q5q
           - const: qcom,sm8550
 
       - items:

-- 
2.34.1



WARNING: multiple messages have this Message-ID (diff)
From: Alexandru Marc Serdeliuc <serdeliuk@yahoo.com>
To: Bjorn Andersson <andersson@kernel.org>,
	 Konrad Dybcio <konrad.dybcio@linaro.org>,
	Rob Herring <robh@kernel.org>,
	 Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	 Conor Dooley <conor+dt@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	 linux-kernel@vger.kernel.org,
	 Alexandru Marc Serdeliuc <serdeliuk@yahoo.com>
Subject: [PATCH v4 1/2] dt-bindings: arm: qcom: Document the Samsung Galaxy Z Fold5
Date: Sun, 07 Apr 2024 07:38:13 +0200	[thread overview]
Message-ID: <20240407-samsung-galaxy-zfold5-q5q-v4-1-8b67b1813653@yahoo.com> (raw)
In-Reply-To: <20240407-samsung-galaxy-zfold5-q5q-v4-0-8b67b1813653@yahoo.com>

This documents Samsung Galaxy Z Fold5 (samsung,q5q)
which is a foldable phone by Samsung based on the sm8550 SoC.

Signed-off-by: Alexandru Marc Serdeliuc <serdeliuk@yahoo.com>
---
 Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 66beaac60e1d..dea2a23b8fc2 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -1003,6 +1003,7 @@ properties:
               - qcom,sm8550-hdk
               - qcom,sm8550-mtp
               - qcom,sm8550-qrd
+              - samsung,q5q
           - const: qcom,sm8550
 
       - items:

-- 
2.34.1


  reply	other threads:[~2024-04-07  5:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-07  5:38 [PATCH v4 0/2] Samsung Galaxy Z Fold5 initial support Alexandru Marc Serdeliuc via B4 Relay
2024-04-07  5:38 ` Alexandru Marc Serdeliuc
2024-04-07  5:38 ` Alexandru Marc Serdeliuc via B4 Relay [this message]
2024-04-07  5:38   ` [PATCH v4 1/2] dt-bindings: arm: qcom: Document the Samsung Galaxy Z Fold5 Alexandru Marc Serdeliuc
2024-04-07  9:01   ` Krzysztof Kozlowski
2024-04-07  9:21     ` Alexandru Serdeliuc
2024-04-07 11:08       ` Krzysztof Kozlowski
2024-04-07  5:38 ` [PATCH v4 2/2] arm64: dts: qcom: sm8550: Add support for " Alexandru Marc Serdeliuc via B4 Relay
2024-04-07  5:38   ` Alexandru Marc Serdeliuc
2024-04-07  9:03   ` Krzysztof Kozlowski
2024-04-07 10:03     ` Alexandru Serdeliuc
2024-04-09 13:38 ` [PATCH v4 0/2] Samsung Galaxy Z Fold5 initial support Rob Herring
2024-04-14 16:59 ` Pavel Machek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240407-samsung-galaxy-zfold5-q5q-v4-1-8b67b1813653@yahoo.com \
    --to=devnull+serdeliuk.yahoo.com@kernel.org \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=serdeliuk@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.