[PATCH v5 02/10] ARM: dts: Fold exynos5250-cros-common into exynos5250-snow
From: Kukjin Kim <hidden>
Date: 2014-08-18 20:03:41
Also in:
linux-devicetree, linux-samsung-soc, lkml
From: Kukjin Kim <hidden>
Date: 2014-08-18 20:03:41
Also in:
linux-devicetree, linux-samsung-soc, lkml
On 08/01/14 11:45, Doug Anderson wrote:
Andreas, On Thu, Jul 31, 2014 at 9:54 PM, Andreas F?rber[off-list ref] wrote:quoted
exynos5250-cros-common.dtsi was meant for sharing common pieces across ChromeOS devices. This turned out premature, as several devices ended up in the common file that are not common after all. Since the remaining common ChromeOS pieces are fairly minor, exynos5250-cros-common.dtsi was requested to be merged into the Snow device tree, sharing only the keyboard controller for now. This may be re-evaluated as both mature. Suggested-by: Doug Anderson<dianders@chromium.org> Reviewed-by: Tomasz Figa<redacted> Signed-off-by: Andreas F?rber<afaerber@suse.de> --- v4 -> v5: * Extended commit message (Tomasz Figa) v3 -> v4: Unchanged v2 -> v3: * Renamed subject to match Kukjin's style * Rebased onto MMC pinctrl bug fix (Doug Anderson) v2: New (Doug Anderson) arch/arm/boot/dts/exynos5250-cros-common.dtsi | 164 -------------------------- arch/arm/boot/dts/exynos5250-snow.dts | 164 +++++++++++++++++++++++--- 2 files changed, 145 insertions(+), 183 deletions(-)Reviewed-by: Doug Anderson<dianders@chromium.org> I'd suggest that this land sooner rather than later to avoid future conflicts.
Applied, thanks. - Kukjin