Once we move to the v7.0-dts tag, we get a failure to build of: dts/upstream/src/arm64/qcom/ipq5424.dtsi:556.21-573.5: ERROR (phandle_references): /soc@0/mmc@7804000: Reference to non-existent node or label "sdc_default_state"
also defined at arch/arm/dts/ipq5424-rdp466-u-boot.dtsi:20.8-39.4 ERROR: Input tree has errors, aborting (use -f to force output) Looking over the changes, this appears to be what's required to keep the platform functioning as expected. Signed-off-by: Tom Rini <[email protected]> --- This file isn't covered by MAINTAINERS directly, so can someone please follow-up and correct that? And, based on looking at the changes between v7.0-dts and v7.1-dts, this would appear to be the right change, but I don't know the platform. Cc: Gurumoorthy Santhakumar <[email protected]> CC: Casey Connolly <[email protected]> --- arch/arm/dts/ipq5424-rdp466-u-boot.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/ipq5424-rdp466-u-boot.dtsi b/arch/arm/dts/ipq5424-rdp466-u-boot.dtsi index 36640f31d616..56677cd6f6da 100644 --- a/arch/arm/dts/ipq5424-rdp466-u-boot.dtsi +++ b/arch/arm/dts/ipq5424-rdp466-u-boot.dtsi @@ -24,7 +24,7 @@ mmc-hs200-1_8v; max-frequency = <192000000>; bus-width = <4>; - pinctrl-0 = <&sdc_default_state>; + pinctrl-0 = <&qpic_snand_default_state>; pinctrl-names = "default"; non-removable; -- 2.43.0

