* Solteam Opto Light Sensor JSA-1127

Required properties:
- compatible: should be from the list below
  "solteam-opto,jsa1127"
- reg: I2C Address
- solteam-opto,rint: resistor for adjusting integration time
- solteam-opto,integration-time: integration time
- solteam-opto,use-internal-integration-time: switch to en/disable
  using internal integration time
  0: disable
  1: enable
- solteam-opto,tint-coeff: integration time coefficient
- solteam-opto,noisy: noisy option will make driver report values in
  random variations to make ALS's applications working normally
  0: disable
  1: enable

Example:

jsa1127@39 {
	compatible = "solteam-opto,jsa1127";
	reg = <0x39>;
	solteam-opto,rint = <100>;
	solteam-opto,integration-time = <200>;
	solteam-opto,use-internal-integration-timing = <1>;
	solteam-opto,tint-coeff = <22>;
	solteam-opto,noisy = <1>;
};
