devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/7] arm64: dts: qcom: sm8350-hdk: correct FSA4480 port
@ 2023-06-18 11:44 Krzysztof Kozlowski
  2023-06-18 11:44 ` [PATCH 2/7] arm64: dts: qcom: sm8450-hdk: " Krzysztof Kozlowski
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Krzysztof Kozlowski @ 2023-06-18 11:44 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Kees Cook, Tony Luck,
	Guilherme G. Piccoli, linux-arm-msm, devicetree, linux-kernel,
	linux-hardening
  Cc: Krzysztof Kozlowski

FSA4480 has only one port according to bindings:

  sm8350-hdk.dtb: typec-mux@42: 'port' is a required property

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8350-hdk.dts | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8350-hdk.dts b/arch/arm64/boot/dts/qcom/sm8350-hdk.dts
index b182f4cf06cc..95a2a42ccb9e 100644
--- a/arch/arm64/boot/dts/qcom/sm8350-hdk.dts
+++ b/arch/arm64/boot/dts/qcom/sm8350-hdk.dts
@@ -349,16 +349,9 @@ typec-mux@42 {
 		mode-switch;
 		orientation-switch;
 
-		ports {
-			#address-cells = <1>;
-			#size-cells = <0>;
-
-			port@0 {
-				reg = <0>;
-
-				fsa4480_sbu_mux: endpoint {
-					remote-endpoint = <&pmic_glink_sbu>;
-				};
+		port {
+			fsa4480_sbu_mux: endpoint {
+				remote-endpoint = <&pmic_glink_sbu>;
 			};
 		};
 	};
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2023-07-10  5:08 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-18 11:44 [PATCH 1/7] arm64: dts: qcom: sm8350-hdk: correct FSA4480 port Krzysztof Kozlowski
2023-06-18 11:44 ` [PATCH 2/7] arm64: dts: qcom: sm8450-hdk: " Krzysztof Kozlowski
2023-06-19  8:11   ` Neil Armstrong
2023-06-18 11:44 ` [PATCH 3/7] arm64: dts: qcom: sm6125-pdx201: correct ramoops pmsg-size Krzysztof Kozlowski
2023-06-19  9:56   ` Konrad Dybcio
2023-06-18 11:44 ` [PATCH 4/7] arm64: dts: qcom: sm6125-sprout: " Krzysztof Kozlowski
2023-06-19  9:57   ` Konrad Dybcio
2023-06-18 11:44 ` [PATCH 5/7] arm64: dts: qcom: sm6350: " Krzysztof Kozlowski
2023-06-19  9:57   ` Konrad Dybcio
2023-06-18 11:44 ` [PATCH 6/7] arm64: dts: qcom: sm8150-kumano: " Krzysztof Kozlowski
2023-06-19  9:57   ` Konrad Dybcio
2023-06-18 11:44 ` [PATCH 7/7] arm64: dts: qcom: sm8250-edo: " Krzysztof Kozlowski
2023-06-19  9:57   ` Konrad Dybcio
2023-06-19  8:11 ` [PATCH 1/7] arm64: dts: qcom: sm8350-hdk: correct FSA4480 port Neil Armstrong
2023-07-10  5:07 ` (subset) " Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).