diff options
| author | Tom Rini <[email protected]> | 2026-07-07 16:02:57 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-07-29 11:35:24 -0600 |
| commit | b9b104e8ddaa81c887872ed078ab17fb39d3465e (patch) | |
| tree | 70a8ab3e1906ab86384f119119a96fa1eb7dec6a | |
| parent | 4a237aa35f8ad473000aa174d319749de452a136 (diff) | |
arm: qcom: Update ipq5424-rdp466-u-boot.dtsi for v7.1-dts changes
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.
Acked-by: Casey Connolly <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | arch/arm/dts/ipq5424-rdp466-u-boot.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/ipq5424-rdp466-u-boot.dtsi b/arch/arm/dts/ipq5424-rdp466-u-boot.dtsi index 36640f31d61..56677cd6f6d 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; |
