-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include tsl4531, veml6070 and hdc100x dtoverlay #2252
Include tsl4531, veml6070 and hdc100x dtoverlay #2252
Conversation
This commit adds the needed kernel config keys and extends the i2c-sensor-overlay.dts file with the needed definitions
You need to add the config options to bcmrpi_defconfig as well, otherwise the overlays can only work on a Pi2 or Pi3. |
Ok, done! What about the dts files? Are they ok? |
They DTS looks OK at first glance, but I'll check it tomorrow. You can add hdc100x to the description of the addr parameter. |
I shortened a few lines in the README and mentioned HDC100X in the |
Thank you very much! When can I expect these changes live for everyone? |
rpi-update releases are irregular but relatively frequent - about once a week on average, the last being three days ago - depending on the quantity and importance of the new content. Raspbian apt-get package updates are far less frequent - usually months apart. |
Thank you very much again! |
This commit adds the needed kernel config keys and extends the i2c-sensor-overlay.dts file with support for: * the Texas Instruments HDC100x temp sensor * the AMS TSL4531 digital ambient light sensor * the Vishay VEML6070 ultraviolet light sensor
This commit adds the needed kernel config keys and extends the i2c-sensor-overlay.dts file with support for: * the Texas Instruments HDC100x temp sensor * the AMS TSL4531 digital ambient light sensor * the Vishay VEML6070 ultraviolet light sensor
This commit adds the needed kernel config keys and extends the i2c-sensor-overlay.dts file with support for: * the Texas Instruments HDC100x temp sensor * the AMS TSL4531 digital ambient light sensor * the Vishay VEML6070 ultraviolet light sensor
This commit adds the needed kernel config keys and extends the i2c-sensor-overlay.dts file with support for: * the Texas Instruments HDC100x temp sensor * the AMS TSL4531 digital ambient light sensor * the Vishay VEML6070 ultraviolet light sensor
This commit adds the needed kernel config keys and extends the i2c-sensor-overlay.dts file with support for: * the Texas Instruments HDC100x temp sensor * the AMS TSL4531 digital ambient light sensor * the Vishay VEML6070 ultraviolet light sensor
This commit adds the needed kernel config keys and extends the i2c-sensor-overlay.dts file with support for: * the Texas Instruments HDC100x temp sensor * the AMS TSL4531 digital ambient light sensor * the Vishay VEML6070 ultraviolet light sensor
This pull request adds the needed kernel config keys and extends the
i2c-sensor-overlay.dts file with the needed definitions.
I am unsure though with the overlay definitons.
Everything works on a Pi3, when I enable everything in
config.txt
withI would love to hear some feedback and see this eventually merged, so I don't have to use a custom compiled kernel.