diff options
author | Zhen Lei <thunder.leizhen@huawei.com> | 2020-10-12 15:17:33 +0200 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2020-11-24 13:06:17 +0100 |
commit | ee6ff04f7fe93e46b54d0b2782c7642bb1573f77 (patch) | |
tree | 56e2b3996699f0637b33aacdb1fb72d7b6b32556 /arch | |
parent | arm64: dts: hisilicon: remove unused property pinctrl-names (diff) | |
download | linux-ee6ff04f7fe93e46b54d0b2782c7642bb1573f77.tar.xz linux-ee6ff04f7fe93e46b54d0b2782c7642bb1573f77.zip |
arm64: dts: hisilicon: place clock-names "biu" before "ciu"
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi b/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi index 993998ac27c5..e24969d53c8f 100644 --- a/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi @@ -304,7 +304,7 @@ 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"; |