[PATCH] arm64: dts: axiado: Use lowercase hex

Krzysztof Kozlowski posted 1 patch 1 month, 2 weeks ago
arch/arm64/boot/dts/axiado/ax3000.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64: dts: axiado: Use lowercase hex
Posted by Krzysztof Kozlowski 1 month, 2 weeks ago
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
Re: [PATCH] arm64: dts: axiado: Use lowercase hex
Posted by Krzysztof Kozlowski 3 weeks, 6 days ago
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
Re: [PATCH] arm64: dts: axiado: Use lowercase hex
Posted by Prasad Bolisetty 2 weeks, 4 days ago
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.
Re: [PATCH] arm64: dts: axiado: Use lowercase hex
Posted by Tzu-Hao Wei 3 weeks, 3 days ago
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>
Re: [PATCH] arm64: dts: axiado: Use lowercase hex
Posted by Krzysztof Kozlowski 3 weeks, 3 days ago
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