Re: [PATCH] arm64: dts: tegra: drop serial clock-names and reset-names

From: Krzysztof Kozlowski
Date: Sat Jul 01 2023 - 04:14:33 EST


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@xxxxxxxxxx>
>> ---
>> 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?

Best regards,
Krzysztof