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 3858638F64E; Wed, 13 May 2026 22:20:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778710839; cv=none; b=AQiCllTgKZFZhITimblWnRj/xJbPDmW59J/+HAtU/iSKQEsZBFctxwYAy/eO3ad7+Zn2yhiPpuEe4Znh4BGElzGN/yKyf1+z//NwcJalNtonhubAvfhZnPD47piW4GG7Df5UcXULYn1qiUrYyYfPMR3p7VWE58R11pZvdwFqV+k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778710839; c=relaxed/simple; bh=pofwpBvhx7QxWA5OOoSTblEq/FMPXaqokvwjXkTXxa8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NJR4HCdz593GvOmAxV6xYZYRIKhhQB2ApIaJo5D0kiZgq4t+ipXZtS+MWILUG+NYw7Fq6LLYuVGwmRhJKRrF4TztUV8+bcGkVvG+g8vgEh8y6tl2Y8CmQ206EehBotZreXMYoQZzQQQd/X+r+17kLuszXwtFYJwIWAwMxIZfA80= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=foHy/YLN; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="foHy/YLN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EC06DC19425; Wed, 13 May 2026 22:20:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778710837; bh=pofwpBvhx7QxWA5OOoSTblEq/FMPXaqokvwjXkTXxa8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=foHy/YLNXuxuYGq4hlmw1bZoyt15rDuQoiHIH42tfmBIhaTKv3caUvdVeRdAuk4tg nI83Y5tcJktDPph1a2r0qlgNJREU7eOx0X7nyMgQm1CXSniRqYuq1pGbR3Uap0Hnp/ kP1qK39wEjYV0SGLqNs2tEtzq+ZlX1dP/W9Mr4i1Ful5YusrO24JrbDBlbFnC+kAqN 58X8fsr/bZjenmK7jQ2+/B5KIPvHnjSBx2jLEJ0fO/II9WBhbHerbEgsca8711EEGQ lLDfZ0zq8Yacq1nlRAtB7LFHpZkzHDTe6xC53Y21xBqGO8WBK2G4o48u8EpbETVqD2 uT2115LDjxWoQ== Date: Wed, 13 May 2026 17:20:34 -0500 From: "Rob Herring (Arm)" To: William Bright Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Bjorn Andersson , Konrad Dybcio , Conor Dooley , Krzysztof Kozlowski Subject: Re: [PATCH v3 1/4] dt-bindings: vendor-prefixes: Add IMDT Message-ID: <177871083365.2029064.7527788282135458599.robh@kernel.org> References: <20260507-imdt-qcs8550-sbc-rfc-v3-0-47d3d3372b33@imd-tec.com> <20260507-imdt-qcs8550-sbc-rfc-v3-1-47d3d3372b33@imd-tec.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260507-imdt-qcs8550-sbc-rfc-v3-1-47d3d3372b33@imd-tec.com> On Thu, 07 May 2026 09:36:40 +0100, William Bright wrote: > Add IMDT (IMD Technologies Ltd) to the vendor prefixes list. > > Signed-off-by: William Bright > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring (Arm)