From patchwork Fri May 8 07:49:25 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Stanley X-Patchwork-Id: 11535831 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 BB15314B4 for ; Fri, 8 May 2020 07:49:39 +0000 (UTC) Received: by mail.kernel.org (Postfix) id B5FCD21582; Fri, 8 May 2020 07:49:39 +0000 (UTC) Delivered-To: soc@kernel.org Received: from mail-ej1-f67.google.com (mail-ej1-f67.google.com [209.85.218.67]) (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 52806207DD; Fri, 8 May 2020 07:49:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=jms.id.au header.i=@jms.id.au header.b="PxOeyEL/" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 52806207DD Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=jms.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=joel.stan@gmail.com Received: by mail-ej1-f67.google.com with SMTP id k8so590993ejv.3; Fri, 08 May 2020 00:49:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:from:date:message-id:subject:to:cc; bh=2ojn62szLR5yAed7Cpk2YDlU98vpC3/PF24hZzNfukc=; b=PxOeyEL/WMCKE3MykeDNUl697V1NpTyQ+qyuJgQxQ8veMFpQxgpdy0q0uitmgCQku3 AnlRbwLIqljlfpjrPUWg2Tch4lPIPqQrWF1Dnoo0vadM5KzPZH53D9+GueDnlWl+v2j5 IcKBukPfZVftBM8Wyrfw3H54TI86QA0J6V/4Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=2ojn62szLR5yAed7Cpk2YDlU98vpC3/PF24hZzNfukc=; b=MO/tgasUCSkVYOzwO98BpjI8sRbaptFyKsYnD63fA9uR4+qt23LrBUlcXmnklJqJVr cqbr79ZZZF7luxJrxNybqUxgJyDho4zjnDgWJ60MN5Im3Aw79bvGlQyWj8DP+DfJTc47 QdmGnopfAUJAORzITc5KYMINt2kVNhQF5LuPF9jaIgLNtqWF3xjFNETATfaicDU/FUOl Qpmhj9NfrBoEv2ip2jLne0yWpIrbpDJJeeAvgLSnDeTdWBart+lmx9ZJJrLm/CCNKP+w Yq9qU97pM9JehCVi7t9H+Rx7KBJq312lCK3lCQXvH17tQTR2nh9pViCnWUCfFYtVYneQ +OxA== X-Gm-Message-State: AGi0PuYydt89tSRAUCM4z6dfqbJkGFksi1Kg3mR1ihNUw3k0T1SeOYQY o5QVDUaki3mi/vL1qD5RQWHN+dfIOt+KU0lLs5M5infy X-Google-Smtp-Source: APiQypJt1hvsyUFF0tzsQJYCtHjMMGdAT3QaHxDwrq0/Tkfdj2zjCuSUV+TqJSyReKLbgKVtk0+DWLYID9k0DtsoTxw= X-Received: by 2002:a17:906:4c8e:: with SMTP id q14mr881699eju.208.1588924177282; Fri, 08 May 2020 00:49:37 -0700 (PDT) MIME-Version: 1.0 From: Joel Stanley Date: Fri, 8 May 2020 07:49:25 +0000 Message-ID: Subject: ARM: aspeed: devicetree changes for 5.8 List-Id: To: arm , soc@kernel.org Cc: Andrew Jeffery , Linux ARM , linux-aspeed Hello ARM Maintainers, Thanks to covid chaos there was no aspeed pull request for 5.7. We're back for 5.8 though! There's a patch in here that causes some build time warnings from the device tree compiler. I've sent a patch for that to the dtc folk: https://lore.kernel.org/lkml/20200508063904.60162-1-joel@jms.id.au/ The following changes since commit fa4c8ec6feaa3237f5d44cb8c6d0aa0dff6e1bcc: ARM: dts: aspeed: Change KCS nodes to v2 binding (2020-05-05 16:37:17 +0930) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git tags/aspeed-5.8-devicetree for you to fetch changes up to fa4c8ec6feaa3237f5d44cb8c6d0aa0dff6e1bcc: ARM: dts: aspeed: Change KCS nodes to v2 binding (2020-05-05 16:37:17 +0930) ---------------------------------------------------------------- ASPEED device tree updates for 5.8 New machines: - YADRO's ast2500 OpenPower P9 Nicole BMC - Facebook's ast2500 x86 Yosemite V2 BMC The AST2600 machines Rainier and Tacoma were fleshed out. Machines have started describing the GPIO names as userspace attempts to use the GPIO chardev API. ----------------------------------------------------------------