lkml.org 
[lkml]   [2023]   [Jul]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH] arm64: dts: tegra: drop serial clock-names and reset-names
From

On 01/07/2023 09:14, Krzysztof Kozlowski wrote:
> On 28/06/2023 11:58, Jon Hunter wrote:
>>
>> On 23/01/2023 15:15, Krzysztof Kozlowski wrote:
>>> The serial node does not use clock-names and reset-names:
>>>
>>> tegra234-sim-vdk.dtb: serial@3100000: Unevaluated properties are not allowed ('clock-names', 'reset-names' were unexpected)
>>>
>>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>>> ---
>>> arch/arm64/boot/dts/nvidia/tegra132.dtsi | 8 --------
>>> arch/arm64/boot/dts/nvidia/tegra186.dtsi | 2 --
>>> arch/arm64/boot/dts/nvidia/tegra194.dtsi | 4 ----
>>> arch/arm64/boot/dts/nvidia/tegra210.dtsi | 8 --------
>>> arch/arm64/boot/dts/nvidia/tegra234.dtsi | 2 --
>>> 5 files changed, 24 deletions(-)
>>
>> ...
>>
>>> diff --git a/arch/arm64/boot/dts/nvidia/tegra234.dtsi b/arch/arm64/boot/dts/nvidia/tegra234.dtsi
>>> index b54353f31df5..372be226a7f4 100644
>>> --- a/arch/arm64/boot/dts/nvidia/tegra234.dtsi
>>> +++ b/arch/arm64/boot/dts/nvidia/tegra234.dtsi
>>> @@ -676,9 +676,7 @@ uarta: serial@3100000 {
>>> reg = <0x0 0x03100000 0x0 0x10000>;
>>> interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
>>> clocks = <&bpmp TEGRA234_CLK_UARTA>;
>>> - clock-names = "serial";
>>> resets = <&bpmp TEGRA234_RESET_UARTA>;
>>> - reset-names = "serial";
>>> status = "disabled";
>>> };
>>>
>>
>>
>> Thierry, do you have a patch to convert the Documentation/devicetree/bindings/serial/nvidia,tegra20-hsuart.txt to yaml? I have noticed that the above change now cause the hsuart to fail on Tegra234 ...
>
> my patch was touching only the UART (8250), not the HSUART. These are
> different compatible and different drivers. Why do you think HSUART is
> affected here?

Yes they are completely different and your patch is obviously correct.
However, for the Jetson AGX Orin board we update the compatible string
to use the HSUART driver (in
arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000.dts) and here
we don't add the necessary reset name which we should.

I was just flagging this issue to Thierry. I will send a fix for this.

Jon

--
nvpublic

\
 
 \ /
  Last update: 2023-07-03 12:02    [W:0.195 / U:1.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site