From nobody Mon Apr 6 11:54:51 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9A249C04A95 for ; Wed, 28 Sep 2022 09:15:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233617AbiI1JPJ (ORCPT ); Wed, 28 Sep 2022 05:15:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49504 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233469AbiI1JO5 (ORCPT ); Wed, 28 Sep 2022 05:14:57 -0400 Received: from mail-wm1-x32b.google.com (mail-wm1-x32b.google.com [IPv6:2a00:1450:4864:20::32b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4B32A140A1 for ; Wed, 28 Sep 2022 02:14:55 -0700 (PDT) Received: by mail-wm1-x32b.google.com with SMTP id t4so8101583wmj.5 for ; Wed, 28 Sep 2022 02:14:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date; bh=sB1pDwELM5sb4xybKJcteQ6UdX8NBQ9VAI6UQW1HiBI=; b=fUObDJ8yfTl5kymSx/mqVuIpCths0IIErK5/8hutkVNPbL4f1IKP2vfUuGEZg0txUt w+WLaWqQBR4L6oBeor3sBgxz0dOq85huHrk/VYnONMTdIDDwDZIvwnK5VD4UROqJysCh /oiyvs90BFAb0gpNd7KmMMuzeYY1Om5cqNHrFnYEBysC+AsH6o/RxCKhdH+e/Ai09Swi uJX8gwbNYFILLUYdgF/GQQgetd7i8nAKk58Ao+IswIOnCuIL13e9NO6DrILGpPR1libo rdYFD9tCSVzPMQak5DsCyNp28cbAL3NatQoq2cKsgil+0aKjZeTWOV/FS56OUliul8Zu uqxA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date; bh=sB1pDwELM5sb4xybKJcteQ6UdX8NBQ9VAI6UQW1HiBI=; b=cajlO7qaOTJrXDr4wl1yhiz+ptCRXSrGxaN/EJFlb74AcXJ/qh0KBxmrgW+23JDxN7 /PCpuPidzgioRYj8ruYjqk4XlyiLLhBn6y/IPIZA5GMZCr9Ton4gHdIT2NsgUhyhcjZz TnlPLZvxG7zVQRO8nvvOmrbobpILRbTvEATo2Riai1ZZDGo5ubplFPfiKLSRDxBXO1rU AtlDinrNhXNoU96SciOQHTr+xO1lp7gKQy/cbNV8aNaUnMHZn6a/X8JWhJrVO18nsa64 MoXGQsvWm6qtCV/CXZyu1HFCQYe7rdgoSWFT4aaYpxDCnS5iBrK4lJyYOIIhQH5Ews+n mpoA== X-Gm-Message-State: ACrzQf35YIcxNymnmQRjAoiglMC4VhTVWCRJef20c3k1EutpCTssjH3q 5CkJ5+cn7poWu8ubit8qOBY9FA== X-Google-Smtp-Source: AMsMyM6Ea1VPSETuEitRBpqVKuyOgR26+4yDT+bXZT8hUzrRHXN3gxpX/vDZ3mk2T6jorS8FDnOnsA== X-Received: by 2002:a05:600c:1c05:b0:3b4:c1cb:d45f with SMTP id j5-20020a05600c1c0500b003b4c1cbd45fmr5987820wms.2.1664356493923; Wed, 28 Sep 2022 02:14:53 -0700 (PDT) Received: from arrakeen.starnux.net ([2a01:e0a:982:cbb0:52eb:f6ff:feb3:451a]) by smtp.gmail.com with ESMTPSA id p2-20020a5d6382000000b0022a53fe201fsm2420016wru.68.2022.09.28.02.14.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Sep 2022 02:14:53 -0700 (PDT) From: Neil Armstrong Date: Wed, 28 Sep 2022 09:14:51 +0000 Subject: [PATCH v1 1/7] dt-bindings: arm: qcom: document the swir,mangoh-green-wp8548 board MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20220928-mdm9615-dt-schema-fixes-v1-1-b6e63a7df1e8@linaro.org> References: <20220928-mdm9615-dt-schema-fixes-v1-0-b6e63a7df1e8@linaro.org> In-Reply-To: <20220928-mdm9615-dt-schema-fixes-v1-0-b6e63a7df1e8@linaro.org> To: Andy Gross , Krzysztof Kozlowski , Bjorn Andersson , Rob Herring , Konrad Dybcio Cc: devicetree@vger.kernel.org, Neil Armstrong , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org X-Mailer: b4 0.10.0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The qcom.yaml was lacking documentation of this board, fix this. Signed-off-by: Neil Armstrong diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentatio= n/devicetree/bindings/arm/qcom.yaml index fb1d00bcc847..e9f38f0cef19 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -262,6 +262,12 @@ properties: - qcom,ipq8074-hk10-c2 - const: qcom,ipq8074 =20 + - description: Sierra Wireless MangOH Green with WP8548 Module + items: + - const: swir,mangoh-green-wp8548 + - const: swir,wp8548 + - const: qcom,mdm9615 + - description: Qualcomm Technologies, Inc. SC7180 IDP items: - enum: --=20 b4 0.10.0 From nobody Mon Apr 6 11:54:51 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B32DAC04A95 for ; Wed, 28 Sep 2022 09:15:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233740AbiI1JPX (ORCPT ); Wed, 28 Sep 2022 05:15:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49738 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233488AbiI1JPA (ORCPT ); Wed, 28 Sep 2022 05:15:00 -0400 Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3D32A15837 for ; Wed, 28 Sep 2022 02:14:56 -0700 (PDT) Received: by mail-wm1-x330.google.com with SMTP id 130-20020a1c0288000000b003b494ffc00bso241299wmc.0 for ; Wed, 28 Sep 2022 02:14:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date; bh=ukcH9izbAP5JbbCU27Xnw6w8tsrzXCXDV6b5IQ0ixeQ=; b=QxjGHTZ0p7BByxvc2O2aAUnv4wvGikP6vzJ0Z1ToZJfD2Bpjg4bkDEFq718v8GYPjz ZqVPXp6TuW/E7eCuLjl4Pl23SiJ2jeYruGS0a5J50vWE7OjuoSnFHkqfLpGe1UWeUXwu EYsjmPw53mOIisdme9PCva7Jk35RsccPmL7sr4FI/2VlYigMGn2CZSeP56AS6N25UDwT LaIh7eJ/KasbCQARp7Q2ef1EUWZZfHpU+0AqfGEir71WUpzVRK7HxqUvNR+Ac4puhp/L bRE70NSg6MMdpU8sIjDLMn5G6vWWUKkSF/qG0xMLg6H/RgNkK94SPvWJRF5vLRS2BH4s G/GQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date; bh=ukcH9izbAP5JbbCU27Xnw6w8tsrzXCXDV6b5IQ0ixeQ=; b=UQ0As6jaM5+PZbvyPXfkwL0pEb+bdIEOuad/l/pEoJ79kHuMbXefV1oc6zLHLtNMLy +sDZr0twJzRqcO4m+CCEBzONYMknLzqeXScxTgTm0YzxIw2ulBoLF+ByszrZY+2AGTad zkiVQ/9X4IAb0G2eMkbb9xr5lifcMS9fwxATb07/wcolPlS3UQDB0uTmLmJRfhv48uQO 3/5y/oHlo868LEkUKm/OiIitOSL1eL9HpQpMfb3RP7VSmiYm1+7zYinTcSn6o+KF6qVa qHqy4dS9vl0L/iJMZ3GIm5nS0Hueg9i10Yc3n0MIRjjWNovGy6yeVqwOqK+DdY9ddaAr r1eg== X-Gm-Message-State: ACrzQf2jEZ7hTzzsMeNrrH1MfJ5/37EfftNnBOu8N4y/FA9itIO3799i LONbilw+8N3cZKq2odFneJZihQ== X-Google-Smtp-Source: AMsMyM5PEpuJuYKwbLsUDoi8U8WJYZ+yh8v8wsSMrV19Z1OoierBr+cv7QaBAW54+Ds5Bqvfv7Zwgw== X-Received: by 2002:a05:600c:23ca:b0:3b4:6199:8ab9 with SMTP id p10-20020a05600c23ca00b003b461998ab9mr5794271wmb.20.1664356494751; Wed, 28 Sep 2022 02:14:54 -0700 (PDT) Received: from arrakeen.starnux.net ([2a01:e0a:982:cbb0:52eb:f6ff:feb3:451a]) by smtp.gmail.com with ESMTPSA id p2-20020a5d6382000000b0022a53fe201fsm2420016wru.68.2022.09.28.02.14.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Sep 2022 02:14:54 -0700 (PDT) From: Neil Armstrong Date: Wed, 28 Sep 2022 09:14:52 +0000 Subject: [PATCH v1 2/7] arm: dts: qcom: mdm9615*: add SPDX-License-Identifier MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20220928-mdm9615-dt-schema-fixes-v1-2-b6e63a7df1e8@linaro.org> References: <20220928-mdm9615-dt-schema-fixes-v1-0-b6e63a7df1e8@linaro.org> In-Reply-To: <20220928-mdm9615-dt-schema-fixes-v1-0-b6e63a7df1e8@linaro.org> To: Andy Gross , Krzysztof Kozlowski , Bjorn Andersson , Rob Herring , Konrad Dybcio Cc: devicetree@vger.kernel.org, Neil Armstrong , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org X-Mailer: b4 0.10.0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Replace the licence blob by a clean SPDX-License-Identifier Signed-off-by: Neil Armstrong diff --git a/arch/arm/boot/dts/qcom-mdm9615-wp8548-mangoh-green.dts b/arch/= arm/boot/dts/qcom-mdm9615-wp8548-mangoh-green.dts index 0827de5426c1..073c15354483 100644 --- a/arch/arm/boot/dts/qcom-mdm9615-wp8548-mangoh-green.dts +++ b/arch/arm/boot/dts/qcom-mdm9615-wp8548-mangoh-green.dts @@ -1,46 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ OR X11 /* * Device Tree Source for mangOH Green Board with WP8548 Module * * Copyright (C) 2016 BayLibre, SAS. * Author : Neil Armstrong - * - * This file is dual-licensed: you can use it either under the terms - * of the GPL or the X11 license, at your option. Note that this dual - * licensing only applies to this file, and not this project as a - * whole. - * - * a) This file is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This file is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * Or, alternatively, - * - * b) Permission is hereby granted, free of charge, to any person - * obtaining a copy of this software and associated documentation - * files (the "Software"), to deal in the Software without - * restriction, including without limitation the rights to use, - * copy, modify, merge, publish, distribute, sublicense, and/or - * sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following - * conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - * OTHER DEALINGS IN THE SOFTWARE. */ =20 #include diff --git a/arch/arm/boot/dts/qcom-mdm9615-wp8548.dtsi b/arch/arm/boot/dts= /qcom-mdm9615-wp8548.dtsi index 49de1821ac3a..146ecee50998 100644 --- a/arch/arm/boot/dts/qcom-mdm9615-wp8548.dtsi +++ b/arch/arm/boot/dts/qcom-mdm9615-wp8548.dtsi @@ -1,46 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ OR X11 /* * Device Tree Source for Sierra Wireless WP8548 Module * * Copyright (C) 2016 BayLibre, SAS. * Author : Neil Armstrong - * - * This file is dual-licensed: you can use it either under the terms - * of the GPL or the X11 license, at your option. Note that this dual - * licensing only applies to this file, and not this project as a - * whole. - * - * a) This file is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This file is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * Or, alternatively, - * - * b) Permission is hereby granted, free of charge, to any person - * obtaining a copy of this software and associated documentation - * files (the "Software"), to deal in the Software without - * restriction, including without limitation the rights to use, - * copy, modify, merge, publish, distribute, sublicense, and/or - * sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following - * conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - * OTHER DEALINGS IN THE SOFTWARE. */ =20 #include "qcom-mdm9615.dtsi" diff --git a/arch/arm/boot/dts/qcom-mdm9615.dtsi b/arch/arm/boot/dts/qcom-m= dm9615.dtsi index b47c86412de2..b06bbe25fdd4 100644 --- a/arch/arm/boot/dts/qcom-mdm9615.dtsi +++ b/arch/arm/boot/dts/qcom-mdm9615.dtsi @@ -1,46 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ OR X11 /* * Device Tree Source for Qualcomm MDM9615 SoC * * Copyright (C) 2016 BayLibre, SAS. * Author : Neil Armstrong - * - * This file is dual-licensed: you can use it either under the terms - * of the GPL or the X11 license, at your option. Note that this dual - * licensing only applies to this file, and not this project as a - * whole. - * - * a) This file is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This file is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * Or, alternatively, - * - * b) Permission is hereby granted, free of charge, to any person - * obtaining a copy of this software and associated documentation - * files (the "Software"), to deal in the Software without - * restriction, including without limitation the rights to use, - * copy, modify, merge, publish, distribute, sublicense, and/or - * sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following - * conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - * OTHER DEALINGS IN THE SOFTWARE. */ =20 /dts-v1/; --=20 b4 0.10.0 From nobody Mon Apr 6 11:54:51 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 75AB7C32771 for ; Wed, 28 Sep 2022 09:15:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233594AbiI1JP3 (ORCPT ); Wed, 28 Sep 2022 05:15:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54904 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233502AbiI1JPA (ORCPT ); Wed, 28 Sep 2022 05:15:00 -0400 Received: from mail-wm1-x32c.google.com (mail-wm1-x32c.google.com [IPv6:2a00:1450:4864:20::32c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1BC0E17A95 for ; Wed, 28 Sep 2022 02:14:57 -0700 (PDT) Received: by mail-wm1-x32c.google.com with SMTP id i203-20020a1c3bd4000000b003b3df9a5ecbso782831wma.1 for ; Wed, 28 Sep 2022 02:14:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date; bh=nW4h8IysCeGHSdxKW2hUxsi6ulI+NrijOXZ0X0ypMHo=; b=cSVZEx//KYiPk9a5OcsGeg69zXg5u2hnhV8QdG4wQLAUAJ8pc3Y2ixxk0J4yyg9xJL AJ9nooK16JS2t5KJks7pMU14zOudKauKknY8dUsM1HrPneE/kz7oGB9l7oCCHv+/w8wR CAYkoxctNjA1shQSANzosDUV61P3g2ds7lgjok4UkWKx6t5j9z9fu7GhBrTYgN75SW9f uvpMWAyrOEsjuDu/PbPIYguULcDVfm6jbU3SjEofyY+WFh2pnKxwjECBc/NEyERGiPNQ BVhI5gNLUMBTkI7J+JnSkJeVSDF6WPkmR6uNSclg2CCj7uaeyICKm3BzN2lOQ+YNprN8 uqUw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date; bh=nW4h8IysCeGHSdxKW2hUxsi6ulI+NrijOXZ0X0ypMHo=; b=2DLsu2vm3Q1oFPf91M/vWtWNv70HJa7sTADVIGfTmbsCxXRrbog+93SJ9FJ6KJsZa9 Kbn1frNFNI6rcXiQFFBKwOMPt0aITpNa1DBfzbTvud9S5yUgS9gYmDKFgb/C7PAilu/y agROTiLbl6CfsP4vFwmEESXBs9FHR1hOIxP4B/GwqHBBVkOyVz1o/o97Pa0YqAl/12kh nbYAqOwI7D4y1L9xMKM3E7xW/OskYp3csG+lN9qcpUxkI5Z7CHr+3eCtWdt+Dmh+GApD u+bz1KeZNQvt6gI+Bv8Fikgzch9CUni2aWVMuR6s/fQ4j5aRT110oN/AC19QtReDNRfm IZ6Q== X-Gm-Message-State: ACrzQf1qy8xFSZ1qUsK2SrZyshI0pFZir4o4KHL2xmUqUw4xic2ICove BqA6QPocXq8dUHzQwuhGY1bOLA== X-Google-Smtp-Source: AMsMyM6I62be+B4NfMham3eMU2SbQ4sQJvp/B10RM814YcRrkShKs9YdwRftB0+Nk2RtPOg3bYYaUg== X-Received: by 2002:a05:600c:a09:b0:3b5:2f6b:c7c5 with SMTP id z9-20020a05600c0a0900b003b52f6bc7c5mr5855174wmp.141.1664356495565; Wed, 28 Sep 2022 02:14:55 -0700 (PDT) Received: from arrakeen.starnux.net ([2a01:e0a:982:cbb0:52eb:f6ff:feb3:451a]) by smtp.gmail.com with ESMTPSA id p2-20020a5d6382000000b0022a53fe201fsm2420016wru.68.2022.09.28.02.14.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Sep 2022 02:14:55 -0700 (PDT) From: Neil Armstrong Date: Wed, 28 Sep 2022 09:14:53 +0000 Subject: [PATCH v1 3/7] arm: dts: qcom: mdm9615: add missing reg in cpu@0 node MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20220928-mdm9615-dt-schema-fixes-v1-3-b6e63a7df1e8@linaro.org> References: <20220928-mdm9615-dt-schema-fixes-v1-0-b6e63a7df1e8@linaro.org> In-Reply-To: <20220928-mdm9615-dt-schema-fixes-v1-0-b6e63a7df1e8@linaro.org> To: Andy Gross , Krzysztof Kozlowski , Bjorn Andersson , Rob Herring , Konrad Dybcio Cc: devicetree@vger.kernel.org, Neil Armstrong , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org X-Mailer: b4 0.10.0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixes cpu@0: 'reg' is a required property from dtbs check. Signed-off-by: Neil Armstrong diff --git a/arch/arm/boot/dts/qcom-mdm9615.dtsi b/arch/arm/boot/dts/qcom-m= dm9615.dtsi index b06bbe25fdd4..e547becc9f75 100644 --- a/arch/arm/boot/dts/qcom-mdm9615.dtsi +++ b/arch/arm/boot/dts/qcom-mdm9615.dtsi @@ -28,6 +28,7 @@ cpus { cpu0: cpu@0 { compatible =3D "arm,cortex-a5"; device_type =3D "cpu"; + reg =3D <0>; next-level-cache =3D <&L2>; }; }; --=20 b4 0.10.0 From nobody Mon Apr 6 11:54:51 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B13E9C04A95 for ; Wed, 28 Sep 2022 09:15:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233687AbiI1JPP (ORCPT ); Wed, 28 Sep 2022 05:15:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54912 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233492AbiI1JPA (ORCPT ); Wed, 28 Sep 2022 05:15:00 -0400 Received: from mail-wm1-x332.google.com (mail-wm1-x332.google.com [IPv6:2a00:1450:4864:20::332]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E885A186E8 for ; Wed, 28 Sep 2022 02:14:57 -0700 (PDT) Received: by mail-wm1-x332.google.com with SMTP id d12-20020a05600c3acc00b003b4c12e47f3so655657wms.4 for ; Wed, 28 Sep 2022 02:14:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date; bh=pO1LhJ/5vLes6LBQ95oOOVk/Qa5Nb0E3tUK4B+CQ1TU=; b=X6x9KHx0JbnHRU7uWPj00EBG7xMl2XZwGTmeelCXNX5ZGnXvoG5mdG5bXuTnhrMMZ8 Kdosc8A9tW22wfpG0LP2BrBixbkgT81ZRbMZWFqPBlu3m7xKe1XSYGnBYEj9x7uY8ESk 3sprC88nmwaAs9pDlTs4KGpSAQilvwaDqz2u8Lh2QV+XTZ5UfFUvMwKCb7mVtR/boXzO +ZyRd6PEWNoZ0ww0ldVMAQTQRGJBuC1LDkcQHe9aZBy0Fr702pSVjIaPZRsYCsbfcRMn lKwEoRD8KiS1AjtVQGPX9YQtHRnNXoJpZacvr7P+Yss5wZ1QMDnPP1tKW0fa5j0XH0As G80w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date; bh=pO1LhJ/5vLes6LBQ95oOOVk/Qa5Nb0E3tUK4B+CQ1TU=; b=fqWYKbIknYnLmET7BAr610LZn0QoVgq4i+QkJ18sjjNsz3q0MUuEGHsqsxgDbf+EnF ktbBjyF08lqBiGFpvbx2cYXrMAx/R8RKTw6P+olvzX9cXtzENT5ZsjhxrFzhmi25coAZ uJdtNqVL/hScYHcYhQueVsDRCNlQuguug+0+elwmqs0wdd60WHAhx58xwl1bme4woIY8 gVuXRl8BxNfPt60U4RG83DsxcrTnF13ydiC93OUU3uYjndrUC08dlmIYkfnKEIqNdgbG a9NZtOuOAfVAaNONzBfCnbK4NophAar3rW5/59GNpk7fBHdHWniv2ngjzOc9E+s4ODJX NzSw== X-Gm-Message-State: ACrzQf2xAWd0hFvZ6j4voNo5De9C3ua5vw/fuKQCuS5HjPpFCdq4uI/z 5hoETr7EQTlhbYM/zpIYzmr/Vw== X-Google-Smtp-Source: AMsMyM7pUFmrtpT2SyT1r2VjwwKy8Voy5XBgDeVEoM3wqngJ8ePkhE3Y+4C24RYK2paO3dLglEns5A== X-Received: by 2002:a05:600c:154a:b0:3b4:c9ec:41df with SMTP id f10-20020a05600c154a00b003b4c9ec41dfmr5683123wmg.109.1664356496407; Wed, 28 Sep 2022 02:14:56 -0700 (PDT) Received: from arrakeen.starnux.net ([2a01:e0a:982:cbb0:52eb:f6ff:feb3:451a]) by smtp.gmail.com with ESMTPSA id p2-20020a5d6382000000b0022a53fe201fsm2420016wru.68.2022.09.28.02.14.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Sep 2022 02:14:56 -0700 (PDT) From: Neil Armstrong Date: Wed, 28 Sep 2022 09:14:54 +0000 Subject: [PATCH v1 4/7] arm: dts: qcom: mdm9615: remove invalid spi-max-frequency gsbi3_spi node MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20220928-mdm9615-dt-schema-fixes-v1-4-b6e63a7df1e8@linaro.org> References: <20220928-mdm9615-dt-schema-fixes-v1-0-b6e63a7df1e8@linaro.org> In-Reply-To: <20220928-mdm9615-dt-schema-fixes-v1-0-b6e63a7df1e8@linaro.org> To: Andy Gross , Krzysztof Kozlowski , Bjorn Andersson , Rob Herring , Konrad Dybcio Cc: devicetree@vger.kernel.org, Neil Armstrong , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org X-Mailer: b4 0.10.0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The spi-max-frequency property has nothing to do in the controller's node, remove it and fix the 'spi-max-frequency' was unexpected dtbs check error. Signed-off-by: Neil Armstrong diff --git a/arch/arm/boot/dts/qcom-mdm9615.dtsi b/arch/arm/boot/dts/qcom-m= dm9615.dtsi index e547becc9f75..792aa98cc136 100644 Reviewed-by: Krzysztof Kozlowski --- a/arch/arm/boot/dts/qcom-mdm9615.dtsi +++ b/arch/arm/boot/dts/qcom-mdm9615.dtsi @@ -170,7 +170,6 @@ gsbi3_spi: spi@16280000 { #size-cells =3D <0>; reg =3D <0x16280000 0x1000>; interrupts =3D ; - spi-max-frequency =3D <24000000>; =20 clocks =3D <&gcc GSBI3_QUP_CLK>, <&gcc GSBI3_H_CLK>; clock-names =3D "core", "iface"; --=20 b4 0.10.0 From nobody Mon Apr 6 11:54:51 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C5BE3C04A95 for ; Wed, 28 Sep 2022 09:15:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233626AbiI1JPe (ORCPT ); Wed, 28 Sep 2022 05:15:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54950 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233544AbiI1JPA (ORCPT ); Wed, 28 Sep 2022 05:15:00 -0400 Received: from mail-wm1-x331.google.com (mail-wm1-x331.google.com [IPv6:2a00:1450:4864:20::331]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AF5FE19C2B for ; Wed, 28 Sep 2022 02:14:58 -0700 (PDT) Received: by mail-wm1-x331.google.com with SMTP id t4so8101698wmj.5 for ; Wed, 28 Sep 2022 02:14:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date; bh=vT0AoEtpW8NwXgLYXwbI7LwE6ij1yswJpZPnBeXs+68=; b=hHnXjGFiFHAuQmmqUvDSFw2TicUaaX7JTg1qKQ7cgE3CuKhvn0QIm6/sWcgLmgr6R5 x/WQsX8fqz0KLvTPzBGgQK0KMrrAfLf1Zwt8P2mukAl5EOIxh1OmGzRj7iiTKtEbtc7l DAJ3Hy+m3y3atHghyyxT9FoCEv2x5YQXYoPYJsGketCP+jN8eueWsfgwRlwXVF5SB/5r OcRhwHjp7pyAjUNSd2/83mX5xbJWpmj/3MODy+3XGxe3zEnReJZ4MgVEknSm8Q8it8Eb YOUX/Rn+lSQzwcYVh/2MStkQPg+cVhbN0NMTOqrLmn/9tdczBSz88yXwSarfOdVEUlY9 afxg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date; bh=vT0AoEtpW8NwXgLYXwbI7LwE6ij1yswJpZPnBeXs+68=; b=bvfnpsFKlSFqj5Y49dsdBucUsfCOr/nWk/ni7UzjeSpACdOx7SBRd4J6ROBFQuRsKJ Xmpf2hGkcdmPkuaV2Yde+gqY0hIUOYEOYoMxBUZRqyUVIihn7DFv0D5AWG5cl2i4itHT eF7lfKqa7SDq2A7HqIyy6TtyW4BWQ7bdPxnkKdfvgjK5HxLt15Gbhc5pDUI8bUIjuCVO LVaZ5HiNVFSO9HUawcw25g2+3OESKDjnYGO/DSoDQ/sLTz3JP75ftUMmheht70E0grF3 5Q0Qlp4QWfRxTWMh1Dtt7WUbPfctSr9l+iqQ1OhjW0uh61oKSFz3GePQwNQBoq6zXiLW xNbg== X-Gm-Message-State: ACrzQf08CM7nHCh/X74vQyqeXeYqFnljFsAl1faBWnkfcScHI8Gus/Bk Ths1qChcTmnRPR4wDiwWrIULfg== X-Google-Smtp-Source: AMsMyM67hUfloXWT1/vf4Zq1XOEbMEBgNqGMPOpyjtEsbExMjCniz2GPGQw0myu2AJuhB+mrOIGiyQ== X-Received: by 2002:a7b:c404:0:b0:3b4:faca:cf50 with SMTP id k4-20020a7bc404000000b003b4facacf50mr5906980wmi.67.1664356497269; Wed, 28 Sep 2022 02:14:57 -0700 (PDT) Received: from arrakeen.starnux.net ([2a01:e0a:982:cbb0:52eb:f6ff:feb3:451a]) by smtp.gmail.com with ESMTPSA id p2-20020a5d6382000000b0022a53fe201fsm2420016wru.68.2022.09.28.02.14.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Sep 2022 02:14:56 -0700 (PDT) From: Neil Armstrong Date: Wed, 28 Sep 2022 09:14:55 +0000 Subject: [PATCH v1 5/7] arm: dts: qcom: mdm9615: remove invalid pmic subnodes compatibles MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20220928-mdm9615-dt-schema-fixes-v1-5-b6e63a7df1e8@linaro.org> References: <20220928-mdm9615-dt-schema-fixes-v1-0-b6e63a7df1e8@linaro.org> In-Reply-To: <20220928-mdm9615-dt-schema-fixes-v1-0-b6e63a7df1e8@linaro.org> To: Andy Gross , Krzysztof Kozlowski , Bjorn Andersson , Rob Herring , Konrad Dybcio Cc: devicetree@vger.kernel.org, Neil Armstrong , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org X-Mailer: b4 0.10.0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The PMIC is an PM8018, but was compatible with the PM8921. Both compatibles was left but it makes no sense anymore the leave both. The pwrkey compatible is left to PM8921, unlike the others because the interface is stricly compatible with the PM9821 pwrkey. Signed-off-by: Neil Armstrong diff --git a/arch/arm/boot/dts/qcom-mdm9615.dtsi b/arch/arm/boot/dts/qcom-m= dm9615.dtsi index 792aa98cc136..935f7b222200 100644 --- a/arch/arm/boot/dts/qcom-mdm9615.dtsi +++ b/arch/arm/boot/dts/qcom-mdm9615.dtsi @@ -247,7 +247,7 @@ qcom,ssbi@500000 { qcom,controller-type =3D "pmic-arbiter"; =20 pmicintc: pmic@0 { - compatible =3D "qcom,pm8018", "qcom,pm8921"; + compatible =3D "qcom,pm8018"; interrupts =3D ; #interrupt-cells =3D <2>; interrupt-controller; @@ -255,7 +255,7 @@ pmicintc: pmic@0 { #size-cells =3D <0>; =20 pwrkey@1c { - compatible =3D "qcom,pm8018-pwrkey", "qcom,pm8921-pwrkey"; + compatible =3D "qcom,pm8921-pwrkey"; reg =3D <0x1c>; interrupt-parent =3D <&pmicintc>; interrupts =3D <50 IRQ_TYPE_EDGE_RISING>, @@ -275,7 +275,7 @@ pmicmpp: mpps@50 { }; =20 rtc@11d { - compatible =3D "qcom,pm8018-rtc", "qcom,pm8921-rtc"; + compatible =3D "qcom,pm8018-rtc"; interrupt-parent =3D <&pmicintc>; interrupts =3D <39 IRQ_TYPE_EDGE_RISING>; reg =3D <0x11d>; --=20 b4 0.10.0 From nobody Mon Apr 6 11:54:51 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 68B2EC04A95 for ; Wed, 28 Sep 2022 09:15:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233801AbiI1JPi (ORCPT ); Wed, 28 Sep 2022 05:15:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54902 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233565AbiI1JPE (ORCPT ); Wed, 28 Sep 2022 05:15:04 -0400 Received: from mail-wr1-x433.google.com (mail-wr1-x433.google.com [IPv6:2a00:1450:4864:20::433]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4A49621244 for ; Wed, 28 Sep 2022 02:14:59 -0700 (PDT) Received: by mail-wr1-x433.google.com with SMTP id z6so18813737wrq.1 for ; Wed, 28 Sep 2022 02:14:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date; bh=DCuzbrIo029QLEgMuY5wkEvpD11mqtwhQ1pcmeW8k7U=; b=XwVmXyrbdc0sJXAEjRkXRx86NO4V9LZk3W1phCeq2Al7mSBiERu7wXpYdrWRD3BjCG WDhZ7BwPVYh4DaxYYnCWwdUga5fVVXUmqPwkb+uPeF0H0iXLOPnogid+xumur6b3Ly9N ufCVP1VN/cWKTtELj9ZCPlJa9duRzZlA0yxWik2GBBhwa5Z+lOTR7u/ieL2YeLXsbBrF qpxFjTn5Cjc1t3MiNzM4n6LMUPvyDXd944eVM3rTt5Bk3BnrciJnMW+DUsViAie4dB7p NDs6zawuCCVv/iY2UJxuCoHDQDWJdxsAKtDlioFzx70mLzdaq+/2hZpqzx9V5FP+Auh6 j52A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date; bh=DCuzbrIo029QLEgMuY5wkEvpD11mqtwhQ1pcmeW8k7U=; b=6isnOZ9CMTBo4puXiLaOAXdH6j6w1X9FHM5zdWNc/zTkQeRQ24lM3r93h0o3WjhX5N W3bfYwbaN7NfKIqpMXRltcaz2oG9/8f2S+A0w2FIvbynfJoBi30vwoga9xkoKPxdNMS6 5N64dTAoRQYTUgq27N3epPNCUv3Ma9XrWUKOMH6NIkN1grco5DdngeQ7+M3Lfi1gC/JX CIR0Phxvr2jOqk2izUizcoKxDbCjQM1iVmktuEKii2zrARgrH/ebkesPnHVqOQ+wdDTB igNXzERqW4KLvuXczQHpTIpI/IZoqI4ryDgC+P0UVKe5/z6BI9/2K03qiL7/HT7q0UUF fA0A== X-Gm-Message-State: ACrzQf220MIQCVwgf7TQMePkI2yZpokFPol0hysyyZ7Yyi0UHvjPo8ky 9UjoAwRDcFI2q2VV1gPrE0RQNA== X-Google-Smtp-Source: AMsMyM5yCD2k0rWdZrl0Lb+Q0T1tpCI6QoBVzsiBkctNh3Tfll8vD/KESYkb1W9yLBiLxctVA1vSag== X-Received: by 2002:a05:6000:178d:b0:226:ffe8:72df with SMTP id e13-20020a056000178d00b00226ffe872dfmr19517534wrg.496.1664356498146; Wed, 28 Sep 2022 02:14:58 -0700 (PDT) Received: from arrakeen.starnux.net ([2a01:e0a:982:cbb0:52eb:f6ff:feb3:451a]) by smtp.gmail.com with ESMTPSA id p2-20020a5d6382000000b0022a53fe201fsm2420016wru.68.2022.09.28.02.14.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Sep 2022 02:14:57 -0700 (PDT) From: Neil Armstrong Date: Wed, 28 Sep 2022 09:14:56 +0000 Subject: [PATCH v1 6/7] arm: dts: qcom: mdm9615: remove invalid interrupt-names from pl18x mmc nodes MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20220928-mdm9615-dt-schema-fixes-v1-6-b6e63a7df1e8@linaro.org> References: <20220928-mdm9615-dt-schema-fixes-v1-0-b6e63a7df1e8@linaro.org> In-Reply-To: <20220928-mdm9615-dt-schema-fixes-v1-0-b6e63a7df1e8@linaro.org> To: Andy Gross , Krzysztof Kozlowski , Bjorn Andersson , Rob Herring , Konrad Dybcio Cc: devicetree@vger.kernel.org, Neil Armstrong , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org X-Mailer: b4 0.10.0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This solves the 'interrupt-names' was unexpected dtbs check error. Signed-off-by: Neil Armstrong diff --git a/arch/arm/boot/dts/qcom-mdm9615.dtsi b/arch/arm/boot/dts/qcom-m= dm9615.dtsi index 935f7b222200..d8723bd3fedb 100644 --- a/arch/arm/boot/dts/qcom-mdm9615.dtsi +++ b/arch/arm/boot/dts/qcom-mdm9615.dtsi @@ -325,7 +325,6 @@ sdcc1: mmc@12180000 { arm,primecell-periphid =3D <0x00051180>; reg =3D <0x12180000 0x2000>; interrupts =3D ; - interrupt-names =3D "cmd_irq"; clocks =3D <&gcc SDC1_CLK>, <&gcc SDC1_H_CLK>; clock-names =3D "mclk", "apb_pclk"; bus-width =3D <8>; @@ -345,7 +344,6 @@ sdcc2: mmc@12140000 { status =3D "disabled"; reg =3D <0x12140000 0x2000>; interrupts =3D ; - interrupt-names =3D "cmd_irq"; clocks =3D <&gcc SDC2_CLK>, <&gcc SDC2_H_CLK>; clock-names =3D "mclk", "apb_pclk"; bus-width =3D <4>; --=20 b4 0.10.0 From nobody Mon Apr 6 11:54:51 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 55F93C32771 for ; Wed, 28 Sep 2022 09:15:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233808AbiI1JPn (ORCPT ); Wed, 28 Sep 2022 05:15:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54912 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233575AbiI1JPE (ORCPT ); Wed, 28 Sep 2022 05:15:04 -0400 Received: from mail-wr1-x42a.google.com (mail-wr1-x42a.google.com [IPv6:2a00:1450:4864:20::42a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8FD5622BE4 for ; Wed, 28 Sep 2022 02:15:00 -0700 (PDT) Received: by mail-wr1-x42a.google.com with SMTP id l18so6769873wrw.9 for ; Wed, 28 Sep 2022 02:15:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date; bh=Nps3ANTgE3seawbM5+PmTIn4OgiLjhxFHyf2GdOQ0aw=; b=lXtkUfmiU2FMJsUXOQ9XIdxJHNUBtovE3ktBFxkBzOg8PZznXCoQVdMUhJJVcYLP+E oLO6Fct/aCQrpTXIipnYA1ZrnUEPUyH0psrB3LZqwhSdjIjTOy7wXi0ZsLoKCHXlHQRa LKxSmQux1wf46YRXkN4/B7U/c7VGTXmFKf7pFKMWOy6lstY5rC6cbrNUAKIHCIWrGnrV P10sPlCeHv62tjFzAAGXlL8LGob4D3AxQY04CqX5/3tQfSb6Y0B9p1sm+6JWpkI4N9MA Sx0giQMbNdWfOQe6Uq0XkJUEpl6Qk2SgUGqGy+5BvJgo6nSw6BMCHZSCbTPk2cSvMiqs yaJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date; bh=Nps3ANTgE3seawbM5+PmTIn4OgiLjhxFHyf2GdOQ0aw=; b=L3wi+hzfAGRWACwWy1YmvXGiIKOxPDmasxKxgi7/REcacCnfAFO4Ej73LY+azzIYvN EEXkZ/uOPyYtWhGVSR4t6uUm+hQH1xKVLJOCffB+DXMtA89+3MI2tWWaRb9mUSrOjVCI NdOtUZc6uV0fVJkrXfXnGnx1yx4qgKImZy8jGLsNGDO1obMeoPy3vbR8Xq194vyg4fPR +ImVi0PG1jm5v7C6W26b9DUcRzTDFO9NIQsvsTTg7ZLDfF0WLy2R2+ib8OI4mKlQsVo4 Lr5XvohGnVFAESC937TAXhe3kJPJrhezgjxzgH2WFC4tzE30FCMLxBMXrFSCtlCjG9Cm aY/w== X-Gm-Message-State: ACrzQf3yH/pJjRhg9ytAsFDllRZ6z8yNDsDG4CRcbBVtoH4nsr2smngw MWf87dZyLjOJ/mDO3y8vyIz0fQ== X-Google-Smtp-Source: AMsMyM5/GiiOcSG8h4Q42kXYkm+cp1fWvkF4ICXjgnEHrrmPrXmpPhk8X6qMZA4gaaAVzUStl0KkDQ== X-Received: by 2002:adf:efc6:0:b0:22c:c6cc:87dc with SMTP id i6-20020adfefc6000000b0022cc6cc87dcmr2042704wrp.522.1664356499019; Wed, 28 Sep 2022 02:14:59 -0700 (PDT) Received: from arrakeen.starnux.net ([2a01:e0a:982:cbb0:52eb:f6ff:feb3:451a]) by smtp.gmail.com with ESMTPSA id p2-20020a5d6382000000b0022a53fe201fsm2420016wru.68.2022.09.28.02.14.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Sep 2022 02:14:58 -0700 (PDT) From: Neil Armstrong Date: Wed, 28 Sep 2022 09:14:57 +0000 Subject: [PATCH v1 7/7] arm: dts: qcom: mdm9615: remove useless amba subnode MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20220928-mdm9615-dt-schema-fixes-v1-7-b6e63a7df1e8@linaro.org> References: <20220928-mdm9615-dt-schema-fixes-v1-0-b6e63a7df1e8@linaro.org> In-Reply-To: <20220928-mdm9615-dt-schema-fixes-v1-0-b6e63a7df1e8@linaro.org> To: Andy Gross , Krzysztof Kozlowski , Bjorn Andersson , Rob Herring , Konrad Dybcio Cc: devicetree@vger.kernel.org, Neil Armstrong , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org X-Mailer: b4 0.10.0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Since amba node type has been deprecated, remove this subnode and move the mmc nodes in the main soc node. Signed-off-by: Neil Armstrong diff --git a/arch/arm/boot/dts/qcom-mdm9615.dtsi b/arch/arm/boot/dts/qcom-m= dm9615.dtsi index d8723bd3fedb..1db822db7702 100644 --- a/arch/arm/boot/dts/qcom-mdm9615.dtsi +++ b/arch/arm/boot/dts/qcom-mdm9615.dtsi @@ -314,49 +314,43 @@ sdcc2bam: dma-controller@12142000{ qcom,ee =3D <0>; }; =20 - amba { - compatible =3D "simple-bus"; - #address-cells =3D <1>; - #size-cells =3D <1>; - ranges; - sdcc1: mmc@12180000 { - status =3D "disabled"; - compatible =3D "arm,pl18x", "arm,primecell"; - arm,primecell-periphid =3D <0x00051180>; - reg =3D <0x12180000 0x2000>; - interrupts =3D ; - clocks =3D <&gcc SDC1_CLK>, <&gcc SDC1_H_CLK>; - clock-names =3D "mclk", "apb_pclk"; - bus-width =3D <8>; - max-frequency =3D <48000000>; - cap-sd-highspeed; - cap-mmc-highspeed; - vmmc-supply =3D <&vsdcc_fixed>; - dmas =3D <&sdcc1bam 2>, <&sdcc1bam 1>; - dma-names =3D "tx", "rx"; - assigned-clocks =3D <&gcc SDC1_CLK>; - assigned-clock-rates =3D <400000>; - }; + sdcc1: mmc@12180000 { + status =3D "disabled"; + compatible =3D "arm,pl18x", "arm,primecell"; + arm,primecell-periphid =3D <0x00051180>; + reg =3D <0x12180000 0x2000>; + interrupts =3D ; + clocks =3D <&gcc SDC1_CLK>, <&gcc SDC1_H_CLK>; + clock-names =3D "mclk", "apb_pclk"; + bus-width =3D <8>; + max-frequency =3D <48000000>; + cap-sd-highspeed; + cap-mmc-highspeed; + vmmc-supply =3D <&vsdcc_fixed>; + dmas =3D <&sdcc1bam 2>, <&sdcc1bam 1>; + dma-names =3D "tx", "rx"; + assigned-clocks =3D <&gcc SDC1_CLK>; + assigned-clock-rates =3D <400000>; + }; =20 - sdcc2: mmc@12140000 { - compatible =3D "arm,pl18x", "arm,primecell"; - arm,primecell-periphid =3D <0x00051180>; - status =3D "disabled"; - reg =3D <0x12140000 0x2000>; - interrupts =3D ; - clocks =3D <&gcc SDC2_CLK>, <&gcc SDC2_H_CLK>; - clock-names =3D "mclk", "apb_pclk"; - bus-width =3D <4>; - cap-sd-highspeed; - cap-mmc-highspeed; - max-frequency =3D <48000000>; - no-1-8-v; - vmmc-supply =3D <&vsdcc_fixed>; - dmas =3D <&sdcc2bam 2>, <&sdcc2bam 1>; - dma-names =3D "tx", "rx"; - assigned-clocks =3D <&gcc SDC2_CLK>; - assigned-clock-rates =3D <400000>; - }; + sdcc2: mmc@12140000 { + compatible =3D "arm,pl18x", "arm,primecell"; + arm,primecell-periphid =3D <0x00051180>; + status =3D "disabled"; + reg =3D <0x12140000 0x2000>; + interrupts =3D ; + clocks =3D <&gcc SDC2_CLK>, <&gcc SDC2_H_CLK>; + clock-names =3D "mclk", "apb_pclk"; + bus-width =3D <4>; + cap-sd-highspeed; + cap-mmc-highspeed; + max-frequency =3D <48000000>; + no-1-8-v; + vmmc-supply =3D <&vsdcc_fixed>; + dmas =3D <&sdcc2bam 2>, <&sdcc2bam 1>; + dma-names =3D "tx", "rx"; + assigned-clocks =3D <&gcc SDC2_CLK>; + assigned-clock-rates =3D <400000>; }; =20 tcsr: syscon@1a400000 { --=20 b4 0.10.0