Skip to content

Commit 3fedcc6

Browse files
Johan Jonkermmind
authored andcommitted
ARM: dts: rockchip: add labels to the timer nodes on rk3066a
While the kernel doesn't care so much right now, boot loaders like u-boot need to refine the node on their side, so to make life easier for everyone add the labels to the timer nodes on rk3066a. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Link: https://lore.kernel.org/r/20210612184733.2331-1-jbx6244@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent f07edc4 commit 3fedcc6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm/boot/dts/rk3066a.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
<150000000>, <75000000>;
218218
};
219219

220-
timer@2000e000 {
220+
timer2: timer@2000e000 {
221221
compatible = "snps,dw-apb-timer-osc";
222222
reg = <0x2000e000 0x100>;
223223
interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
@@ -238,15 +238,15 @@
238238
};
239239
};
240240

241-
timer@20038000 {
241+
timer0: timer@20038000 {
242242
compatible = "snps,dw-apb-timer-osc";
243243
reg = <0x20038000 0x100>;
244244
interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
245245
clocks = <&cru SCLK_TIMER0>, <&cru PCLK_TIMER0>;
246246
clock-names = "timer", "pclk";
247247
};
248248

249-
timer@2003a000 {
249+
timer1: timer@2003a000 {
250250
compatible = "snps,dw-apb-timer-osc";
251251
reg = <0x2003a000 0x100>;
252252
interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)