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:
Martí Bolívar 2021-08-03 16:07:20 -07:00 committed by Christopher Friedt
commit 1543d2e0a7

View file

@ -100,14 +100,14 @@
/* TianYiHeXin HRS3300 PPG Hear Rate Sensor (800KHz) */
hrs3300: hrs3300@44 {
compatible = "tian-yi-he-xin,hrs3300";
compatible = "tian-yi-he-xin-hrs3300";
reg = <0x44>;
label = "HRS3300";
};
/* Hynitron CST816S Capacitive Touch Controller (400KHz) */
cst816s: cst816s@15 {
compatible = "hynitron,cst816s";
compatible = "hynitron-cst816s";
reg = <0x15>;
label = "CST816S";
irq-gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;