All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: arm: qcom: Document google,senor board
@ 2021-04-29  5:40 Rajendra Nayak
  2021-04-29  5:40 ` [PATCH 2/2] arm64: dts: qcom: sc7280: Add "google,senor" to the compatible Rajendra Nayak
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Rajendra Nayak @ 2021-04-29  5:40 UTC (permalink / raw)
  To: agross, bjorn.andersson, robh+dt
  Cc: linux-arm-msm, devicetree, linux-kernel, dianders, Rajendra Nayak

Document the google,senor board based on sc7280 SoC

Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
---
 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 9b27e99..2babb95 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -178,6 +178,7 @@ properties:
       - items:
           - enum:
               - qcom,sc7280-idp
+              - google,senor
           - const: qcom,sc7280
 
       - items:
-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 2/2] arm64: dts: qcom: sc7280: Add "google,senor" to the compatible
  2021-04-29  5:40 [PATCH 1/2] dt-bindings: arm: qcom: Document google,senor board Rajendra Nayak
@ 2021-04-29  5:40 ` Rajendra Nayak
  2021-04-29 12:46   ` Matthias Kaehlcke
  2021-04-29 13:39   ` Doug Anderson
  2021-04-29 12:43 ` [PATCH 1/2] dt-bindings: arm: qcom: Document google,senor board Matthias Kaehlcke
                   ` (3 subsequent siblings)
  4 siblings, 2 replies; 10+ messages in thread
From: Rajendra Nayak @ 2021-04-29  5:40 UTC (permalink / raw)
  To: agross, bjorn.andersson, robh+dt
  Cc: linux-arm-msm, devicetree, linux-kernel, dianders, Rajendra Nayak

The sc7280 IDP board is also called senor in the Chrome OS builds.
Add the "google,senor" compatible so coreboot/depthcharge knows what
device tree blob to pick

Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
---
 arch/arm64/boot/dts/qcom/sc7280-idp.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7280-idp.dts b/arch/arm64/boot/dts/qcom/sc7280-idp.dts
index 54d2cb3..a79fb5a 100644
--- a/arch/arm64/boot/dts/qcom/sc7280-idp.dts
+++ b/arch/arm64/boot/dts/qcom/sc7280-idp.dts
@@ -11,7 +11,7 @@
 
 / {
 	model = "Qualcomm Technologies, Inc. sc7280 IDP platform";
-	compatible = "qcom,sc7280-idp", "qcom,sc7280";
+	compatible = "qcom,sc7280-idp", "google,senor", "qcom,sc7280";
 
 	aliases {
 		serial0 = &uart5;
-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH 1/2] dt-bindings: arm: qcom: Document google,senor board
  2021-04-29  5:40 [PATCH 1/2] dt-bindings: arm: qcom: Document google,senor board Rajendra Nayak
  2021-04-29  5:40 ` [PATCH 2/2] arm64: dts: qcom: sc7280: Add "google,senor" to the compatible Rajendra Nayak
@ 2021-04-29 12:43 ` Matthias Kaehlcke
  2021-04-29 13:39 ` Doug Anderson
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: Matthias Kaehlcke @ 2021-04-29 12:43 UTC (permalink / raw)
  To: Rajendra Nayak
  Cc: agross, bjorn.andersson, robh+dt, linux-arm-msm, devicetree,
	linux-kernel, dianders

On Thu, Apr 29, 2021 at 11:10:26AM +0530, Rajendra Nayak wrote:
> Document the google,senor board based on sc7280 SoC
> 
> Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>

Reviewed-by: Matthias Kaehlcke <mka@chromium.org>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 2/2] arm64: dts: qcom: sc7280: Add "google,senor" to the compatible
  2021-04-29  5:40 ` [PATCH 2/2] arm64: dts: qcom: sc7280: Add "google,senor" to the compatible Rajendra Nayak
@ 2021-04-29 12:46   ` Matthias Kaehlcke
  2021-04-29 13:39   ` Doug Anderson
  1 sibling, 0 replies; 10+ messages in thread
From: Matthias Kaehlcke @ 2021-04-29 12:46 UTC (permalink / raw)
  To: Rajendra Nayak
  Cc: agross, bjorn.andersson, robh+dt, linux-arm-msm, devicetree,
	linux-kernel, dianders

On Thu, Apr 29, 2021 at 11:10:27AM +0530, Rajendra Nayak wrote:
> The sc7280 IDP board is also called senor in the Chrome OS builds.
> Add the "google,senor" compatible so coreboot/depthcharge knows what
> device tree blob to pick
> 
> Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>

Reviewed-by: Matthias Kaehlcke <mka@chromium.org>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 2/2] arm64: dts: qcom: sc7280: Add "google,senor" to the compatible
  2021-04-29  5:40 ` [PATCH 2/2] arm64: dts: qcom: sc7280: Add "google,senor" to the compatible Rajendra Nayak
  2021-04-29 12:46   ` Matthias Kaehlcke
@ 2021-04-29 13:39   ` Doug Anderson
  2021-04-29 13:43     ` Robert P. J. Day
  1 sibling, 1 reply; 10+ messages in thread
From: Doug Anderson @ 2021-04-29 13:39 UTC (permalink / raw)
  To: Rajendra Nayak
  Cc: Andy Gross, Bjorn Andersson, Rob Herring, linux-arm-msm,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, LKML

Hi,

On Wed, Apr 28, 2021 at 10:40 PM Rajendra Nayak <rnayak@codeaurora.org> wrote:
>
> The sc7280 IDP board is also called senor in the Chrome OS builds.
> Add the "google,senor" compatible so coreboot/depthcharge knows what
> device tree blob to pick
>
> Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
> ---
>  arch/arm64/boot/dts/qcom/sc7280-idp.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Douglas Anderson <dianders@chromium.org>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 1/2] dt-bindings: arm: qcom: Document google,senor board
  2021-04-29  5:40 [PATCH 1/2] dt-bindings: arm: qcom: Document google,senor board Rajendra Nayak
  2021-04-29  5:40 ` [PATCH 2/2] arm64: dts: qcom: sc7280: Add "google,senor" to the compatible Rajendra Nayak
  2021-04-29 12:43 ` [PATCH 1/2] dt-bindings: arm: qcom: Document google,senor board Matthias Kaehlcke
@ 2021-04-29 13:39 ` Doug Anderson
  2021-05-03 19:32 ` Rob Herring
  2021-06-01  0:10 ` patchwork-bot+linux-arm-msm
  4 siblings, 0 replies; 10+ messages in thread
From: Doug Anderson @ 2021-04-29 13:39 UTC (permalink / raw)
  To: Rajendra Nayak
  Cc: Andy Gross, Bjorn Andersson, Rob Herring, linux-arm-msm,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, LKML

Hi,

On Wed, Apr 28, 2021 at 10:41 PM Rajendra Nayak <rnayak@codeaurora.org> wrote:
>
> Document the google,senor board based on sc7280 SoC
>
> Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
> ---
>  Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Douglas Anderson <dianders@chromium.org>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 2/2] arm64: dts: qcom: sc7280: Add "google,senor" to the compatible
  2021-04-29 13:39   ` Doug Anderson
@ 2021-04-29 13:43     ` Robert P. J. Day
  2021-04-30  4:19       ` Rajendra Nayak
  0 siblings, 1 reply; 10+ messages in thread
From: Robert P. J. Day @ 2021-04-29 13:43 UTC (permalink / raw)
  To: Doug Anderson
  Cc: Rajendra Nayak, Andy Gross, Bjorn Andersson, Rob Herring,
	linux-arm-msm,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, LKML

On Thu, 29 Apr 2021, Doug Anderson wrote:

> Hi,
>
> On Wed, Apr 28, 2021 at 10:40 PM Rajendra Nayak <rnayak@codeaurora.org> wrote:
> >
> > The sc7280 IDP board is also called senor in the Chrome OS builds.
> > Add the "google,senor" compatible so coreboot/depthcharge knows what
> > device tree blob to pick
> >
> > Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
> > ---
> >  arch/arm64/boot/dts/qcom/sc7280-idp.dts | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Reviewed-by: Douglas Anderson <dianders@chromium.org>

  subject line contains "google,senor"

rday

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 2/2] arm64: dts: qcom: sc7280: Add "google,senor" to the compatible
  2021-04-29 13:43     ` Robert P. J. Day
@ 2021-04-30  4:19       ` Rajendra Nayak
  0 siblings, 0 replies; 10+ messages in thread
From: Rajendra Nayak @ 2021-04-30  4:19 UTC (permalink / raw)
  To: Robert P. J. Day, Doug Anderson
  Cc: Andy Gross, Bjorn Andersson, Rob Herring, linux-arm-msm,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, LKML


On 4/29/2021 7:13 PM, Robert P. J. Day wrote:
> On Thu, 29 Apr 2021, Doug Anderson wrote:
> 
>> Hi,
>>
>> On Wed, Apr 28, 2021 at 10:40 PM Rajendra Nayak <rnayak@codeaurora.org> wrote:
>>>
>>> The sc7280 IDP board is also called senor in the Chrome OS builds.
>>> Add the "google,senor" compatible so coreboot/depthcharge knows what
>>> device tree blob to pick
>>>
>>> Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
>>> ---
>>>   arch/arm64/boot/dts/qcom/sc7280-idp.dts | 2 +-
>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> Reviewed-by: Douglas Anderson <dianders@chromium.org>
> 
>    subject line contains "google,senor"

are you suggesting it should not?

> 
> rday
> 

-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 1/2] dt-bindings: arm: qcom: Document google,senor board
  2021-04-29  5:40 [PATCH 1/2] dt-bindings: arm: qcom: Document google,senor board Rajendra Nayak
                   ` (2 preceding siblings ...)
  2021-04-29 13:39 ` Doug Anderson
@ 2021-05-03 19:32 ` Rob Herring
  2021-06-01  0:10 ` patchwork-bot+linux-arm-msm
  4 siblings, 0 replies; 10+ messages in thread
From: Rob Herring @ 2021-05-03 19:32 UTC (permalink / raw)
  To: Rajendra Nayak
  Cc: robh+dt, linux-arm-msm, dianders, linux-kernel, bjorn.andersson,
	agross, devicetree

On Thu, 29 Apr 2021 11:10:26 +0530, Rajendra Nayak wrote:
> Document the google,senor board based on sc7280 SoC
> 
> Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
> ---
>  Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 1/2] dt-bindings: arm: qcom: Document google,senor board
  2021-04-29  5:40 [PATCH 1/2] dt-bindings: arm: qcom: Document google,senor board Rajendra Nayak
                   ` (3 preceding siblings ...)
  2021-05-03 19:32 ` Rob Herring
@ 2021-06-01  0:10 ` patchwork-bot+linux-arm-msm
  4 siblings, 0 replies; 10+ messages in thread
From: patchwork-bot+linux-arm-msm @ 2021-06-01  0:10 UTC (permalink / raw)
  To: Rajendra Nayak; +Cc: linux-arm-msm

Hello:

This series was applied to qcom/linux.git (refs/heads/for-next):

On Thu, 29 Apr 2021 11:10:26 +0530 you wrote:
> Document the google,senor board based on sc7280 SoC
> 
> Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
> ---
>  Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
>  1 file changed, 1 insertion(+)

Here is the summary with links:
  - [1/2] dt-bindings: arm: qcom: Document google,senor board
    https://git.kernel.org/qcom/c/17bf8dfa2ac7
  - [2/2] arm64: dts: qcom: sc7280: Add "google,senor" to the compatible
    https://git.kernel.org/qcom/c/9d6e639cbaa1

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-06-01  0:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-29  5:40 [PATCH 1/2] dt-bindings: arm: qcom: Document google,senor board Rajendra Nayak
2021-04-29  5:40 ` [PATCH 2/2] arm64: dts: qcom: sc7280: Add "google,senor" to the compatible Rajendra Nayak
2021-04-29 12:46   ` Matthias Kaehlcke
2021-04-29 13:39   ` Doug Anderson
2021-04-29 13:43     ` Robert P. J. Day
2021-04-30  4:19       ` Rajendra Nayak
2021-04-29 12:43 ` [PATCH 1/2] dt-bindings: arm: qcom: Document google,senor board Matthias Kaehlcke
2021-04-29 13:39 ` Doug Anderson
2021-05-03 19:32 ` Rob Herring
2021-06-01  0:10 ` patchwork-bot+linux-arm-msm

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.