From mboxrd@z Thu Jan 1 00:00:00 1970 From: olof@lixom.net (Olof Johansson) Date: Wed, 1 Jun 2011 11:40:56 -0700 Subject: [PATCH 3/3] ARM: l2x0: Add OF based initialization In-Reply-To: <1306946270-18379-4-git-send-email-robherring2@gmail.com> References: <1306946270-18379-1-git-send-email-robherring2@gmail.com> <1306946270-18379-4-git-send-email-robherring2@gmail.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Jun 1, 2011 at 9:37 AM, Rob Herring wrote: > From: Rob Herring > > This adds probing for pl310 cache controller via device tree. An example > binding looks like this: > > L2: l2-cache { > ? ? ? ?compatible = "arm,pl310-cache", "cache"; "cache" is too generic to be useful. "arm,pl2x0-cache" would be a more meaningful fallback, I think? (Same comment as for 1/3: The bindings need to be documented. Same applies to 2/3, obviousy). -Olof