From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 2DFE03CA490; Wed, 27 May 2026 09:04:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779872663; cv=none; b=HeJh+zyuoR59VJ5D7lH/K+N+BWA/Ny7s5fJjulpaQ+ImiuIVo0i7gS40D8AjrQ46ZNWlkuYxN8hsRBlA0A5kD8Cd1zJSToyGvgGvAuZzVLNtDS0bZoI+8lbsy6XuDdQ0ZyQ2t7LHhHlcqchaF6YGt0DKp6i+5IUbvoMVrRjbw20= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779872663; c=relaxed/simple; bh=lPQR09V0lQuaKBAYgnRoyLkKEpdd/Cl558ZxUtOfZoM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=TYxu867cNgsiJ4BKiEaQZ0Fpw3kEZn50PPLLuXBGbfhvgwhbRTyFX6zFH28yS+Q9ZJVvQYKi/fyYFgEkBMruDZOSndv+HyyGX8T9POX1n9j1N00G7hlsyYC6N9FK/I3F24FHCcQEE2rkbjuapaNPpQw5eug00AmvOO9gJkNKSzw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=mWDTgM4l; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="mWDTgM4l" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AC0DF1F000E9; Wed, 27 May 2026 09:04:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779872661; bh=HgTiie3gdp8A4Mkcwu6eWRcmLnotNowq9WN8RLEUORg=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=mWDTgM4lWv6RNcm8njJCY0QV9rTE6zfnPE3t98L6zPq5nKpjkp5R3J1Qv+0qN1Rnc mCl+jBSH/L53tlO2BeYr6CVpMSwkhMAXwoNKTV7xnihqk4f5yjHnCTbL9F2nOugNbD X3gQdoOcYGn5DM+DYrpQg3AHUQkd5BCE+FtgwgdnSrlWBSIH4gr2GMHl4wjPbBW8dg 1LzScnP4lvVornYgF87+mE6Bv+84w/rlo7XCgtaCUC/U5sAllrT8+MDsw+BF3aK1L1 5bRV+ThnuETUQVRH+CpR2hZ2quSNtTBPNC2XaHUC2ONUZGLqcW3NlsLVnnQnmxkli5 Py/z3uVUjXgsA== Date: Wed, 27 May 2026 11:04:16 +0200 From: Krzysztof Kozlowski To: Frank.Li@oss.nxp.com Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Guenter Roeck , Frank Li , Wensheng Wang , Brian Chiang , Cosmo Chou , Dixit Parmar , Eddie James , Antoni Pokusinski , Nuno =?utf-8?B?U8Oh?= , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list , imx@lists.linux.dev Subject: Re: [PATCH v3 1/1] dt-bindings: trivial-devices: add fsl,mc1323 Message-ID: <20260527-grinning-nebulous-ape-a347c8@quoll> References: <20260522203810.832631-1-Frank.Li@oss.nxp.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=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20260522203810.832631-1-Frank.Li@oss.nxp.com> On Fri, May 22, 2026 at 04:38:08PM -0400, Frank.Li@oss.nxp.com wrote: > From: Frank Li >=20 > Add freescale 2.4 GHz IEEE=C2=AE 802.15.4/ZigBee mc1323 to fix the below > CHECK_DTBS warnings. > arch/arm/boot/dts/nxp/imx/imx53-smd.dtb: /soc/bus@50000000/spba-bus@500= 00000/spi@50010000/mc1323@0: failed to match any schema with compatible: ['= fsl,mc1323'] >=20 > Since the i.MX53 platform is more than 20 years old, it is difficult to > find detailed information about how the MC1323 was used on the i.MX53 SMD > board, as the functionality depended on firmware. >=20 > Signed-off-by: Frank Li > --- > chagne in v3 > - fix warning message > change in v2 > - add descript about reason in commit message > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > 1 file changed, 2 insertions(+) Acked-by: Krzysztof Kozlowski Best regards, Krzysztof