Skip to content

Commit

Permalink
Merge tag 'v5.6-rockchip-dts32-2' of git://git.kernel.org/pub/scm/lin…
Browse files Browse the repository at this point in the history
…ux/kernel/git/mmind/linux-rockchip into arm/dt

Removal of the simple-panel compatible and some minor
additional cleanups.

* tag 'v5.6-rockchip-dts32-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip:
  ARM: dts: rockchip: Kill off "simple-panel" compatibles
  ARM: dts: rockchip: rename dwmmc node names to mmc
  ARM: dts: rockchip: add reg property to brcmf sub node for rk3188-bqedison2qc

Link: https://lore.kernel.org/r/3473489.DgqFdXXe5V@phil
Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Olof Johansson committed Jan 20, 2020
2 parents faaa9f6 + 8039c82 commit b744f09
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 20 deletions.
6 changes: 3 additions & 3 deletions arch/arm/boot/dts/rk3036.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
status = "disabled";
};

sdmmc: dwmmc@10214000 {
sdmmc: mmc@10214000 {
compatible = "rockchip,rk3036-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x10214000 0x4000>;
clock-frequency = <37500000>;
Expand All @@ -238,7 +238,7 @@
status = "disabled";
};

sdio: dwmmc@10218000 {
sdio: mmc@10218000 {
compatible = "rockchip,rk3036-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x10218000 0x4000>;
max-frequency = <37500000>;
Expand All @@ -252,7 +252,7 @@
status = "disabled";
};

emmc: dwmmc@1021c000 {
emmc: mmc@1021c000 {
compatible = "rockchip,rk3036-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x1021c000 0x4000>;
interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
Expand Down
3 changes: 3 additions & 0 deletions arch/arm/boot/dts/rk3188-bqedison2qc.dts
Original file line number Diff line number Diff line change
Expand Up @@ -466,9 +466,12 @@
pinctrl-names = "default";
pinctrl-0 = <&sd1_clk>, <&sd1_cmd>, <&sd1_bus4>;
vmmcq-supply = <&vccio_wl>;
#address-cells = <1>;
#size-cells = <0>;
status = "okay";

brcmf: wifi@1 {
reg = <1>;
compatible = "brcm,bcm4329-fmac";
interrupt-parent = <&gpio3>;
interrupts = <RK_PD2 GPIO_ACTIVE_HIGH>;
Expand Down
6 changes: 3 additions & 3 deletions arch/arm/boot/dts/rk322x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@
};
};

sdmmc: dwmmc@30000000 {
sdmmc: mmc@30000000 {
compatible = "rockchip,rk3228-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x30000000 0x4000>;
interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
Expand All @@ -675,7 +675,7 @@
status = "disabled";
};

sdio: dwmmc@30010000 {
sdio: mmc@30010000 {
compatible = "rockchip,rk3228-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x30010000 0x4000>;
interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
Expand All @@ -688,7 +688,7 @@
status = "disabled";
};

emmc: dwmmc@30020000 {
emmc: mmc@30020000 {
compatible = "rockchip,rk3228-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x30020000 0x4000>;
interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/rk3288-evb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
};

panel: panel {
compatible = "lg,lp079qx1-sp0v", "simple-panel";
compatible = "lg,lp079qx1-sp0v";
backlight = <&backlight>;
enable-gpios = <&gpio7 RK_PA4 GPIO_ACTIVE_HIGH>;
pinctrl-0 = <&lcd_cs>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/rk3288-veyron-edp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
};

panel: panel {
compatible = "innolux,n116bge", "simple-panel";
compatible = "innolux,n116bge";
status = "okay";
power-supply = <&panel_regulator>;
backlight = <&backlight>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/rk3288-veyron-minnie.dts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
};

&panel {
compatible = "auo,b101ean01", "simple-panel";
compatible = "auo,b101ean01";

/delete-node/ panel-timing;

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/rk3288-veyron-tiger.dts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
};

&panel {
compatible = "auo,b101ean01", "simple-panel";
compatible = "auo,b101ean01";

/delete-node/ panel-timing;

Expand Down
8 changes: 4 additions & 4 deletions arch/arm/boot/dts/rk3288.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
ports = <&vopl_out>, <&vopb_out>;
};

sdmmc: dwmmc@ff0c0000 {
sdmmc: mmc@ff0c0000 {
compatible = "rockchip,rk3288-dw-mshc";
max-frequency = <150000000>;
clocks = <&cru HCLK_SDMMC>, <&cru SCLK_SDMMC>,
Expand All @@ -261,7 +261,7 @@
status = "disabled";
};

sdio0: dwmmc@ff0d0000 {
sdio0: mmc@ff0d0000 {
compatible = "rockchip,rk3288-dw-mshc";
max-frequency = <150000000>;
clocks = <&cru HCLK_SDIO0>, <&cru SCLK_SDIO0>,
Expand All @@ -275,7 +275,7 @@
status = "disabled";
};

sdio1: dwmmc@ff0e0000 {
sdio1: mmc@ff0e0000 {
compatible = "rockchip,rk3288-dw-mshc";
max-frequency = <150000000>;
clocks = <&cru HCLK_SDIO1>, <&cru SCLK_SDIO1>,
Expand All @@ -289,7 +289,7 @@
status = "disabled";
};

emmc: dwmmc@ff0f0000 {
emmc: mmc@ff0f0000 {
compatible = "rockchip,rk3288-dw-mshc";
max-frequency = <150000000>;
clocks = <&cru HCLK_EMMC>, <&cru SCLK_EMMC>,
Expand Down
6 changes: 3 additions & 3 deletions arch/arm/boot/dts/rk3xxx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
status = "disabled";
};

mmc0: dwmmc@10214000 {
mmc0: mmc@10214000 {
compatible = "rockchip,rk2928-dw-mshc";
reg = <0x10214000 0x1000>;
interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
Expand All @@ -245,7 +245,7 @@
status = "disabled";
};

mmc1: dwmmc@10218000 {
mmc1: mmc@10218000 {
compatible = "rockchip,rk2928-dw-mshc";
reg = <0x10218000 0x1000>;
interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
Expand All @@ -259,7 +259,7 @@
status = "disabled";
};

emmc: dwmmc@1021c000 {
emmc: mmc@1021c000 {
compatible = "rockchip,rk2928-dw-mshc";
reg = <0x1021c000 0x1000>;
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
Expand Down
6 changes: 3 additions & 3 deletions arch/arm/boot/dts/rv1108.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
#reset-cells = <1>;
};

emmc: dwmmc@30110000 {
emmc: mmc@30110000 {
compatible = "rockchip,rv1108-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x30110000 0x4000>;
interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
Expand All @@ -468,7 +468,7 @@
status = "disabled";
};

sdio: dwmmc@30120000 {
sdio: mmc@30120000 {
compatible = "rockchip,rv1108-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x30120000 0x4000>;
interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
Expand All @@ -480,7 +480,7 @@
status = "disabled";
};

sdmmc: dwmmc@30130000 {
sdmmc: mmc@30130000 {
compatible = "rockchip,rv1108-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x30130000 0x4000>;
interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
Expand Down

0 comments on commit b744f09

Please sign in to comment.