From nobody Sat Oct 4 00:19:43 2025 Received: from out-172.mta1.migadu.com (out-172.mta1.migadu.com [95.215.58.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 74BE7B663 for ; Fri, 22 Aug 2025 13:24:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.172 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755869053; cv=none; b=O4icuYUhcUe/fGpdcf4l2DgY4y2ugH0h/WP5N1Mbh/Yn3+/Dk3f5Stn0W5jiWSrudxQvbUhyy6oWEa4Ygo2WqtIjZ7uj9MEbcwpC+mCfxc7orn84PABnFankc5n59GoQ10QeR15Kr3EE1+hMJFiL9jCdX1aDIoqp6CxqTZk2cfk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755869053; c=relaxed/simple; bh=fEvV/+Ani8LY6L3ztHsoTyS0k/1ewvS/N96D8j5c0k0=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=De8MMp2nK6lf7wavxYET+vGlWSR0ZJV/4hXU+y6KYJy1Smz55AOzy6GpcxWhLN8r/S9Hvc4T/xzE0gkhRNG9u/FlHllJTK5N2bM0EhdO4Di61egbCOlHGvMzmSbmbN8Hbsv59TGFt3VWoE78cLI6EVQtfA5ZgHu8xFr7mnY8oWo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=watter.com; spf=pass smtp.mailfrom=linux.dev; arc=none smtp.client-ip=95.215.58.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=watter.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Ben Collins Date: Fri, 22 Aug 2025 09:23:50 -0400 Subject: [PATCH v8 1/5] dt-bindings: iio: mcp9600: Set default 3 for thermocouple-type Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20250822-upstream-changes-v8-1-40bb1739e3e2@watter.com> References: <20250822-upstream-changes-v8-0-40bb1739e3e2@watter.com> In-Reply-To: <20250822-upstream-changes-v8-0-40bb1739e3e2@watter.com> To: Jonathan Cameron , David Lechner , =?utf-8?q?Nuno_S=C3=A1?= , Andy Shevchenko , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Andrew Hepp Cc: linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Ben Collins , Krzysztof Kozlowski X-Migadu-Flow: FLOW_OUT As is already documented in this file, Type-K is the default, so make that explicit in the dt-bindings. Signed-off-by: Ben Collins Reviewed-by: Krzysztof Kozlowski Reviewed-by: David Lechner --- Documentation/devicetree/bindings/iio/temperature/microchip,mcp9600.yaml |= 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/iio/temperature/microchip,mc= p9600.yaml b/Documentation/devicetree/bindings/iio/temperature/microchip,mc= p9600.yaml index d2cafa38a5442e229be8befb26ae3f34bae44cdb..57b387a1accc776683500949a22= ef0290fc876e8 100644 --- a/Documentation/devicetree/bindings/iio/temperature/microchip,mcp9600.y= aml +++ b/Documentation/devicetree/bindings/iio/temperature/microchip,mcp9600.y= aml @@ -37,6 +37,7 @@ properties: =20 thermocouple-type: $ref: /schemas/types.yaml#/definitions/uint32 + default: 3 description: Type of thermocouple (THERMOCOUPLE_TYPE_K if omitted). Use defines in dt-bindings/iio/temperature/thermocouple.h. --=20 2.39.5