Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: exynos: Enable FIMD node and add proper panel node to Tiny4412

Enable fimd device node which is a display controller, and add panel
node required by it.

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

authored by

Yangtao Li and committed by
Krzysztof Kozlowski
dc48a3a7 ce258cfe

+25
+25
arch/arm/boot/dts/exynos4412-tiny4412.dts
··· 66 66 clock-frequency = <24000000>; 67 67 }; 68 68 }; 69 + 70 + panel { 71 + compatible = "innolux,at070tn92"; 72 + 73 + port { 74 + panel_input: endpoint { 75 + remote-endpoint = <&lcdc_output>; 76 + }; 77 + }; 78 + }; 79 + }; 80 + 81 + &fimd { 82 + pinctrl-0 = <&lcd_clk>, <&lcd_data24>; 83 + pinctrl-names = "default"; 84 + #address-cells = <1>; 85 + #size-cells = <0>; 86 + status = "okay"; 87 + 88 + port@3 { 89 + reg = <3>; 90 + lcdc_output: endpoint { 91 + remote-endpoint = <&panel_input>; 92 + }; 93 + }; 69 94 }; 70 95 71 96 &rtc {