From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DC9DCC433E6 for ; Sun, 21 Feb 2021 17:10:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 999A664E5C for ; Sun, 21 Feb 2021 17:10:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230079AbhBURKh (ORCPT ); Sun, 21 Feb 2021 12:10:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40200 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229844AbhBURKf (ORCPT ); Sun, 21 Feb 2021 12:10:35 -0500 Received: from mail.marcansoft.com (marcansoft.com [IPv6:2a01:298:fe:f::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 30D5DC061574; Sun, 21 Feb 2021 09:09:54 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: marcan@marcan.st) by mail.marcansoft.com (Postfix) with ESMTPSA id 189FC425CB; Sun, 21 Feb 2021 17:09:47 +0000 (UTC) Subject: Re: [PATCH v2 20/25] tty: serial: samsung_tty: Use devm_ioremap_resource To: Marc Zyngier Cc: Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, Rob Herring , Arnd Bergmann , Olof Johansson , Mark Kettenis , Tony Lindgren , Mohamed Mediouni , Stan Skowronek , Alexander Graf , Will Deacon , Linus Walleij , Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20210215121713.57687-1-marcan@marcan.st> <20210215121713.57687-21-marcan@marcan.st> <20210215185135.onivzktfscv5myh2@kozik-lap> <20274436-7275-9734-5a07-d6da46b45c5f@marcan.st> <20210220191323.ugmzrtkvcxyqqolj@kozik-lap> <5a4b3d7095d1ec4be97ec154109632dc@kernel.org> <28128b77-87b4-3595-59fa-44600c5bdbc7@marcan.st> <87im6l1n7h.wl-maz@kernel.org> From: Hector Martin Message-ID: <5d2e94bd-af24-6521-5ead-479fd7b757f1@marcan.st> Date: Mon, 22 Feb 2021 02:09:45 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <87im6l1n7h.wl-maz@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: es-ES Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 21/02/2021 23.59, Marc Zyngier wrote: > Here's what I've been using last time I had to muck with the 4210 > stuff: > > > qemu-system-arm \ > -kernel arch/arm/boot/zImage -M smdkc210 \ > -append "console=ttySAC0,115200n8 earlycon=smh root=/dev/mmcblk0p2 rootwait" \ > -nographic -semihosting -smp 2 \ > -dtb arch/arm/boot/dts/exynos4210-smdkv310.dtb \ > -drive if=sd,driver=null-co -drive if=sd,driver=null-co \ > -drive if=sd,file=../vminstall/bullseye32/MsiKFRxxujYIkiKT.img,format=raw > > > where the last line points to a standard Debian image created > separately. Hah, exynos4210-smdkv310.dtb is what did it. And here I was thinking something with "c210" in the name would be more likely to work with qemu machine "smdkc210"... :-) -- Hector Martin (marcan@marcan.st) Public Key: https://mrcn.st/pub