* [PATCH] dt-bindings: arm: qcom: drop the IPQ board types
@ 2023-09-27 9:31 Sridharan S N
2023-09-27 11:31 ` Bryan O'Donoghue
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Sridharan S N @ 2023-09-27 9:31 UTC (permalink / raw)
To: agross, andersson, konrad.dybcio, robh+dt, krzysztof.kozlowski+dt,
conor+dt, linux-arm-msm, devicetree, linux-kernel
Cc: Sridharan S N
IPQ bootloaders do not need these information to select the
the DTB blob. So dropping the board names from board section.
Signed-off-by: Sridharan S N <quic_sridsn@quicinc.com>
---
Documentation/devicetree/bindings/arm/qcom.yaml | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 7f80f48a0954..5b56f3d90d4d 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -91,24 +91,10 @@ description: |
The 'board' element must be one of the following strings:
adp
- ap-al02-c2
- ap-al02-c6
- ap-al02-c7
- ap-al02-c8
- ap-al02-c9
- ap-mi01.2
- ap-mi01.3
- ap-mi01.6
- ap-mi01.9
cdp
- cp01-c1
dragonboard
- hk01
- hk10-c1
- hk10-c2
idp
liquid
- rdp432-c2
mtp
qrd
rb2
--
2.34.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: arm: qcom: drop the IPQ board types
2023-09-27 9:31 [PATCH] dt-bindings: arm: qcom: drop the IPQ board types Sridharan S N
@ 2023-09-27 11:31 ` Bryan O'Donoghue
2023-10-03 5:09 ` Sridharan S N
2023-10-06 15:36 ` Rob Herring
2023-12-03 4:54 ` Bjorn Andersson
2 siblings, 1 reply; 5+ messages in thread
From: Bryan O'Donoghue @ 2023-09-27 11:31 UTC (permalink / raw)
To: Sridharan S N, agross, andersson, konrad.dybcio, robh+dt,
krzysztof.kozlowski+dt, conor+dt, linux-arm-msm, devicetree,
linux-kernel
On 27/09/2023 10:31, Sridharan S N wrote:
> IPQ bootloaders do not need these information to select the
> the DTB blob. So dropping the board names from board section.
>
> Signed-off-by: Sridharan S N <quic_sridsn@quicinc.com>
> ---
> Documentation/devicetree/bindings/arm/qcom.yaml | 14 --------------
> 1 file changed, 14 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
> index 7f80f48a0954..5b56f3d90d4d 100644
> --- a/Documentation/devicetree/bindings/arm/qcom.yaml
> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml
> @@ -91,24 +91,10 @@ description: |
> The 'board' element must be one of the following strings:
>
> adp
> - ap-al02-c2
> - ap-al02-c6
> - ap-al02-c7
> - ap-al02-c8
> - ap-al02-c9
> - ap-mi01.2
> - ap-mi01.3
> - ap-mi01.6
> - ap-mi01.9
> cdp
> - cp01-c1
> dragonboard
> - hk01
> - hk10-c1
> - hk10-c2
> idp
> liquid
> - rdp432-c2
> mtp
> qrd
> rb2
All bootloaders ? You are 100% sure that all versions of downstream
u-boot don't rely on these strings ? Upstream u-boot too ?
---
bod
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: arm: qcom: drop the IPQ board types
2023-09-27 11:31 ` Bryan O'Donoghue
@ 2023-10-03 5:09 ` Sridharan S N
0 siblings, 0 replies; 5+ messages in thread
From: Sridharan S N @ 2023-10-03 5:09 UTC (permalink / raw)
To: Bryan O'Donoghue, agross, andersson, konrad.dybcio, robh+dt,
krzysztof.kozlowski+dt, conor+dt, linux-arm-msm, devicetree,
linux-kernel
On 9/27/2023 5:01 PM, Bryan O'Donoghue wrote:
> On 27/09/2023 10:31, Sridharan S N wrote:
>> IPQ bootloaders do not need these information to select the
>> the DTB blob. So dropping the board names from board section.
>>
>> Signed-off-by: Sridharan S N <quic_sridsn@quicinc.com>
>> ---
>> Documentation/devicetree/bindings/arm/qcom.yaml | 14 --------------
>> 1 file changed, 14 deletions(-)
>>
>> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml
>> b/Documentation/devicetree/bindings/arm/qcom.yaml
>> index 7f80f48a0954..5b56f3d90d4d 100644
>> --- a/Documentation/devicetree/bindings/arm/qcom.yaml
>> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml
>> @@ -91,24 +91,10 @@ description: |
>> The 'board' element must be one of the following strings:
>> adp
>> - ap-al02-c2
>> - ap-al02-c6
>> - ap-al02-c7
>> - ap-al02-c8
>> - ap-al02-c9
>> - ap-mi01.2
>> - ap-mi01.3
>> - ap-mi01.6
>> - ap-mi01.9
>> cdp
>> - cp01-c1
>> dragonboard
>> - hk01
>> - hk10-c1
>> - hk10-c2
>> idp
>> liquid
>> - rdp432-c2
>> mtp
>> qrd
>> rb2
>
> All bootloaders ? You are 100% sure that all versions of downstream
> u-boot don't rely on these strings ? Upstream u-boot too ?
>
> ---
> bod
Yes , we don't rely on these strings , instead downstream u-boot uses
machid to identify the DTB.
Thanks,
Sridharan S N
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: arm: qcom: drop the IPQ board types
2023-09-27 9:31 [PATCH] dt-bindings: arm: qcom: drop the IPQ board types Sridharan S N
2023-09-27 11:31 ` Bryan O'Donoghue
@ 2023-10-06 15:36 ` Rob Herring
2023-12-03 4:54 ` Bjorn Andersson
2 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2023-10-06 15:36 UTC (permalink / raw)
To: Sridharan S N
Cc: linux-arm-msm, linux-kernel, conor+dt, krzysztof.kozlowski+dt,
devicetree, andersson, agross, robh+dt, konrad.dybcio
On Wed, 27 Sep 2023 15:01:30 +0530, Sridharan S N wrote:
> IPQ bootloaders do not need these information to select the
> the DTB blob. So dropping the board names from board section.
>
> Signed-off-by: Sridharan S N <quic_sridsn@quicinc.com>
> ---
> Documentation/devicetree/bindings/arm/qcom.yaml | 14 --------------
> 1 file changed, 14 deletions(-)
>
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: arm: qcom: drop the IPQ board types
2023-09-27 9:31 [PATCH] dt-bindings: arm: qcom: drop the IPQ board types Sridharan S N
2023-09-27 11:31 ` Bryan O'Donoghue
2023-10-06 15:36 ` Rob Herring
@ 2023-12-03 4:54 ` Bjorn Andersson
2 siblings, 0 replies; 5+ messages in thread
From: Bjorn Andersson @ 2023-12-03 4:54 UTC (permalink / raw)
To: agross, konrad.dybcio, robh+dt, krzysztof.kozlowski+dt, conor+dt,
linux-arm-msm, devicetree, linux-kernel, Sridharan S N
On Wed, 27 Sep 2023 15:01:30 +0530, Sridharan S N wrote:
> IPQ bootloaders do not need these information to select the
> the DTB blob. So dropping the board names from board section.
>
>
Applied, thanks!
[1/1] dt-bindings: arm: qcom: drop the IPQ board types
commit: 14259fcdaf72d3ce93ad9c2b12cc0e96ed5a0c4e
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-12-03 4:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-27 9:31 [PATCH] dt-bindings: arm: qcom: drop the IPQ board types Sridharan S N
2023-09-27 11:31 ` Bryan O'Donoghue
2023-10-03 5:09 ` Sridharan S N
2023-10-06 15:36 ` Rob Herring
2023-12-03 4:54 ` Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).