boards: pinetime_devkit0: rename some sensor compatibles
These are using unknown vendor prefixes. I did find references to a Nanjing Tianyi Hexin Electronics Co., Ltd. on Crunchbase and I thought about adding a vendor prefix, but I can't justify it since it's just a single board that is using it, and there is no upstream driver. Similarly, I found hynitron.com, which seems to be an electronics vendor, but Google Translate says their "about" page translates to "Incomplete website information, please contact sales" (and the English version contains no text). Just change ',' to '-' instead so there is no vendor prefix anymore. We can revisit this if anyone wants to upstream drivers for these compatibles in the future, but for now it doesn't seem worth it. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
bc27139a4b
commit
1543d2e0a7
1 changed files with 2 additions and 2 deletions
|
@ -100,14 +100,14 @@
|
||||||
|
|
||||||
/* TianYiHeXin HRS3300 PPG Hear Rate Sensor (800KHz) */
|
/* TianYiHeXin HRS3300 PPG Hear Rate Sensor (800KHz) */
|
||||||
hrs3300: hrs3300@44 {
|
hrs3300: hrs3300@44 {
|
||||||
compatible = "tian-yi-he-xin,hrs3300";
|
compatible = "tian-yi-he-xin-hrs3300";
|
||||||
reg = <0x44>;
|
reg = <0x44>;
|
||||||
label = "HRS3300";
|
label = "HRS3300";
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Hynitron CST816S Capacitive Touch Controller (400KHz) */
|
/* Hynitron CST816S Capacitive Touch Controller (400KHz) */
|
||||||
cst816s: cst816s@15 {
|
cst816s: cst816s@15 {
|
||||||
compatible = "hynitron,cst816s";
|
compatible = "hynitron-cst816s";
|
||||||
reg = <0x15>;
|
reg = <0x15>;
|
||||||
label = "CST816S";
|
label = "CST816S";
|
||||||
irq-gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
|
irq-gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue