From a298f3767469f28a0f005d8717cb866a50110bac Mon Sep 17 00:00:00 2001 From: Shilpasri G Bhat Date: Thu, 10 Aug 2017 08:47:04 +0530 Subject: sensor-groups : occ: Add 'ops' DT property Add new device-tree property 'ops' to define different operations supported on each sensor-group. Signed-off-by: Shilpasri G Bhat Signed-off-by: Stewart Smith --- hw/occ-sensor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/occ-sensor.c') diff --git a/hw/occ-sensor.c b/hw/occ-sensor.c index 35fae8f..89f529f 100644 --- a/hw/occ-sensor.c +++ b/hw/occ-sensor.c @@ -567,7 +567,7 @@ void occ_sensors_init(void) prerror("OCC: Failed to create sensor groups node\n"); return; } - dt_add_property_string(sg, "compatible", "ibm,opal-occ-sensor-group"); + dt_add_property_string(sg, "compatible", "ibm,opal-sensor-group"); for_each_chip(chip) { struct occ_sensor_data_header *hb; -- cgit v1.1