Commit 6eda1390 authored by Arnd Bergmann's avatar Arnd Bergmann

Merge tag 'ux500-dts-v5.7' of...

Merge tag 'ux500-dts-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into arm/dt

Ux500 DTS updates for the v5.7 kernel:
- Fix some DSI nodes
- Add GT-S7710 DTS file

* tag 'ux500-dts-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson:
  ARM: dts: Add devicetree for Samsung GT-S7710
  ARM: dts: ux500: Fix up DSI controller nodes

Link: https://lore.kernel.org/r/CACRpkdb8T9CZYvYEFYnQTOMoXGsn43N8TgKfvoJZjTwRHW6zhQ@mail.gmail.comSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 19a71cf4 2118c8fd
...@@ -1205,7 +1205,8 @@ dtb-$(CONFIG_ARCH_U8500) += \ ...@@ -1205,7 +1205,8 @@ dtb-$(CONFIG_ARCH_U8500) += \
ste-hrefv60plus-stuib.dtb \ ste-hrefv60plus-stuib.dtb \
ste-hrefv60plus-tvk.dtb \ ste-hrefv60plus-tvk.dtb \
ste-href520-tvk.dtb \ ste-href520-tvk.dtb \
ste-ux500-samsung-golden.dtb ste-ux500-samsung-golden.dtb \
ste-ux500-samsung-skomer.dtb
dtb-$(CONFIG_ARCH_UNIPHIER) += \ dtb-$(CONFIG_ARCH_UNIPHIER) += \
uniphier-ld4-ref.dtb \ uniphier-ld4-ref.dtb \
uniphier-ld6b-ref.dtb \ uniphier-ld6b-ref.dtb \
......
...@@ -1097,7 +1097,7 @@ mcde@a0350000 { ...@@ -1097,7 +1097,7 @@ mcde@a0350000 {
ranges; ranges;
status = "disabled"; status = "disabled";
dsi0: dsi@a0351000 { dsi0: dsi-controller@a0351000 {
compatible = "ste,mcde-dsi"; compatible = "ste,mcde-dsi";
reg = <0xa0351000 0x1000>; reg = <0xa0351000 0x1000>;
clocks = <&prcmu_clk PRCMU_DSI0CLK>, <&prcmu_clk PRCMU_DSI0ESCCLK>; clocks = <&prcmu_clk PRCMU_DSI0CLK>, <&prcmu_clk PRCMU_DSI0ESCCLK>;
...@@ -1105,7 +1105,7 @@ dsi0: dsi@a0351000 { ...@@ -1105,7 +1105,7 @@ dsi0: dsi@a0351000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
}; };
dsi1: dsi@a0352000 { dsi1: dsi-controller@a0352000 {
compatible = "ste,mcde-dsi"; compatible = "ste,mcde-dsi";
reg = <0xa0352000 0x1000>; reg = <0xa0352000 0x1000>;
clocks = <&prcmu_clk PRCMU_DSI1CLK>, <&prcmu_clk PRCMU_DSI1ESCCLK>; clocks = <&prcmu_clk PRCMU_DSI1CLK>, <&prcmu_clk PRCMU_DSI1ESCCLK>;
...@@ -1113,7 +1113,7 @@ dsi1: dsi@a0352000 { ...@@ -1113,7 +1113,7 @@ dsi1: dsi@a0352000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
}; };
dsi2: dsi@a0353000 { dsi2: dsi-controller@a0353000 {
compatible = "ste,mcde-dsi"; compatible = "ste,mcde-dsi";
reg = <0xa0353000 0x1000>; reg = <0xa0353000 0x1000>;
/* This DSI port only has the Low Power / Energy Save clock */ /* This DSI port only has the Low Power / Energy Save clock */
......
...@@ -66,7 +66,7 @@ lis331dl@1c { ...@@ -66,7 +66,7 @@ lis331dl@1c {
mcde@a0350000 { mcde@a0350000 {
status = "okay"; status = "okay";
dsi@a0351000 { dsi-controller@a0351000 {
panel { panel {
compatible = "samsung,s6d16d0"; compatible = "samsung,s6d16d0";
reg = <0>; reg = <0>;
......
...@@ -45,7 +45,7 @@ lis3dh@18 { ...@@ -45,7 +45,7 @@ lis3dh@18 {
mcde@a0350000 { mcde@a0350000 {
status = "okay"; status = "okay";
dsi@a0351000 { dsi-controller@a0351000 {
panel { panel {
compatible = "sony,acx424akp"; compatible = "sony,acx424akp";
reg = <0>; reg = <0>;
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment