diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-22 10:28:38 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-22 10:28:38 -0400 |
commit | f53c2dc162d0c62debd0ebb88383e3b6fee95c10 (patch) | |
tree | a2705fe5047277b8df937fbad7895b7cc7a2bd6e /arch/arm/dts/rk3328-rock64-u-boot.dtsi | |
parent | a9f793a30dc091290dddae1d8d3798d25e39c710 (diff) | |
parent | 33863f744d513f5c16a254870e7b3cef8580bbc9 (diff) |
Merge tag 'u-boot-rockchip-20200522' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
- Fix rk3288 chromebook veyron support;
- Add pcie driver support for rk3399;
- other fixes for rk3399 boards
Diffstat (limited to 'arch/arm/dts/rk3328-rock64-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/rk3328-rock64-u-boot.dtsi | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3328-rock64-u-boot.dtsi b/arch/arm/dts/rk3328-rock64-u-boot.dtsi index 8318bf4e60..f076075076 100644 --- a/arch/arm/dts/rk3328-rock64-u-boot.dtsi +++ b/arch/arm/dts/rk3328-rock64-u-boot.dtsi @@ -11,6 +11,22 @@ }; }; +&gpio0 { + u-boot,dm-spl; +}; + +&pinctrl { + u-boot,dm-spl; +}; + +&sdmmc0m1_gpio { + u-boot,dm-spl; +}; + +&pcfg_pull_up_4ma { + u-boot,dm-spl; +}; + &usb_host0_xhci { vbus-supply = <&vcc_host_5v>; status = "okay"; @@ -25,3 +41,8 @@ /delete-property/ regulator-always-on; /delete-property/ regulator-boot-on; }; + +/* Need this and all the pinctrl/gpio stuff above to set pinmux */ +&vcc_sd { + u-boot,dm-spl; +}; |