|
@@ -218,28 +218,7 @@
|
|
|
pinctrl-0 = <&i2c2_pins>;
|
|
|
status = "okay";
|
|
|
clock-frequency = <400000>;
|
|
|
-/*
|
|
|
- polytouch: edt-ft5x06@38 {
|
|
|
- compatible = "edt,edt-ft5406", "edt,edt-ft5x06";
|
|
|
- reg = <0x38>;
|
|
|
- pinctrl-names = "default";
|
|
|
- pinctrl-0 = <&edt_ft5x06_pins>;
|
|
|
- interrupt-parent = <&gpio2>;
|
|
|
- interrupts = <1 8>;
|
|
|
- reset-gpios = <&gpio3 21 1>;
|
|
|
- max_x = <800>;
|
|
|
- max_y = <480>;
|
|
|
- };
|
|
|
|
|
|
- maxtouch: atmel_mxt_ts@4a {
|
|
|
- compatible = "atmel,maxtouch";
|
|
|
- reg = <0x4a>;
|
|
|
- pinctrl-names = "default";
|
|
|
- pinctrl-0 = <&edt_ft5x06_pins>;
|
|
|
- interrupt-parent = <&gpio2>;
|
|
|
- interrupts = <1 8>;
|
|
|
- };
|
|
|
-*/
|
|
|
mcp7940x: rtc@6f {
|
|
|
compatible = "microchip,mcp7940x";
|
|
|
reg = <0x6f>;
|
|
@@ -250,8 +229,27 @@
|
|
|
reg = <0x48>;
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <0>;
|
|
|
+ channel@4 {
|
|
|
+ reg = <4>;
|
|
|
+ ti,gain = <2>;
|
|
|
+ ti,datarate = <0>;
|
|
|
+ };
|
|
|
+ channel@5 {
|
|
|
+ reg = <5>;
|
|
|
+ ti,gain = <2>;
|
|
|
+ ti,datarate = <0>;
|
|
|
+ };
|
|
|
+ channel@6 {
|
|
|
+ reg = <6>;
|
|
|
+ ti,gain = <2>;
|
|
|
+ ti,datarate = <0>;
|
|
|
+ };
|
|
|
+ channel@7 {
|
|
|
+ reg = <7>;
|
|
|
+ ti,gain = <2>;
|
|
|
+ ti,datarate = <0>;
|
|
|
+ };
|
|
|
};
|
|
|
-
|
|
|
};
|
|
|
|
|
|
|