From patchwork Fri Jan 24 19:45:26 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 11350839 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4F30E1398 for ; Fri, 24 Jan 2020 19:45:33 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id EF92F2081E for ; Fri, 24 Jan 2020 19:45:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="Dhv5UxTC" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EF92F2081E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+1311+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id OXoJYY1556264xHnrtMXNT8l; Fri, 24 Jan 2020 11:45:32 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web09.895.1579895132105859413 for ; Fri, 24 Jan 2020 11:45:32 -0800 X-Received: by mail.kernel.org (Postfix) id 99EFC20880; Fri, 24 Jan 2020 19:45:31 +0000 (UTC) X-Received: from muru.com (muru.com [72.249.23.125]) by mail.kernel.org (Postfix) with ESMTP id 4148A2081E; Fri, 24 Jan 2020 19:45:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4148A2081E X-Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 5883780FA; Fri, 24 Jan 2020 19:46:12 +0000 (UTC) From: Tony Lindgren To: Linuxkernel+Patchwork-Soc via Email Integration Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL] few minor fixes for omaps Date: Fri, 24 Jan 2020 11:45:26 -0800 Message-Id: MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org X-Gm-Message-State: MUNuEOdrTwsQ4xRM4hKBCMHox1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1579895132; bh=4SZgJFHQnD3cWHTAhgHtV4t426k77d8NgmAcD7DYR9I=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=Dhv5UxTCbKCZfomv0sVplEHZJjFwjGynB+vr/nLSxaR6lh5lP/p0uC+RKVWKXiR1n+v 790c36TUuSTFz6VTi3pgVwgbp4N8S5Hnr3kXSad9QxESrbuGMlkRmjq9IEs3xy6KYcJ/N mRkkhK6wS2tda+2nHq3CjFSECjGkLuikD3s= From: "Tony Lindgren" The following changes since commit 03729cfa0d543bc996bf959e762ec999afc8f3d2: soc: ti: wkup_m3_ipc: Fix race condition with rproc_boot (2019-12-17 15:18:36 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-fixes-whenever-signed for you to fetch changes up to b0b03951544534d6d9ad4aa2787eefec988fff20: ARM: dts: am43x-epos-evm: set data pin directions for spi0 and spi1 (2020-01-23 08:12:04 -0800) ---------------------------------------------------------------- Few minor fixes for omaps Looks like we have wrong default memory size for beaglebone black, it has at least 512 MB of RAM and not 256 MB. This causes an issue when booted with GRUB2 that does not seem to pass memory info to the kernel. And for am43x-epos-evm the SPI pin directions need to be configured for SPI to work. ---------------------------------------------------------------- Matwey V. Kornilov (1): ARM: dts: am335x-boneblack-common: fix memory size Raag Jadav (1): ARM: dts: am43x-epos-evm: set data pin directions for spi0 and spi1 arch/arm/boot/dts/am335x-boneblack-common.dtsi | 5 +++++ arch/arm/boot/dts/am43x-epos-evm.dts | 2 ++ 2 files changed, 7 insertions(+) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#1311): https://linux.kernel.org/g/patchwork-soc/message/1311 Mute This Topic: https://linux.kernel.org/mt/70079265/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-