Skip to content

Commit 88fc274

Browse files
krzkandersson
authored andcommitted
ARM: dts: qcom: sdx65: fix SDHCI clocks order
Bindings expect clocks to be in different order: qcom-sdx65-mtp.dtb: mmc@8804000: clock-names:0: 'iface' was expected qcom-sdx65-mtp.dtb: mmc@8804000: clock-names:1: 'core' was expected Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20230924183335.49961-2-krzysztof.kozlowski@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 83daed1 commit 88fc274

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm/boot/dts/qcom/qcom-sdx65.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,9 @@
466466
interrupts = <GIC_SPI 210 IRQ_TYPE_LEVEL_HIGH>,
467467
<GIC_SPI 227 IRQ_TYPE_LEVEL_HIGH>;
468468
interrupt-names = "hc_irq", "pwr_irq";
469-
clocks = <&gcc GCC_SDCC1_APPS_CLK>,
470-
<&gcc GCC_SDCC1_AHB_CLK>;
471-
clock-names = "core", "iface";
469+
clocks = <&gcc GCC_SDCC1_AHB_CLK>,
470+
<&gcc GCC_SDCC1_APPS_CLK>;
471+
clock-names = "iface", "core";
472472
status = "disabled";
473473
};
474474

0 commit comments

Comments
 (0)