diff mbox series

[2/2] arm64: dts: qcom: sc7280: Add "google,senor" to the compatible

Message ID 1619674827-26650-2-git-send-email-rnayak@codeaurora.org (mailing list archive)
State Accepted
Commit 9d6e639cbaa1f27fedccb456dd2f70ecc39b5aca
Headers show
Series [1/2] dt-bindings: arm: qcom: Document google,senor board | expand

Commit Message

Rajendra Nayak April 29, 2021, 5:40 a.m. UTC
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(-)

Comments

Matthias Kaehlcke April 29, 2021, 12:46 p.m. UTC | #1
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>
Doug Anderson April 29, 2021, 1:39 p.m. UTC | #2
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>
Robert P. J. Day April 29, 2021, 1:43 p.m. UTC | #3
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
Rajendra Nayak April 30, 2021, 4:19 a.m. UTC | #4
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
>
diff mbox series

Patch

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;