From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 805BC171A9 for ; Mon, 22 May 2023 19:53:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0D372C433D2; Mon, 22 May 2023 19:53:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1684785227; bh=9cYUqgjCmXL70d3v/YxD5FMzfW9udcK3i96jAMwBI1M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=vDhjbN2A7lTrbtYJFIaX45uSGhHoLLPNjpk7NI3mgz5aOrDyH+7Qx3R0tiX4IwvMM qMN8xjweu9Kn7pV0RGsW5bAu0xX5+s38+GShlJSn1y4jwtla8SPpHDmSNVwALY8EV2 smzArWgnSk0+lxrlbulot/BKLdgGgdE1agmqPse0= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Michal Simek , Krzysztof Kozlowski , Damien Le Moal Subject: [PATCH 6.3 344/364] dt-bindings: ata: ahci-ceva: Cover all 4 iommus entries Date: Mon, 22 May 2023 20:10:49 +0100 Message-Id: <20230522190421.392439794@linuxfoundation.org> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230522190412.801391872@linuxfoundation.org> References: <20230522190412.801391872@linuxfoundation.org> User-Agent: quilt/0.67 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Michal Simek commit a7844528722619d2f97740ae5ec747afff18c4be upstream. Current only one entry is enabled but IP itself is using 4 different IDs which are already listed in zynqmp.dtsi. sata: ahci@fd0c0000 { compatible = "ceva,ahci-1v84"; ... iommus = <&smmu 0x4c0>, <&smmu 0x4c1>, <&smmu 0x4c2>, <&smmu 0x4c3>; }; Fixes: 8ac47837f0e0 ("arm64: dts: zynqmp: Add missing iommu IDs") Cc: stable@vger.kernel.org # v5.12+ Signed-off-by: Michal Simek Acked-by: Krzysztof Kozlowski Signed-off-by: Damien Le Moal Signed-off-by: Greg Kroah-Hartman --- Documentation/devicetree/bindings/ata/ceva,ahci-1v84.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Documentation/devicetree/bindings/ata/ceva,ahci-1v84.yaml +++ b/Documentation/devicetree/bindings/ata/ceva,ahci-1v84.yaml @@ -32,7 +32,7 @@ properties: maxItems: 1 iommus: - maxItems: 1 + maxItems: 4 power-domains: maxItems: 1