arm64: dts: hisilicon: place clock-names "biu" before "ciu"
authorZhen Lei <thunder.leizhen@huawei.com>
Mon, 12 Oct 2020 13:17:33 +0000 (21:17 +0800)
committerWei Xu <xuwei5@hisilicon.com>
Tue, 24 Nov 2020 12:06:17 +0000 (20:06 +0800)
Look at the clock-names schema defined in synopsys-dw-mshc.yaml:
  clock-names:
    items:
      - const: biu
      - const: ciu

The "biu" needs to be placed before the "ciu".

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi

index 993998a..e24969d 100644 (file)
                        interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&crg HISTB_SDIO0_CIU_CLK>,
                                 <&crg HISTB_SDIO0_BIU_CLK>;
-                       clock-names = "ciu", "biu";
+                       clock-names = "biu", "ciu";
                        resets = <&crg 0x9c 4>;
                        reset-names = "reset";
                        status = "disabled";