Skip to content

Commit dc65857

Browse files
Wolfram Sangclaudiubeznea
authored andcommitted
ARM: dts: at91: usb_a9g20: move wrong RTC node
Only the LPW variant has the external RTC. Move it to that board specific DT. As a result, the common include for A9G20 boards can go now. Signed-off-by: Wolfram Sang <[email protected]> Reviewed-by: Alexandre Belloni <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Claudiu Beznea <[email protected]>
1 parent 3984cc0 commit dc65857

File tree

3 files changed

+11
-20
lines changed

3 files changed

+11
-20
lines changed

arch/arm/boot/dts/microchip/usb_a9g20.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
* Copyright (C) 2011 Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
66
*/
77
/dts-v1/;
8-
#include "usb_a9g20_common.dtsi"
8+
#include "at91sam9g20.dtsi"
9+
#include "usb_a9260_common.dtsi"
910

1011
/ {
1112
model = "Calao USB A9G20";

arch/arm/boot/dts/microchip/usb_a9g20_common.dtsi

Lines changed: 0 additions & 18 deletions
This file was deleted.

arch/arm/boot/dts/microchip/usb_a9g20_lpw.dts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
* Copyright (C) 2013 Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
66
*/
77
/dts-v1/;
8-
#include "usb_a9g20_common.dtsi"
8+
#include "at91sam9g20.dtsi"
9+
#include "usb_a9260_common.dtsi"
910

1011
/ {
1112
model = "Calao USB A9G20 Low Power";
@@ -27,4 +28,11 @@
2728
};
2829
};
2930
};
31+
32+
i2c-gpio-0 {
33+
rtc@56 {
34+
compatible = "microcrystal,rv3029";
35+
reg = <0x56>;
36+
};
37+
};
3038
};

0 commit comments

Comments
 (0)