Re: [U-Boot] [PATCH] configs: Rename roc-rk3399-pc -> roc-pc-rk3399 defconfig

2019-11-03 Thread djw
The mainline uses 'rk3399-*', so there're rk3399-firefly.dts, rk3399-roc-pc.dts, rk3399-khadas-edge.dts, etc. Shall we follow the kernel convention, or adding another roc-pc-rk3399 to the matrix? -- Best Regards, Levin Du ___ U-Boot mailing list

Re: [U-Boot] [PATCH 0/9] rockchip: rk3399: Add fastboot support

2019-10-29 Thread djw
Jagan Teki writes: > This patchset add fastboot support on RK3399 and also > rework of CONFIG items related to fastboot support. > > patch 0001 - 0005: existing gadget, fastboot config move > > patch 0006: add phy interface for dwc3_uboot > > patch 0007: 0008: dwc3 setup for rk3399 > > patch

Re: [U-Boot] [PATCH 7/9] gadget: rockchip: Add rk3399 USB_GADGET_PRODUCT_NUM

2019-10-29 Thread djw
Jagan Teki writes: > Add 0x330a for rk3399 gadget product number. > > Signed-off-by: Jagan Teki > --- > drivers/usb/gadget/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig > index 2da8b40e05..b0e61f3fcd

[U-Boot] [PATCH v0] rockchip: adding the missing "/" in entries of boot_devices

2019-10-17 Thread djw
From: Levin Du Without the prefix, "same-as-spl" in `u-boot,spl-boot-order` will not work as expected. When board_boot_order() `spl-boot-order.c` meets "same-as-spl", it gets the conf by looking the boot_devices table by boot source, and parse the node by the conf with: node =

Re: [U-Boot] [PATCH v0] rockchip: rk3399: Add ROC-RK3399-PC support

2019-08-08 Thread djw
ping >>>>> djw writes: > From: Levin Du > Add initial support for ROC-RK3399-PC board. > Specification > - Rockchip RK3399 > - LPDDR4 4GiB > - eMMC slot > - SD card slot > - RTL8211E 1Gbps > - HDMI Out, DP, MIPI DSI/CSI, EDP > - PCIe M.2 > - U

[U-Boot] [PATCH v0] rockchip: rk3399: Add ROC-RK3399-PC support

2019-07-26 Thread djw
From: Levin Du Add initial support for ROC-RK3399-PC board. Specification - Rockchip RK3399 - LPDDR4 4GiB - eMMC slot - SD card slot - RTL8211E 1Gbps - HDMI Out, DP, MIPI DSI/CSI, EDP - PCIe M.2 - USB 2.0, USB-3.0 - USB C Type Commit details of rk3399-roc-pc.dts sync from Linux v5.2: "arm64:

Re: [U-Boot] rockchip: missing request op in common pinctrl driver resulting kernel boot failure

2019-06-17 Thread djw
Since this request is a no-op, it is best to drop the pinctrl_request_noflags(pinctrl, PERIPH_ID_PWM?) lines in board/rockchip/evb_rk3399/evb-rk3399.c (there're no such code lines in other rk3399 board files), which is tested to work with the Firefly-RK3399 board. Therefore, are the