From mboxrd@z Thu Jan 1 00:00:00 1970 From: David VomLehn Subject: Alignment of mixed-data type items in properties Date: Mon, 8 Nov 2010 17:07:09 -0800 Message-ID: <20101109010709.GA10639@dvomlehn-lnx2.corp.sa.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Device Tree Mailing List List-Id: devicetree@vger.kernel.org I have a property that seems most simply expressed as: prop = "abc",<0x12345678 0x87654321>; It looks like the u32 values are not aligned on four-byte boundaries. Given the effort elsewhere in the device tree to make things aligned, this was a bit of a surprise. It's easy enough to handle; I'm just wondering whether this was the intent. -- David VL