[PATCH v2 0/2] ARM: dts: microchip: rng node name and label tweaks

Alexander Dahl posted 2 patches 2 months, 1 week ago
arch/arm/boot/dts/microchip/at91sam9g45.dtsi | 2 +-
arch/arm/boot/dts/microchip/sam9x60.dtsi     | 2 +-
arch/arm/boot/dts/microchip/sama5d2.dtsi     | 2 +-
arch/arm/boot/dts/microchip/sama5d3.dtsi     | 2 +-
arch/arm/boot/dts/microchip/sama5d4.dtsi     | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
[PATCH v2 0/2] ARM: dts: microchip: rng node name and label tweaks
Posted by Alexander Dahl 2 months, 1 week ago
Hello everyone,

this started out as a single trivial patch adding labels to device tree
nodes, so I could reference those in board files.

Greets
Alex

(series based on v6.11)

v2:
- Add second patch to unify node names

v1:
- Link: https://lore.kernel.org/linux-devicetree/20240916064233.697215-1-ada@thorsis.com/T/#u

Cc: devicetree@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org

Alexander Dahl (2):
  ARM: dts: microchip: Add trng labels for all at91 SoCs
  ARM: dts: microchip: Unify rng node names

 arch/arm/boot/dts/microchip/at91sam9g45.dtsi | 2 +-
 arch/arm/boot/dts/microchip/sam9x60.dtsi     | 2 +-
 arch/arm/boot/dts/microchip/sama5d2.dtsi     | 2 +-
 arch/arm/boot/dts/microchip/sama5d3.dtsi     | 2 +-
 arch/arm/boot/dts/microchip/sama5d4.dtsi     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)


base-commit: 98f7e32f20d28ec452afb208f9cffc08448a2652
-- 
2.39.5
Re: [PATCH v2 0/2] ARM: dts: microchip: rng node name and label tweaks
Posted by Claudiu Beznea 1 month, 1 week ago

On 17.09.2024 10:27, Alexander Dahl wrote:
> Alexander Dahl (2):
>   ARM: dts: microchip: Add trng labels for all at91 SoCs
>   ARM: dts: microchip: Unify rng node names

Applied to at91-dt, thanks!