Skip to content

Commit ba3a9e3

Browse files
committed
arm64: dts: rockchip: fix typo and remove deprecated property for rk3328
1 parent 302f756 commit ba3a9e3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

arch/arm64/boot/dts/rockchip/rk3328.dtsi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,10 +1226,10 @@
12261226
sdmmc: dwmmc@ff500000 {
12271227
compatible = "rockchip,rk3328-dw-mshc", "rockchip,rk3288-dw-mshc";
12281228
reg = <0x0 0xff500000 0x0 0x4000>;
1229-
clock-freq-min-max = <400000 150000000>;
1229+
max-frequency = <150000000>;
12301230
clocks = <&cru HCLK_SDMMC>, <&cru SCLK_SDMMC>,
12311231
<&cru SCLK_SDMMC_DRV>, <&cru SCLK_SDMMC_SAMPLE>;
1232-
clock-names = "biu", "ciu", "ciu-drv", "ciu-sample";
1232+
clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
12331233
fifo-depth = <0x100>;
12341234
interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
12351235
status = "disabled";
@@ -1238,10 +1238,10 @@
12381238
sdio: dwmmc@ff510000 {
12391239
compatible = "rockchip,rk3328-dw-mshc", "rockchip,rk3288-dw-mshc";
12401240
reg = <0x0 0xff510000 0x0 0x4000>;
1241-
clock-freq-min-max = <400000 150000000>;
1241+
max-frequency = <150000000>;
12421242
clocks = <&cru HCLK_SDIO>, <&cru SCLK_SDIO>,
12431243
<&cru SCLK_SDIO_DRV>, <&cru SCLK_SDIO_SAMPLE>;
1244-
clock-names = "biu", "ciu", "ciu-drv", "ciu-sample";
1244+
clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
12451245
fifo-depth = <0x100>;
12461246
interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
12471247
status = "disabled";
@@ -1250,10 +1250,10 @@
12501250
emmc: dwmmc@ff520000 {
12511251
compatible = "rockchip,rk3328-dw-mshc", "rockchip,rk3288-dw-mshc";
12521252
reg = <0x0 0xff520000 0x0 0x4000>;
1253-
clock-freq-min-max = <400000 150000000>;
1253+
max-frequency = <150000000>;
12541254
clocks = <&cru HCLK_EMMC>, <&cru SCLK_EMMC>,
12551255
<&cru SCLK_EMMC_DRV>, <&cru SCLK_EMMC_SAMPLE>;
1256-
clock-names = "biu", "ciu", "ciu-drv", "ciu-sample";
1256+
clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
12571257
fifo-depth = <0x100>;
12581258
interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
12591259
status = "disabled";

0 commit comments

Comments
 (0)