1
0
Fork 0

arm64: allwinner: sopine-baseboard: Connect the PPS

Signed-off-by: Alistair Francis <alistair@alistair23.me>
alistair/sensors
Alistair Francis 2020-04-26 21:11:22 -07:00
parent 3e51e365c9
commit 37ea5a3c01
1 changed files with 5 additions and 0 deletions

View File

@ -56,6 +56,11 @@
default-brightness-level = <8>;
enable-gpios = <&pio 7 10 GPIO_ACTIVE_HIGH>; /* LCD-BL-EN: PH10 */
};
pps {
compatible = "pps-gpio";
gpios = <&pio 2 8 IRQ_TYPE_EDGE_RISING>; /* PC8 */
};
};
&ac_power_supply {