diff options
| author | Olof Johansson <olof@lixom.net> | 2016-06-13 18:53:29 -0400 |
|---|---|---|
| committer | Olof Johansson <olof@lixom.net> | 2016-06-13 18:53:29 -0400 |
| commit | a0110642e6efc49cc214a67b9749a791b0ca045d (patch) | |
| tree | 97a479c6d3eea64f6ae494fa881f4cdd3b4f598b | |
| parent | b046302a1dbbc49102da50000a22f4c69b1d700e (diff) | |
| parent | a7d7865fecd83adb98b20eca5eddef7efc94831d (diff) | |
Merge tag 'samsung-fixes-4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into fixes
Fixes for Exynos-based Snow and Peach Pit boards for regressions introduced in
4.7-rc1 because OF graph logic expects specific names of child nodes.
* tag 'samsung-fixes-4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
ARM: dts: exynos: Fix port nodes names for Exynos5420 Peach Pit board
ARM: dts: exynos: Fix port nodes names for Exynos5250 Snow board
Signed-off-by: Olof Johansson <olof@lixom.net>
| -rw-r--r-- | arch/arm/boot/dts/exynos5250-snow-common.dtsi | 13 | ||||
| -rw-r--r-- | arch/arm/boot/dts/exynos5420-peach-pit.dts | 13 |
2 files changed, 20 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/exynos5250-snow-common.dtsi b/arch/arm/boot/dts/exynos5250-snow-common.dtsi index ddfe1f558c10..fa14f77df563 100644 --- a/arch/arm/boot/dts/exynos5250-snow-common.dtsi +++ b/arch/arm/boot/dts/exynos5250-snow-common.dtsi | |||
| @@ -242,7 +242,7 @@ | |||
| 242 | hpd-gpios = <&gpx0 7 GPIO_ACTIVE_HIGH>; | 242 | hpd-gpios = <&gpx0 7 GPIO_ACTIVE_HIGH>; |
| 243 | 243 | ||
| 244 | ports { | 244 | ports { |
| 245 | port0 { | 245 | port { |
| 246 | dp_out: endpoint { | 246 | dp_out: endpoint { |
| 247 | remote-endpoint = <&bridge_in>; | 247 | remote-endpoint = <&bridge_in>; |
| 248 | }; | 248 | }; |
| @@ -485,13 +485,20 @@ | |||
| 485 | edid-emulation = <5>; | 485 | edid-emulation = <5>; |
| 486 | 486 | ||
| 487 | ports { | 487 | ports { |
| 488 | port0 { | 488 | #address-cells = <1>; |
| 489 | #size-cells = <0>; | ||
| 490 | |||
| 491 | port@0 { | ||
| 492 | reg = <0>; | ||
| 493 | |||
| 489 | bridge_out: endpoint { | 494 | bridge_out: endpoint { |
| 490 | remote-endpoint = <&panel_in>; | 495 | remote-endpoint = <&panel_in>; |
| 491 | }; | 496 | }; |
| 492 | }; | 497 | }; |
| 493 | 498 | ||
| 494 | port1 { | 499 | port@1 { |
| 500 | reg = <1>; | ||
| 501 | |||
| 495 | bridge_in: endpoint { | 502 | bridge_in: endpoint { |
| 496 | remote-endpoint = <&dp_out>; | 503 | remote-endpoint = <&dp_out>; |
| 497 | }; | 504 | }; |
diff --git a/arch/arm/boot/dts/exynos5420-peach-pit.dts b/arch/arm/boot/dts/exynos5420-peach-pit.dts index f9d2e4f1a0e0..1de972d46a87 100644 --- a/arch/arm/boot/dts/exynos5420-peach-pit.dts +++ b/arch/arm/boot/dts/exynos5420-peach-pit.dts | |||
| @@ -163,7 +163,7 @@ | |||
| 163 | hpd-gpios = <&gpx2 6 GPIO_ACTIVE_HIGH>; | 163 | hpd-gpios = <&gpx2 6 GPIO_ACTIVE_HIGH>; |
| 164 | 164 | ||
| 165 | ports { | 165 | ports { |
| 166 | port0 { | 166 | port { |
| 167 | dp_out: endpoint { | 167 | dp_out: endpoint { |
| 168 | remote-endpoint = <&bridge_in>; | 168 | remote-endpoint = <&bridge_in>; |
| 169 | }; | 169 | }; |
| @@ -631,13 +631,20 @@ | |||
| 631 | use-external-pwm; | 631 | use-external-pwm; |
| 632 | 632 | ||
| 633 | ports { | 633 | ports { |
| 634 | port0 { | 634 | #address-cells = <1>; |
| 635 | #size-cells = <0>; | ||
| 636 | |||
| 637 | port@0 { | ||
| 638 | reg = <0>; | ||
| 639 | |||
| 635 | bridge_out: endpoint { | 640 | bridge_out: endpoint { |
| 636 | remote-endpoint = <&panel_in>; | 641 | remote-endpoint = <&panel_in>; |
| 637 | }; | 642 | }; |
| 638 | }; | 643 | }; |
| 639 | 644 | ||
| 640 | port1 { | 645 | port@1 { |
| 646 | reg = <1>; | ||
| 647 | |||
| 641 | bridge_in: endpoint { | 648 | bridge_in: endpoint { |
| 642 | remote-endpoint = <&dp_out>; | 649 | remote-endpoint = <&dp_out>; |
| 643 | }; | 650 | }; |
