From nobody Sat Oct 4 09:32:22 2025 Received: from out-170.mta1.migadu.com (out-170.mta1.migadu.com [95.215.58.170]) (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 5427D7404E for ; Mon, 18 Aug 2025 18:32:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.170 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755541951; cv=none; b=k9845+Y54TvQtjq4b66w69fMr/kW7Nz2CXmIEE0/vUt7hi0O27KlwvFgbrN1OisXT/AGKM80qvxGJ1tDRIZNZO7e3ktisuiwV2ZJvvRUfwP6gQ2Qoe2zI58z9HG0Wzh484A4TIJpiIWN57dbnpPuAIgVPdBDu1jPbGbRNV7/l2Q= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755541951; c=relaxed/simple; bh=wFAQBvDPC15RotmXu1BO07WKmXxW+BAHy5N+pqi2mQM=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=U1PedfdHbE1yXijG1rJZN4Kc5juznQujnU0AvBB//t77GMyLhUlayNz1aY41ULc6s7nSWnfB5uri7M2PLBuaJDsewMIVvdNm2dddNy20bM56xezGBR2knY7tGzekVto1F7vOZVnNhBntr4ATorWnvipyE2T51ZKMh1zbUyCNqa8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org; spf=pass smtp.mailfrom=linux.dev; arc=none smtp.client-ip=95.215.58.170 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org 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 To: Jonathan Cameron , David Lechner , =?UTF-8?q?Nuno=20S=C3=A1?= , Andy Shevchenko , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Andrew Hepp Cc: Ben Collins , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/6] dt-bindings: iio: mcp9600: Set default 3 for thermocouple-type Date: Mon, 18 Aug 2025 14:32:09 -0400 Message-Id: <20250818183214.380847-2-bcollins@kernel.org> In-Reply-To: <20250818183214.380847-1-bcollins@kernel.org> References: <20250818183214.380847-1-bcollins@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" From: Ben Collins 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 --- .../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 d2cafa38a544..57b387a1accc 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