From patchwork Tue May 2 09:39:57 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bhupesh Sharma X-Patchwork-Id: 678980 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 BDC84C77B7E for ; Tue, 2 May 2023 09:40:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233412AbjEBJkM (ORCPT ); Tue, 2 May 2023 05:40:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41574 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232402AbjEBJkL (ORCPT ); Tue, 2 May 2023 05:40:11 -0400 Received: from mail-pg1-x536.google.com (mail-pg1-x536.google.com [IPv6:2607:f8b0:4864:20::536]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 645194C10 for ; Tue, 2 May 2023 02:40:10 -0700 (PDT) Received: by mail-pg1-x536.google.com with SMTP id 41be03b00d2f7-51b603bb360so3056465a12.2 for ; Tue, 02 May 2023 02:40:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1683020410; x=1685612410; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=p0EM1KfEkWdmbenmmKTmndNQvUH4fhO8eMeYu5/GCBA=; b=CcW+T0V+YCJiGfqC3N51BuI7OGprNz3ll0jCqRG9PepX1Hnd8e9CuYcbWSQI13YIeK pYD+c/mRcFLh4xHW2eh4cmzJF3JbGi35yMohxKhNkcQh9baTgxwn8abtunikcJgHWzdA NzzJFr/aSW+JpJl49GG/yD/bSc/l9sHxoQ/b/rxjPf8rg7GYTeeOXZhNzTH1199DrzKN IeskilqAblrKSpUdFgDt7poc3spkR5qpIexKlfw646vrFRHHBL0k1adWYmaVEmtRcO4e GZe0cT6GPs2cNa+9CjaWzktTyANRcxVEqUw21whJL62WNCfZVjd3Ei+H8sAroW1e48ej spLg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683020410; x=1685612410; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=p0EM1KfEkWdmbenmmKTmndNQvUH4fhO8eMeYu5/GCBA=; b=hCpqDL9b8j/p0itDQvC5CsbhdoSK/HueKFCNKd7WWH1Fk3C40+CWab1+gc6OZM8q8X pC4ol6UQjd6YoVC4yaKUaADlBKq2jczUDtv16ZHgeom63HW4q1RirM36kWECr/FLThSB 3AOKSJ/I8+TSGuSHc0rzjFq+INeqX9h6zIsQmbiO2tWutwMx3axaPNX7PSGLkHwQU/Oa ql1bQdngWjJwujNS+pAaWY99c/73htfFbhIwQ64ATd8EX9KJg9lUaOKH4aawoZL6hqc1 jLRN3tJtm1imbyJCBvLGDfILr5/WQRwoE5YCx3tQuE4Au2GUw8TEqfklO6CI0RxrOMtH kA/A== X-Gm-Message-State: AC+VfDwfwwFuanG6vtxv/tl4TheuNU0MuZQGNb3jLVl1QOGFs5TIySpb yiMc5QkzWntdpbfZ/MngXIgMZA== X-Google-Smtp-Source: ACHHUZ5VXg2nqQCwv/AlCxkqiRBLo6bI1j9hoX7TYxNQaIxXF69693k1ls6Q+JfRbKR+GkOLO+gk8w== X-Received: by 2002:a05:6a20:158c:b0:f2:e399:b114 with SMTP id h12-20020a056a20158c00b000f2e399b114mr20821046pzj.1.1683020409833; Tue, 02 May 2023 02:40:09 -0700 (PDT) Received: from localhost.localdomain ([2401:4900:1f3b:58fa:39f6:37e1:bb9a:a094]) by smtp.gmail.com with ESMTPSA id r78-20020a632b51000000b00520f316ebe3sm18201585pgr.62.2023.05.02.02.40.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 02 May 2023 02:40:09 -0700 (PDT) From: Bhupesh Sharma To: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org Cc: agross@kernel.org, andersson@kernel.org, konrad.dybcio@linaro.org, linux-kernel@vger.kernel.org, bhupesh.linux@gmail.com, bhupesh.sharma@linaro.org, robh+dt@kernel.org, linux-usb@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org Subject: [PATCH v2 0/2] Qualcomm EUD: Some cleanups Date: Tue, 2 May 2023 15:09:57 +0530 Message-Id: <20230502093959.1258889-1-bhupesh.sharma@linaro.org> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Changes since v1: ---------------- - v1 can be seen here: https://lore.kernel.org/linux-arm-msm/20230104091922.3959602-2-bhupesh.sharma@linaro.org/ - Changed the commit log for [PATCH 2/2] as per Rob's observation. This patchset targets some cleanups for the EUD dt nodes present in sc7280.dtsi and also adds a missing space in the compatible string in the example used in eud dt-binding document. Bhupesh Sharma (2): arm64: dts: qcom: sc7280: Fix EUD dt node syntax dt-bindings: soc: qcom: eud: Fix compatible string in the example .../bindings/soc/qcom/qcom,eud.yaml | 4 ++- arch/arm64/boot/dts/qcom/sc7280.dtsi | 36 +++++++++---------- 2 files changed, 21 insertions(+), 19 deletions(-)