projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33cb667
)
ARM: dts: Add max77686 RTC interrupt to cros5250-common
author
Doug Anderson
<
[email protected]
>
Wed, 23 Oct 2013 13:11:01 +0000
(06:11 -0700)
committer
Olof Johansson
<
[email protected]
>
Mon, 25 Nov 2013 23:14:41 +0000
(15:14 -0800)
Without the interrupt you'll get problems if you enable
CONFIG_RTC_DRV_MAX77686. Setup the interrupt properly in the device
tree.
Signed-off-by: Doug Anderson <
[email protected]
>
Tested-by: Marc Zyngier <
[email protected]
>
Signed-off-by: Olof Johansson <
[email protected]
>
Cc:
[email protected]
arch/arm/boot/dts/cros5250-common.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/cros5250-common.dtsi
b/arch/arm/boot/dts/cros5250-common.dtsi
index dc259e8b8a73a8630dc9698295e662f0ab66e43d..9b186ac06c8ba2fbeff30f9bd58f6ca797e1b05d 100644
(file)
--- a/
arch/arm/boot/dts/cros5250-common.dtsi
+++ b/
arch/arm/boot/dts/cros5250-common.dtsi
@@
-27,6
+27,13
@@
i2c2_bus: i2c2-bus {
samsung,pin-pud = <0>;
};
+
+ max77686_irq: max77686-irq {
+ samsung,pins = "gpx3-2";
+ samsung,pin-function = <0>;
+ samsung,pin-pud = <0>;
+ samsung,pin-drv = <0>;
+ };
};
i2c@12C60000 {
@@
-35,6
+42,11
@@
max77686@09 {
compatible = "maxim,max77686";
+ interrupt-parent = <&gpx3>;
+ interrupts = <2 0>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&max77686_irq>;
+ wakeup-source;
reg = <0x09>;
voltage-regulators {