From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 72527F9E1 for ; Mon, 11 Sep 2023 15:19:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E523CC433C8; Mon, 11 Sep 2023 15:19:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1694445595; bh=fD4DAMznVj4ndB2KTFnyXCzmBZASk0WfNwcCR7qE9vE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=fTKxpiFvRsU8ZUZXw+UELAheUTm4wvPD5Gh5P2j8LNpcZs5kY9C06S9BSYJVjpEDx +oK7ClNsKtWSnboE9sCDfOyxH3Mhh4T2cRAJdI5mpieI9oGfwZg4DtOxOGVhbeEkZE QgUTzrn1F50Mlcz3oM6mPZfubyxCAT74R6lbKdcE= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Krzysztof Kozlowski , Chanwoo Choi , Sasha Levin Subject: [PATCH 6.1 404/600] dt-bindings: extcon: maxim,max77843: restrict connector properties Date: Mon, 11 Sep 2023 15:47:17 +0200 Message-ID: <20230911134645.602236093@linuxfoundation.org> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20230911134633.619970489@linuxfoundation.org> References: <20230911134633.619970489@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.1-stable review patch. If anyone has any objections, please let me know. ------------------ From: Krzysztof Kozlowski [ Upstream commit fb2c3f72e819254d8c76de95917e5f9ff232586c ] Do not allow any other properties in connector child, except what usb-connector.yaml evaluates. Fixes: 9729cad0278b ("dt-bindings: extcon: maxim,max77843: Add MAX77843 bindings") Signed-off-by: Krzysztof Kozlowski Signed-off-by: Chanwoo Choi Signed-off-by: Sasha Levin --- Documentation/devicetree/bindings/extcon/maxim,max77843.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/extcon/maxim,max77843.yaml b/Documentation/devicetree/bindings/extcon/maxim,max77843.yaml index 1289605456408..55800fb0221d0 100644 --- a/Documentation/devicetree/bindings/extcon/maxim,max77843.yaml +++ b/Documentation/devicetree/bindings/extcon/maxim,max77843.yaml @@ -23,6 +23,7 @@ properties: connector: $ref: /schemas/connector/usb-connector.yaml# + unevaluatedProperties: false ports: $ref: /schemas/graph.yaml#/properties/ports -- 2.40.1