* [PATCH] arm64: dts: axiado: Use lowercase hex
@ 2025-12-23 15:24 Krzysztof Kozlowski
2026-01-12 8:35 ` Krzysztof Kozlowski
0 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2025-12-23 15:24 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Harshit Shah,
devicetree, linux-arm-kernel, linux-kernel
Cc: Krzysztof Kozlowski
The DTS code coding style expects lowercase hex for values and unit
addresses.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
---
Patches done with sed, verified with comparing unflattened DTB and
dtx_diff.
---
arch/arm64/boot/dts/axiado/ax3000.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/axiado/ax3000.dtsi b/arch/arm64/boot/dts/axiado/ax3000.dtsi
index 792f52e0c7dd..d515f3141529 100644
--- a/arch/arm64/boot/dts/axiado/ax3000.dtsi
+++ b/arch/arm64/boot/dts/axiado/ax3000.dtsi
@@ -480,7 +480,7 @@ uart0: serial@80520000 {
uart1: serial@805a0000 {
compatible = "axiado,ax3000-uart", "cdns,uart-r1p12";
- reg = <0x00 0x805A0000 0x00 0x100>;
+ reg = <0x00 0x805a0000 0x00 0x100>;
interrupt-parent = <&gic500>;
interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>;
clock-names = "uart_clk", "pclk";
--
2.51.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] arm64: dts: axiado: Use lowercase hex
2025-12-23 15:24 [PATCH] arm64: dts: axiado: Use lowercase hex Krzysztof Kozlowski
@ 2026-01-12 8:35 ` Krzysztof Kozlowski
2026-01-15 6:14 ` Tzu-Hao Wei
2026-01-21 2:14 ` Prasad Bolisetty
0 siblings, 2 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2026-01-12 8:35 UTC (permalink / raw)
To: Krzysztof Kozlowski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Harshit Shah, devicetree, linux-arm-kernel,
linux-kernel
On 23/12/2025 16:24, Krzysztof Kozlowski wrote:
> The DTS code coding style expects lowercase hex for values and unit
> addresses.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
>
> ---
>
> Patches done with sed, verified with comparing unflattened DTB and
> dtx_diff.
> ---
> arch/arm64/boot/dts/axiado/ax3000.dtsi | 2 +-
Ping! Anyone in Axiado is handling patches?
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] arm64: dts: axiado: Use lowercase hex
2026-01-12 8:35 ` Krzysztof Kozlowski
@ 2026-01-15 6:14 ` Tzu-Hao Wei
2026-01-15 7:46 ` Krzysztof Kozlowski
2026-01-21 2:14 ` Prasad Bolisetty
1 sibling, 1 reply; 5+ messages in thread
From: Tzu-Hao Wei @ 2026-01-15 6:14 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Krzysztof Kozlowski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Harshit Shah, devicetree, linux-arm-kernel,
linux-kernel
On Mon, Jan 12, 2026 at 09:35:24AM +0100, Krzysztof Kozlowski wrote:
> On 23/12/2025 16:24, Krzysztof Kozlowski wrote:
> > The DTS code coding style expects lowercase hex for values and unit
> > addresses.
> >
> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> >
> > ---
> >
> > Patches done with sed, verified with comparing unflattened DTB and
> > dtx_diff.
> > ---
> > arch/arm64/boot/dts/axiado/ax3000.dtsi | 2 +-
>
> Ping! Anyone in Axiado is handling patches?
>
> Best regards,
> Krzysztof
Sorry for late reply
Reviewed-by: Tzu-Hao Wei <twei@axiado.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] arm64: dts: axiado: Use lowercase hex
2026-01-15 6:14 ` Tzu-Hao Wei
@ 2026-01-15 7:46 ` Krzysztof Kozlowski
0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2026-01-15 7:46 UTC (permalink / raw)
To: Tzu-Hao Wei, Krzysztof Kozlowski
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Harshit Shah,
devicetree, linux-arm-kernel, linux-kernel
On 15/01/2026 07:14, Tzu-Hao Wei wrote:
> On Mon, Jan 12, 2026 at 09:35:24AM +0100, Krzysztof Kozlowski wrote:
>> On 23/12/2025 16:24, Krzysztof Kozlowski wrote:
>>> The DTS code coding style expects lowercase hex for values and unit
>>> addresses.
>>>
>>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
>>>
>>> ---
>>>
>>> Patches done with sed, verified with comparing unflattened DTB and
>>> dtx_diff.
>>> ---
>>> arch/arm64/boot/dts/axiado/ax3000.dtsi | 2 +-
>>
>> Ping! Anyone in Axiado is handling patches?
>>
>> Best regards,
>> Krzysztof
> Sorry for late reply
>
> Reviewed-by: Tzu-Hao Wei <twei@axiado.com>
Thank you for review, but who is going to handle the patch?
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] arm64: dts: axiado: Use lowercase hex
2026-01-12 8:35 ` Krzysztof Kozlowski
2026-01-15 6:14 ` Tzu-Hao Wei
@ 2026-01-21 2:14 ` Prasad Bolisetty
1 sibling, 0 replies; 5+ messages in thread
From: Prasad Bolisetty @ 2026-01-21 2:14 UTC (permalink / raw)
To: Krzysztof Kozlowski, Krzysztof Kozlowski, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Harshit Shah, devicetree,
linux-arm-kernel, linux-kernel
On 1/12/2026 12:35 AM, Krzysztof Kozlowski wrote:
> CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
>
>
> On 23/12/2025 16:24, Krzysztof Kozlowski wrote:
>> The DTS code coding style expects lowercase hex for values and unit
>> addresses.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
>>
>> ---
>>
>> Patches done with sed, verified with comparing unflattened DTB and
>> dtx_diff.
>> ---
>> arch/arm64/boot/dts/axiado/ax3000.dtsi | 2 +-
> Ping! Anyone in Axiado is handling patches?
>
> Best regards,
> Krzysztof
We are working on it and will update.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-01-21 2:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-23 15:24 [PATCH] arm64: dts: axiado: Use lowercase hex Krzysztof Kozlowski
2026-01-12 8:35 ` Krzysztof Kozlowski
2026-01-15 6:14 ` Tzu-Hao Wei
2026-01-15 7:46 ` Krzysztof Kozlowski
2026-01-21 2:14 ` Prasad Bolisetty
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox