mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
Compare commits
3 Commits
c70638a3d1
...
0c7075b460
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0c7075b460 | ||
|
|
efe08a4364 | ||
|
|
6ddd8cb917 |
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -53,6 +53,8 @@ body:
|
||||
- Raspberry Pi 400
|
||||
- Raspberry Pi 5
|
||||
- Raspberry Pi 500
|
||||
- Raspberry Pi 500+
|
||||
- Raspberry Pi CM0
|
||||
- Raspberry Pi CM1
|
||||
- Raspberry Pi CM3
|
||||
- Raspberry Pi CM3 Lite
|
||||
@@ -71,8 +73,8 @@ body:
|
||||
attributes:
|
||||
label: System
|
||||
description: |
|
||||
Copy and paste the results of the raspinfo command in to this section.
|
||||
Alternatively, copy and paste a pastebin link, or add answers to the following questions:
|
||||
Copy and paste the URL returned from `raspinfo | pastebinit` into this section.
|
||||
Alternatively, add answers to the following questions:
|
||||
* Which OS and version (`cat /etc/rpi-issue`)?
|
||||
* Which firmware version (`vcgencmd version`)?
|
||||
* Which kernel version (`uname -a`)?
|
||||
|
||||
@@ -2603,6 +2603,9 @@ Params: addr Set the address for the ADS7828, ADS7830,
|
||||
tmp102 Select the Texas Instruments TMP102 temp sensor
|
||||
Valid addresses 0x48-0x4b, default 0x48
|
||||
|
||||
tmp117 Select the Texas Instruments TMP117 temp sensor
|
||||
Valid addresses 0x48-0x4b, default 0x48
|
||||
|
||||
tsl4531 Select the AMS TSL4531 digital ambient light
|
||||
sensor
|
||||
|
||||
|
||||
@@ -789,6 +789,34 @@
|
||||
};
|
||||
};
|
||||
|
||||
fragment@51 {
|
||||
target = <&i2cbus>;
|
||||
__dormant__ {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "okay";
|
||||
|
||||
tmp117: tmp117@48 {
|
||||
compatible = "ti,tmp117";
|
||||
reg = <0x48>;
|
||||
vcc-supply = <®_3v3>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
fragment@98 {
|
||||
target-path = "/";
|
||||
__dormant__ {
|
||||
reg_3v3: i2c-sensor-reg-3v3 {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "i2c_sensor_reg_3v3";
|
||||
regulator-min-microvolt = <3300000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
regulator-always-on;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
fragment@99 {
|
||||
target = <&gpio>;
|
||||
__dormant__ {
|
||||
@@ -852,6 +880,7 @@
|
||||
adxl355 = <0>,"+48";
|
||||
bmp58x = <0>,"+49";
|
||||
veml6030 = <0>,"+50+99";
|
||||
tmp117 = <0>,"+51+98";
|
||||
|
||||
addr = <&bme280>,"reg:0", <&bmp280>,"reg:0", <&tmp102>,"reg:0",
|
||||
<&lm75>,"reg:0", <&hdc100x>,"reg:0", <&sht3x>,"reg:0",
|
||||
@@ -866,7 +895,7 @@
|
||||
<&as7331>,"reg:0", <&adxl345>,"reg:0",
|
||||
<&ads7828>,"reg:0", <&ads7830>,"reg:0",
|
||||
<&adxl355>,"reg:0", <&bmp58x>,"reg:0",
|
||||
<&veml6030>,"reg:0";
|
||||
<&veml6030>,"reg:0", <&tmp117>,"reg:0";
|
||||
int_pin = <&int_pins>, "brcm,pins:0",
|
||||
<&int_pins>, "reg:0",
|
||||
<&max30102>, "interrupts:0",
|
||||
|
||||
@@ -1463,6 +1463,7 @@ CONFIG_IIO_SYSFS_TRIGGER=m
|
||||
CONFIG_BMP280=m
|
||||
CONFIG_MS5637=m
|
||||
CONFIG_MAXIM_THERMOCOUPLE=m
|
||||
CONFIG_TMP117=m
|
||||
CONFIG_MAX31856=m
|
||||
CONFIG_PWM=y
|
||||
CONFIG_PWM_BCM2835=m
|
||||
|
||||
@@ -1508,6 +1508,7 @@ CONFIG_IIO_SYSFS_TRIGGER=m
|
||||
CONFIG_BMP280=m
|
||||
CONFIG_MS5637=m
|
||||
CONFIG_MAXIM_THERMOCOUPLE=m
|
||||
CONFIG_TMP117=m
|
||||
CONFIG_MAX31856=m
|
||||
CONFIG_PWM=y
|
||||
CONFIG_PWM_BCM2835=m
|
||||
|
||||
@@ -1455,6 +1455,7 @@ CONFIG_IIO_SYSFS_TRIGGER=m
|
||||
CONFIG_BMP280=m
|
||||
CONFIG_MS5637=m
|
||||
CONFIG_MAXIM_THERMOCOUPLE=m
|
||||
CONFIG_TMP117=m
|
||||
CONFIG_MAX31856=m
|
||||
CONFIG_PWM=y
|
||||
CONFIG_PWM_BCM2835=m
|
||||
|
||||
@@ -1576,6 +1576,7 @@ CONFIG_IIO_SYSFS_TRIGGER=m
|
||||
CONFIG_BMP280=m
|
||||
CONFIG_MS5637=m
|
||||
CONFIG_MAXIM_THERMOCOUPLE=m
|
||||
CONFIG_TMP117=m
|
||||
CONFIG_MAX31856=m
|
||||
CONFIG_PWM=y
|
||||
CONFIG_PWM_BCM2835=m
|
||||
|
||||
@@ -1575,6 +1575,7 @@ CONFIG_IIO_SYSFS_TRIGGER=m
|
||||
CONFIG_BMP280=m
|
||||
CONFIG_MS5637=m
|
||||
CONFIG_MAXIM_THERMOCOUPLE=m
|
||||
CONFIG_TMP117=m
|
||||
CONFIG_MAX31856=m
|
||||
CONFIG_PWM=y
|
||||
CONFIG_PWM_BCM2835=m
|
||||
|
||||
@@ -1578,6 +1578,7 @@ CONFIG_IIO_SYSFS_TRIGGER=m
|
||||
CONFIG_BMP280=m
|
||||
CONFIG_MS5637=m
|
||||
CONFIG_MAXIM_THERMOCOUPLE=m
|
||||
CONFIG_TMP117=m
|
||||
CONFIG_MAX31856=m
|
||||
CONFIG_PWM=y
|
||||
CONFIG_PWM_BCM2835=m
|
||||
|
||||
Reference in New Issue
Block a user