From b1fc28bf965d5da1a8c96c9520e590db08fd92fb Mon Sep 17 00:00:00 2001 From: Jayanth Othayoth Date: Tue, 3 Apr 2018 21:04:29 -0500 Subject: openpower:added "mutability" Added "mutability" flag to indicate if a sensor is READ/WRITE/RW. Change-Id: I3dcc27526adc2a5d6b1206e8beee66093220763a Signed-off-by: Jayanth Othayoth --- .../recipes-phosphor/ipmi/phosphor-ipmi-host/occ_sensors.hardcoded.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor') diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/occ_sensors.hardcoded.yaml b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/occ_sensors.hardcoded.yaml index 2855b0e82..a52a8f042 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/occ_sensors.hardcoded.yaml +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/occ_sensors.hardcoded.yaml @@ -6,6 +6,7 @@ sensorReadingType: 0x09 serviceInterface: org.freedesktop.DBus.Properties readingType: assertion + mutability: Mutability::Write|Mutability::Read sensorNamePattern: nameLeaf interfaces: org.open_power.OCC.Status: @@ -27,6 +28,7 @@ sensorReadingType: 0x09 serviceInterface: org.freedesktop.DBus.Properties readingType: assertion + mutability: Mutability::Write|Mutability::Read sensorNamePattern: nameLeaf interfaces: org.open_power.OCC.Status: -- cgit v1.2.3