hbtp_input.txt 280 B

123456789101112131415
  1. Platform device for Host Based Touch Processing (hbtp)
  2. Required properties:
  3. - compatible : should be "qcom,hbtp"
  4. - vcc_ana-supply : Analog power supply needed to power device
  5. Example:
  6. &soc {
  7. hbtp {
  8. compatible = "qcom,hbtp";
  9. vcc_ana-supply = <&pm8941_l18>;
  10. };
  11. };