Received: by 2002:a05:6a10:eb17:0:0:0:0 with SMTP id hx23csp2713673pxb; Mon, 6 Sep 2021 03:47:51 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyH1xkV5RTUN1uEhfVII6HPsdSu4iMoOq0ykJRPmMXINUEjpdNq/6E60lRw0TDX7MsbGUey X-Received: by 2002:aa7:d68b:: with SMTP id d11mr13004200edr.243.1630925271361; Mon, 06 Sep 2021 03:47:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1630925271; cv=none; d=google.com; s=arc-20160816; b=eUSh2vZIIQVQRfDvk81V8gIIFbsbWjfs56t/L5hRe9CkdzE+QkSjn/Ses/0O7EWuWL Ouyk3F4OhMdC5tKrX+wskZauYqFENfTbvdV1++ZdGwWvBo0OL+OAy+kk4dVPADXTCay6 sJooCLOgCgOz3z/bhJAPOfpgZmHN5oEcR5rkNd9BdgSmdNPyrlWldt6xk/JQIZZm1wFX 1rQQSh+453nI/GaSFKMV41vtNMR9aKNusakrpMc5AXz4WZ86/cZGWUcWmJsThvAGjAXJ CDqlaK/BTFjea2TEwBMPBtz01eO3/WBwi9WmMPUlnUxhgCOPyOmW1Nu7foh9Lx0vvlMh ZPag== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:references:in-reply-to :message-id:date:subject:cc:to:from; bh=QUwJlLfQJAFcl42xBUZxBhU0hXdJuPIeQbtSr8xULJ4=; b=HWyBDNzQD0C1I5xpLxoPVFaiv/NXKjvFoCcwyH5w+O1YAoLpz38L3fF7+kM1teDi26 yXIHYYVtYhdfWnz9LgDFvKLRh1/xY8LexCICHQbxoi7ItfGWKrjMyXTqE26hLMWA1xHv sjK/FpXvNOk9FIPszSW7567YSXnwAKY6zejYgyWpqMDK2W1Rwa91Io9DVUBPeJDHS1rB nYd7BlTJfuqRjR1/Pg5Q2eRzH8Mvqeu9Xg7/WGCBEjq3/tD6oSmEdE4C+pntvFsEzfsO nnjBQv3AuxOSvq76t9Sx/79eCaebRbJKFKycsDjG6EBJmHgl7Rit+NlIRnzzEqmRwLOt DxiA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z6si7667672edc.427.2021.09.06.03.47.28; Mon, 06 Sep 2021 03:47:51 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241990AbhIFKaq (ORCPT + 99 others); Mon, 6 Sep 2021 06:30:46 -0400 Received: from comms.puri.sm ([159.203.221.185]:55572 "EHLO comms.puri.sm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241961AbhIFKap (ORCPT ); Mon, 6 Sep 2021 06:30:45 -0400 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id 86065DFE44; Mon, 6 Sep 2021 03:29:11 -0700 (PDT) Received: from comms.puri.sm ([127.0.0.1]) by localhost (comms.puri.sm [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id c9hrnDSOxxuQ; Mon, 6 Sep 2021 03:29:06 -0700 (PDT) From: Martin Kepplinger To: pavel@ucw.cz, laurent.pinchart@ideasonboard.com, mchehab@kernel.org, sakari.ailus@iki.fi Cc: devicetree@vger.kernel.org, kernel@puri.sm, krzysztof.kozlowski@canonical.com, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, martin.kepplinger@puri.sm, paul.kocialkowski@bootlin.com, phone-devel@vger.kernel.org, robh@kernel.org, shawnx.tu@intel.com Subject: [PATCH v9 1/4] dt-bindings: vendor-prefixes: Add SK Hynix Inc. Date: Mon, 6 Sep 2021 12:28:34 +0200 Message-Id: <20210906102837.2190387-2-martin.kepplinger@puri.sm> In-Reply-To: <20210906102837.2190387-1-martin.kepplinger@puri.sm> References: <20210906102837.2190387-1-martin.kepplinger@puri.sm> Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org SK Hynix built the already supported hi556 sensor (and probably much more). For more information, see https://www.skhynix.com/ Signed-off-by: Martin Kepplinger Acked-by: Rob Herring --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index a867f7102c35..952553759ac4 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -509,6 +509,8 @@ patternProperties: description: Hycon Technology Corp. "^hydis,.*": description: Hydis Technologies + "^hynix,.*": + description: SK Hynix Inc. "^hyundai,.*": description: Hyundai Technology "^i2se,.*": -- 2.30.2