Skip to content

Commit 4765df4

Browse files
committed
Merge tag 'v5.10-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes
Fixed ordering for MMC devices on rk3399, due to a mmc change jumbling all ordering, a fix to make the Odroig Go Advance actually power down and using the correct clock name on the NanoPi R2S. * tag 'v5.10-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: arm64: dts: rockchip: Reorder LED triggers from mmc devices on rk3399-roc-pc. arm64: dts: rockchip: Assign a fixed index to mmc devices on rk3399 boards. arm64: dts: rockchip: Remove system-power-controller from pmic on Odroid Go Advance arm64: dts: rockchip: fix NanoPi R2S GMAC clock name Link: https://lore.kernel.org/r/11641389.O9o76ZdvQC@phil Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents c464e26 + 7327c8b commit 4765df4

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@
243243
interrupts = <RK_PB2 IRQ_TYPE_LEVEL_LOW>;
244244
pinctrl-names = "default";
245245
pinctrl-0 = <&pmic_int>;
246-
rockchip,system-power-controller;
247246
wakeup-source;
248247
#clock-cells = <1>;
249248
clock-output-names = "rk808-clkout1", "xin32k";

arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
gmac_clk: gmac-clock {
2121
compatible = "fixed-clock";
2222
clock-frequency = <125000000>;
23-
clock-output-names = "gmac_clk";
23+
clock-output-names = "gmac_clkin";
2424
#clock-cells = <0>;
2525
};
2626

arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@
7474
label = "red:diy";
7575
gpios = <&gpio0 RK_PB5 GPIO_ACTIVE_HIGH>;
7676
default-state = "off";
77-
linux,default-trigger = "mmc1";
77+
linux,default-trigger = "mmc2";
7878
};
7979

8080
yellow_led: led-2 {
8181
label = "yellow:yellow-led";
8282
gpios = <&gpio0 RK_PA2 GPIO_ACTIVE_HIGH>;
8383
default-state = "off";
84-
linux,default-trigger = "mmc0";
84+
linux,default-trigger = "mmc1";
8585
};
8686
};
8787

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
i2c6 = &i2c6;
3030
i2c7 = &i2c7;
3131
i2c8 = &i2c8;
32+
mmc0 = &sdio0;
33+
mmc1 = &sdmmc;
34+
mmc2 = &sdhci;
3235
serial0 = &uart0;
3336
serial1 = &uart1;
3437
serial2 = &uart2;

0 commit comments

Comments
 (0)