34 lines
756 B
Diff
34 lines
756 B
Diff
--- a/arch/arm64/boot/dts/rockchip/rk3328-roc-pc.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3328-roc-pc.dts
|
|
@@ -28,7 +28,7 @@
|
|
ir-receiver {
|
|
compatible = "gpio-ir-receiver";
|
|
gpios = <&gpio2 RK_PA2 GPIO_ACTIVE_LOW>;
|
|
- linux,rc-map-name = "rc-khadas";
|
|
+ linux,rc-map-name = "rc-station";
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&ir_int>;
|
|
};
|
|
@@ -81,6 +81,20 @@
|
|
};
|
|
};
|
|
|
|
+&sdmmc_ext {
|
|
+ bus-width = <4>;
|
|
+ cap-sd-highspeed;
|
|
+ cap-sdio-irq;
|
|
+ keep-power-in-suspend;
|
|
+ mmc-pwrseq = <&sdio_pwrseq>;
|
|
+ non-removable;
|
|
+ num-slots = <1>;
|
|
+ pinctrl-names = "default";
|
|
+ pinctrl-0 = <&sdmmc0ext_bus4 &sdmmc0ext_cmd &sdmmc0ext_clk>;
|
|
+ sd-uhs-sdr104;
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&pmic_int_l {
|
|
rockchip,pins = <0 RK_PA2 RK_FUNC_GPIO &pcfg_pull_up>;
|
|
};
|
|
|