| #
629065bb |
| 03-Mar-2024 |
Jon Lin <jon.lin@rock-chips.com> |
dts: rockchip: rk3128: Add SPI0 clock
Change-Id: I91fccc3f87f4a2a6fb6ddf375696dd714e69fc25 Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
|
| #
f1b60bc3 |
| 11-Apr-2023 |
Jianlong Wang <jianlong.wang@rock-chips.com> |
dts: rockchip: rk3128: add sfc
Change-Id: I466b1b42d4a3bf9b7c47f4d0da96bd4975f70df2 Signed-off-by: Jianlong Wang <jianlong.wang@rock-chips.com>
|
| #
57f91f26 |
| 09-Mar-2023 |
Jianwei Zheng <jianwei.zheng@rock-chips.com> |
rockchip: dts: rk3128: fix build warning
Warning (reg_format): "reg" property in /syscon@20008000/usb2-phy@17c has invalid length (8 bytes) (#address-cells == 2, #size-cells == 1)
Signed-off-by: Ji
rockchip: dts: rk3128: fix build warning
Warning (reg_format): "reg" property in /syscon@20008000/usb2-phy@17c has invalid length (8 bytes) (#address-cells == 2, #size-cells == 1)
Signed-off-by: Jianwei Zheng <jianwei.zheng@rock-chips.com> Change-Id: Ic048de1286c23657c824094c566cf1d43e33c56c
show more ...
|
| #
fbf3603b |
| 08-May-2021 |
Joseph Chen <chenjh@rock-chips.com> |
rockchip: dts: enable psci node
In order to bind psci-sysreset driver if no kernel dtb.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I93c3d08b6113ba9d7c49a4500c69854879554b5b
|
| #
62b8d780 |
| 11-Mar-2021 |
William Wu <william.wu@rock-chips.com> |
rockchip: dts: rk3128: move u2phy to the child node of grf
This patch fix the issue that rk312x fail to enter rockusb with the following log:
RKUSB: LUN 0, dev 0, hwpart 0, sector 0x0, count 0x1e1c
rockchip: dts: rk3128: move u2phy to the child node of grf
This patch fix the issue that rk312x fail to enter rockusb with the following log:
RKUSB: LUN 0, dev 0, hwpart 0, sector 0x0, count 0x1e1c000 get syscon grf failed otg_phy_init: get u2phy node failed: -19
Fixes: e475bd5dfda4 ("phy: rockchip-inno-usb2: add usb2 phy support for rk3568") Signed-off-by: William Wu <william.wu@rock-chips.com> Change-Id: Idb949a81bbfdff48619fe6d137ee831fffd714ab
show more ...
|
| #
e4adbfc9 |
| 21-Aug-2019 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: rk3128: correct usb phy phandle
The phy phandle in usb node should be port instead of phy, or else the phy driver not able to find the ops and abort at generic_phy_get_by_index().
Change-
rockchip: rk3128: correct usb phy phandle
The phy phandle in usb node should be port instead of phy, or else the phy driver not able to find the ops and abort at generic_phy_get_by_index().
Change-Id: I79161dc252cfa9e57b34290fb94d926476a3035d Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| #
e2ce9fef |
| 11-Jan-2019 |
Wyon Bi <bivvy.bi@rock-chips.com> |
rockchip: rk3128: add support for video phy
Sync the video phy related dts node from kernel.
Change-Id: I93ac2d1540934f2674702255f3f1c7913cc997d2 Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
|
| #
61c13b29 |
| 12-Sep-2018 |
Shunqian Zheng <zhengsq@rock-chips.com> |
rockchip: dts: rk312x: correct pwm2 pin mux
rk312x pwm2 pin mux should be gpio0_d4.
Change-Id: I9a4dcf30bd987701ff17ed7cbc828848327a41e9 Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com>
|
| #
efb944b6 |
| 26-Jul-2018 |
Elaine Zhang <zhangqing@rock-chips.com> |
rockchip: clk: rk3128: support more clks to set and get rate
Make clock ids consistent with kernel. support more clks to set and get rate. add clk init.
Change-Id: I1e6b5734887e0bd5d845f1286f10eb0e
rockchip: clk: rk3128: support more clks to set and get rate
Make clock ids consistent with kernel. support more clks to set and get rate. add clk init.
Change-Id: I1e6b5734887e0bd5d845f1286f10eb0e3e42bc08 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
show more ...
|
| #
c5c7b477 |
| 20-Jul-2018 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: dts: update mmc property "ciu-sample"
dts property always use '-' instead of '_' for description
Change-Id: I216549bec2850c614b2173ac4a3bae58da317379 Signed-off-by: Kever Yang <kever.yang
rockchip: dts: update mmc property "ciu-sample"
dts property always use '-' instead of '_' for description
Change-Id: I216549bec2850c614b2173ac4a3bae58da317379 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| #
bab0c55c |
| 16-Mar-2018 |
David Wu <david.wu@rock-chips.com> |
pwm: rockchip: Do pwm pinctrl setting after pwm enabled
If the PWM pinctrl uses default state, the iomux setting will be done at probe, the PWM may not be enabled at this moment. It will make PWM in
pwm: rockchip: Do pwm pinctrl setting after pwm enabled
If the PWM pinctrl uses default state, the iomux setting will be done at probe, the PWM may not be enabled at this moment. It will make PWM into an intermediate state, destroy the default hardware state, the PWM is not ready for work yet. So it is better for doing PWM pinctrl setting after PWM enabled.
Change-Id: I8b700a07083b9a6798303fc5a5ed9f29eb42c47e Signed-off-by: David Wu <david.wu@rock-chips.com>
show more ...
|
| #
75de74fe |
| 07-Feb-2018 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: dts: rk3128: sync the mipi dts compatible name with kernel
Change-Id: I2d32aadbd440219471a2638be415469b1dd49eea Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
|
| #
53497b6b |
| 07-Feb-2018 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: dts: rk3128: sync pinctrl from kernel
Some pinctrl setting are not correct for rk3128, sync from kernel.
Change-Id: Ib98455ca61ca8a8b19cf2d8134d71ab358ac0a37 Signed-off-by: Kever Yang <ke
rockchip: dts: rk3128: sync pinctrl from kernel
Some pinctrl setting are not correct for rk3128, sync from kernel.
Change-Id: Ib98455ca61ca8a8b19cf2d8134d71ab358ac0a37 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| #
27f8f3a3 |
| 05-Feb-2018 |
Joseph Chen <chenjh@rock-chips.com> |
rockchip: dts: rk312x: fix emmc and sdmmc pinctrl definition error
Change-Id: Ibdf85e08d7c74d7e9880a631c8ec6d872cb276a0 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|
| #
d8a49a2f |
| 25-Jan-2018 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: dts: rk312x: add u-boot.dtsi
Change-Id: Ib5062219be955b84d50952a2dc4f40cf23ac673f Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
|
| #
3fcec1ad |
| 16-Jan-2018 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: dts: rk3128: update pwm-cell for pwm0
The backlight pwm-cell is 3.
Change-Id: I6fc913189a996f257fbe70194985e7d691fb3bd3 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
|
| #
275460b6 |
| 29-Nov-2017 |
Jerry Xu <xbl@rock-chips.com> |
rockchip: dts: rk312x: support mipi dsi
Change-Id: I76ec4888c9f66dbab95b6c289270934cd190ef01 Signed-off-by: Jerry Xu <xbl@rock-chips.com>
|
| #
2ffd0cc6 |
| 20-Nov-2017 |
Joseph Chen <chenjh@rock-chips.com> |
ARM: dts: rk3128: fix i2c2 address typo
Change-Id: I798374f2c7625c92809aa51613efcb3e6895a177 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|
| #
ed03aa52 |
| 17-Oct-2017 |
Frank Wang <frank.wang@rock-chips.com> |
ARM: dts: rockchip: add usb-phy nodes for rk3128
This change adds usb-phy nodes support for rk3128 SoCs.
Change-Id: I33a3a648efe1bb8c022534c0c0d41f310f8e3723 Signed-off-by: Frank Wang <frank.wang@r
ARM: dts: rockchip: add usb-phy nodes for rk3128
This change adds usb-phy nodes support for rk3128 SoCs.
Change-Id: I33a3a648efe1bb8c022534c0c0d41f310f8e3723 Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
show more ...
|
| #
06c9506f |
| 16-Oct-2017 |
Frank Wang <frank.wang@rock-chips.com> |
ARM: dts: rockchip: add usb host nodes for rk3128
This change adds usb ehci/ohci host nodes for rk3128 SoCs.
Change-Id: Ia45eea69185dbe1b82b6bb234f2f7a097359d3ea Signed-off-by: Frank Wang <frank.wa
ARM: dts: rockchip: add usb host nodes for rk3128
This change adds usb ehci/ohci host nodes for rk3128 SoCs.
Change-Id: Ia45eea69185dbe1b82b6bb234f2f7a097359d3ea Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
show more ...
|
| #
f0f58107 |
| 16-Oct-2017 |
Frank Wang <frank.wang@rock-chips.com> |
ARM: dts: rockchip: fixup usb otg nodes for rk312x
This patch deletes incorrect usb host nodes and fixup usb otg nodes for rk312x SoCs.
Change-Id: I0bb0e35c79e712e4d1ef4342b456e955260978c2 Signed-o
ARM: dts: rockchip: fixup usb otg nodes for rk312x
This patch deletes incorrect usb host nodes and fixup usb otg nodes for rk312x SoCs.
Change-Id: I0bb0e35c79e712e4d1ef4342b456e955260978c2 Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
show more ...
|
| #
7f2c582a |
| 19-Oct-2017 |
Mark Yao <mark.yao@rock-chips.com> |
rockchip: dts: rk3128: add display relate nodes
Change-Id: Ic1b978bf02dbc1e8b6889d5526e60109ecb313b5 Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
|
| #
c95ecb19 |
| 16-Oct-2017 |
David Wu <david.wu@rock-chips.com> |
rockchip: dts: rk3128: Add SARADC at dtsi level
Change-Id: Ifcbda377d5b0eff50bd41cfc6141eb1f76211dc2 Signed-off-by: David Wu <david.wu@rock-chips.com>
|
| #
9ac6f479 |
| 16-Oct-2017 |
Elaine Zhang <zhangqing@rock-chips.com> |
rockchip: rk3128: fix up the i2c addr base and pinctrl define error
Change-Id: I3dbb3f7b36ed4f48c3bdf475efe1f1735cbc33b8 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
|
| #
40d96d0b |
| 10-Mar-2017 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: rk3128: add device tree file
Add dts binding header for rk3128, files origin from kernel.
Change-Id: I56042f44f131aecee9d91bf381c74be0da6d5064 Signed-off-by: Kever Yang <kever.yang@rock-c
rockchip: rk3128: add device tree file
Add dts binding header for rk3128, files origin from kernel.
Change-Id: I56042f44f131aecee9d91bf381c74be0da6d5064 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|