* [PATCH 0/2] dt-bindings fixes for sdm845-starqltechn
@ 2025-10-15 16:32 Konrad Dybcio
2025-10-15 16:32 ` [PATCH 1/2] arm64: dts: qcom: sdm845-starqltechn: Fix i2c-gpio node name Konrad Dybcio
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Konrad Dybcio @ 2025-10-15 16:32 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Dzmitry Sankouski
Cc: linux-arm-msm, devicetree, linux-kernel, Konrad Dybcio
Just some low-hanging fruits
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
---
Konrad Dybcio (2):
arm64: dts: qcom: sdm845-starqltechn: Fix i2c-gpio node name
arm64: dts: qcom: sdm845-starqltechn: Remove stray #address/size-cells
arch/arm64/boot/dts/qcom/sdm845-samsung-starqltechn.dts | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
base-commit: 52ba76324a9d7c39830c850999210a36ef023cde
change-id: 20251015-topic-starltechn_i2c_gpio-8f5ce7749af1
Best regards,
--
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/2] arm64: dts: qcom: sdm845-starqltechn: Fix i2c-gpio node name
2025-10-15 16:32 [PATCH 0/2] dt-bindings fixes for sdm845-starqltechn Konrad Dybcio
@ 2025-10-15 16:32 ` Konrad Dybcio
2025-10-15 20:11 ` Dmitry Baryshkov
2025-10-15 16:32 ` [PATCH 2/2] arm64: dts: qcom: sdm845-starqltechn: Remove stray #address/size-cells Konrad Dybcio
2025-10-27 22:36 ` [PATCH 0/2] dt-bindings fixes for sdm845-starqltechn Bjorn Andersson
2 siblings, 1 reply; 6+ messages in thread
From: Konrad Dybcio @ 2025-10-15 16:32 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Dzmitry Sankouski
Cc: linux-arm-msm, devicetree, linux-kernel, Konrad Dybcio
From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Fix the following DT checker warning:
$nodename:0: 'i2c21' does not match '^i2c(@.+|-[a-z0-9]+)?$'
Fixes: 3a4600448bef ("arm64: dts: qcom: sdm845-starqltechn: add display PMIC")
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
---
arch/arm64/boot/dts/qcom/sdm845-samsung-starqltechn.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/sdm845-samsung-starqltechn.dts b/arch/arm64/boot/dts/qcom/sdm845-samsung-starqltechn.dts
index 75a53f0bbebd..61a4fe7f843c 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-samsung-starqltechn.dts
+++ b/arch/arm64/boot/dts/qcom/sdm845-samsung-starqltechn.dts
@@ -158,7 +158,7 @@ rmtfs_mem: rmtfs-mem@fde00000 {
};
};
- i2c21 {
+ i2c-21 {
compatible = "i2c-gpio";
sda-gpios = <&tlmm 127 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
scl-gpios = <&tlmm 128 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
--
2.51.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/2] arm64: dts: qcom: sdm845-starqltechn: Remove stray #address/size-cells
2025-10-15 16:32 [PATCH 0/2] dt-bindings fixes for sdm845-starqltechn Konrad Dybcio
2025-10-15 16:32 ` [PATCH 1/2] arm64: dts: qcom: sdm845-starqltechn: Fix i2c-gpio node name Konrad Dybcio
@ 2025-10-15 16:32 ` Konrad Dybcio
2025-10-15 20:11 ` Dmitry Baryshkov
2025-10-27 22:36 ` [PATCH 0/2] dt-bindings fixes for sdm845-starqltechn Bjorn Andersson
2 siblings, 1 reply; 6+ messages in thread
From: Konrad Dybcio @ 2025-10-15 16:32 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Dzmitry Sankouski
Cc: linux-arm-msm, devicetree, linux-kernel, Konrad Dybcio
From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
maxim,max77705 does not have any children with a 'reg' property, hence
solve the following warning:
'#address-cells', '#size-cells' do not match any of the regexes:
'^pinctrl-[0-9]+$'
by simply removing the disallowed properties.
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
---
arch/arm64/boot/dts/qcom/sdm845-samsung-starqltechn.dts | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/sdm845-samsung-starqltechn.dts b/arch/arm64/boot/dts/qcom/sdm845-samsung-starqltechn.dts
index 61a4fe7f843c..c5c6c7988bd9 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-samsung-starqltechn.dts
+++ b/arch/arm64/boot/dts/qcom/sdm845-samsung-starqltechn.dts
@@ -606,8 +606,6 @@ pmic@66 {
interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
pinctrl-0 = <&pmic_int_default>;
pinctrl-names = "default";
- #address-cells = <1>;
- #size-cells = <0>;
leds {
compatible = "maxim,max77705-rgb";
--
2.51.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 2/2] arm64: dts: qcom: sdm845-starqltechn: Remove stray #address/size-cells
2025-10-15 16:32 ` [PATCH 2/2] arm64: dts: qcom: sdm845-starqltechn: Remove stray #address/size-cells Konrad Dybcio
@ 2025-10-15 20:11 ` Dmitry Baryshkov
0 siblings, 0 replies; 6+ messages in thread
From: Dmitry Baryshkov @ 2025-10-15 20:11 UTC (permalink / raw)
To: Konrad Dybcio
Cc: Bjorn Andersson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Dzmitry Sankouski, linux-arm-msm, devicetree, linux-kernel,
Konrad Dybcio
On Wed, Oct 15, 2025 at 06:32:17PM +0200, Konrad Dybcio wrote:
> From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
>
> maxim,max77705 does not have any children with a 'reg' property, hence
> solve the following warning:
>
> '#address-cells', '#size-cells' do not match any of the regexes:
> '^pinctrl-[0-9]+$'
>
> by simply removing the disallowed properties.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
> ---
> arch/arm64/boot/dts/qcom/sdm845-samsung-starqltechn.dts | 2 --
> 1 file changed, 2 deletions(-)
>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
>
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] arm64: dts: qcom: sdm845-starqltechn: Fix i2c-gpio node name
2025-10-15 16:32 ` [PATCH 1/2] arm64: dts: qcom: sdm845-starqltechn: Fix i2c-gpio node name Konrad Dybcio
@ 2025-10-15 20:11 ` Dmitry Baryshkov
0 siblings, 0 replies; 6+ messages in thread
From: Dmitry Baryshkov @ 2025-10-15 20:11 UTC (permalink / raw)
To: Konrad Dybcio
Cc: Bjorn Andersson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Dzmitry Sankouski, linux-arm-msm, devicetree, linux-kernel,
Konrad Dybcio
On Wed, Oct 15, 2025 at 06:32:16PM +0200, Konrad Dybcio wrote:
> From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
>
> Fix the following DT checker warning:
>
> $nodename:0: 'i2c21' does not match '^i2c(@.+|-[a-z0-9]+)?$'
>
> Fixes: 3a4600448bef ("arm64: dts: qcom: sdm845-starqltechn: add display PMIC")
> Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
> ---
> arch/arm64/boot/dts/qcom/sdm845-samsung-starqltechn.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/2] dt-bindings fixes for sdm845-starqltechn
2025-10-15 16:32 [PATCH 0/2] dt-bindings fixes for sdm845-starqltechn Konrad Dybcio
2025-10-15 16:32 ` [PATCH 1/2] arm64: dts: qcom: sdm845-starqltechn: Fix i2c-gpio node name Konrad Dybcio
2025-10-15 16:32 ` [PATCH 2/2] arm64: dts: qcom: sdm845-starqltechn: Remove stray #address/size-cells Konrad Dybcio
@ 2025-10-27 22:36 ` Bjorn Andersson
2 siblings, 0 replies; 6+ messages in thread
From: Bjorn Andersson @ 2025-10-27 22:36 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Dzmitry Sankouski,
Konrad Dybcio
Cc: linux-arm-msm, devicetree, linux-kernel, Konrad Dybcio
On Wed, 15 Oct 2025 18:32:15 +0200, Konrad Dybcio wrote:
> Just some low-hanging fruits
>
>
Applied, thanks!
[1/2] arm64: dts: qcom: sdm845-starqltechn: Fix i2c-gpio node name
commit: 6030fa06360b8b8d898b66ac156adaaf990b83cb
[2/2] arm64: dts: qcom: sdm845-starqltechn: Remove stray #address/size-cells
(no commit info)
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-10-27 22:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-15 16:32 [PATCH 0/2] dt-bindings fixes for sdm845-starqltechn Konrad Dybcio
2025-10-15 16:32 ` [PATCH 1/2] arm64: dts: qcom: sdm845-starqltechn: Fix i2c-gpio node name Konrad Dybcio
2025-10-15 20:11 ` Dmitry Baryshkov
2025-10-15 16:32 ` [PATCH 2/2] arm64: dts: qcom: sdm845-starqltechn: Remove stray #address/size-cells Konrad Dybcio
2025-10-15 20:11 ` Dmitry Baryshkov
2025-10-27 22:36 ` [PATCH 0/2] dt-bindings fixes for sdm845-starqltechn 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).