|
@@ -10,6 +10,7 @@
|
|
|
|
|
|
/dts-v1/;
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
|
+#include <dt-bindings/clock/maxim,max77686.h>
|
|
|
#include <dt-bindings/interrupt-controller/irq.h>
|
|
|
#include <dt-bindings/input/input.h>
|
|
|
#include "exynos5250.dtsi"
|
|
@@ -268,7 +269,7 @@
|
|
|
samsung,i2c-sda-delay = <100>;
|
|
|
samsung,i2c-max-bus-freq = <378000>;
|
|
|
|
|
|
- max77686@09 {
|
|
|
+ max77686: max77686@09 {
|
|
|
compatible = "maxim,max77686";
|
|
|
interrupt-parent = <&gpx3>;
|
|
|
interrupts = <2 IRQ_TYPE_NONE>;
|
|
@@ -600,6 +601,8 @@
|
|
|
|
|
|
&rtc {
|
|
|
status = "okay";
|
|
|
+ clocks = <&clock CLK_RTC>, <&max77686 MAX77686_CLK_AP>;
|
|
|
+ clock-names = "rtc", "rtc_src";
|
|
|
};
|
|
|
|
|
|
&sd3_bus4 {
|