Skip to content

Commit a41872a

Browse files
Josh-Tsaiamstan
authored andcommitted
fwk: dogwood: modify the temp sensor name to be the same in BIOS
System can get the temp sensor name via host command. This change rename the temp sensor name to be the same in BIOS setting. BRANCH=fwk-dogwood-27111 BUG=None TEST=ec console command "temps" temps mainboard_power@4d 299 K (= 26 C) 0% (311 K and 327 K) mainboard_memory@4d 301 K (= 28 C) 0% (313 K and 327 K) mainboard_ambient@4d 300 K (= 27 C) 0% (313 K and 327 K) cpu@4c 308 K (= 35 C) cpu-average 462 K (= 189 C) Signed-off-by: Josh-Tsai <josh_tsai@compal.com>
1 parent 81fad86 commit a41872a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • zephyr/program/framework/dogwood

zephyr/program/framework/dogwood/i2c.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,21 +107,21 @@
107107
pinctrl-names = "default";
108108

109109
/* Qth1 */
110-
memory_f75303: memory_f75303@4d {
110+
memory_f75303: mainboard_memory@4d {
111111
compatible = "cros-ec,temp-sensor-f75303";
112112
temperature-type = "F75303_IDX_REMOTE1";
113113
reg = <0x4d>;
114114
};
115115

116116
/* Qth2 */
117-
ambient_f75303: ambient_f75303@4d {
117+
ambient_f75303: mainboard_ambient@4d {
118118
compatible = "cros-ec,temp-sensor-f75303";
119119
temperature-type = "F75303_IDX_REMOTE2";
120120
reg = <0x4d>;
121121
};
122122

123123
/* Uth1 */
124-
power_f75303: power_f75303@4d {
124+
power_f75303: mainboard_power@4d {
125125
compatible = "cros-ec,temp-sensor-f75303";
126126
temperature-type = "F75303_IDX_LOCAL";
127127
reg = <0x4d>;

0 commit comments

Comments
 (0)