Skip to content

Commit 68b095d

Browse files
author
Huibin Hong
committed
spi: rockchip: add compatible rockchip,px30-spi for px30
Change-Id: Ibe406477b3912b482d07e5c0e7f8e2e99a51bd4a Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
1 parent 02dcfc3 commit 68b095d

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Documentation/devicetree/bindings/spi/spi-rockchip.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ and display controllers using the SPI communication interface.
66
Required Properties:
77

88
- compatible: should be one of the following.
9-
"rockchip,rk3036-spi" for rk3036 SoCS.
9+
"rockchip,px30-spi" for px30 SoCs.
10+
"rockchip,rk3036-spi" for rk3036 SoCs.
1011
"rockchip,rk3066-spi" for rk3066 SoCs.
1112
"rockchip,rk3188-spi" for rk3188 SoCs.
12-
"rockchip,rk3228-spi" for rk3228 SoCS.
13+
"rockchip,rk3228-spi" for rk3228 SoCs.
1314
"rockchip,rk3288-spi" for rk3288 SoCs.
1415
"rockchip,rk3368-spi" for rk3368 SoCs.
1516
"rockchip,rk3399-spi" for rk3399 SoCs.

drivers/spi/spi-rockchip.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -891,6 +891,7 @@ static const struct dev_pm_ops rockchip_spi_pm = {
891891
};
892892

893893
static const struct of_device_id rockchip_spi_dt_match[] = {
894+
{ .compatible = "rockchip,px30-spi", },
894895
{ .compatible = "rockchip,rk3036-spi", },
895896
{ .compatible = "rockchip,rk3066-spi", },
896897
{ .compatible = "rockchip,rk3188-spi", },

0 commit comments

Comments
 (0)