arm64: dts: qcom: sc7280: fix EUD port properties

[ Upstream commit a369c74243 ]

Nodes with unit addresses must have also 'reg' property:

  sc7280-herobrine-crd.dtb: eud@88e0000: ports:port@0: 'reg' is a required property

Fixes: 0b05997909 ("arm64: dts: qcom: sc7280: Add EUD dt node and dwc3 connector")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Souradeep Chowdhury <quic_schowdhu@quicinc.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230308125906.236885-10-krzysztof.kozlowski@linaro.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Krzysztof Kozlowski
2023-03-08 13:59:05 +01:00
committed by Greg Kroah-Hartman
parent bd90d249bc
commit 7cb0802954

View File

@@ -3590,12 +3590,17 @@
<0 0x88e2000 0 0x1000>; <0 0x88e2000 0 0x1000>;
interrupts-extended = <&pdc 11 IRQ_TYPE_LEVEL_HIGH>; interrupts-extended = <&pdc 11 IRQ_TYPE_LEVEL_HIGH>;
ports { ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 { port@0 {
reg = <0>;
eud_ep: endpoint { eud_ep: endpoint {
remote-endpoint = <&usb2_role_switch>; remote-endpoint = <&usb2_role_switch>;
}; };
}; };
port@1 { port@1 {
reg = <1>;
eud_con: endpoint { eud_con: endpoint {
remote-endpoint = <&con_eud>; remote-endpoint = <&con_eud>;
}; };
@@ -3606,7 +3611,11 @@
eud_typec: connector { eud_typec: connector {
compatible = "usb-c-connector"; compatible = "usb-c-connector";
ports { ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 { port@0 {
reg = <0>;
con_eud: endpoint { con_eud: endpoint {
remote-endpoint = <&eud_con>; remote-endpoint = <&eud_con>;
}; };