From e09b41010ba33a20a87472ee821fa407a5b8da36 Mon Sep 17 00:00:00 2001 From: José Pekkarinen Date: Mon, 11 Apr 2016 10:41:07 +0300 Subject: These changes are the raw update to linux-4.4.6-rt14. Kernel sources are taken from kernel.org, and rt patch from the rt wiki download page. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit During the rebasing, the following patch collided: Force tick interrupt and get rid of softirq magic(I70131fb85). Collisions have been removed because its logic was found on the source already. Change-Id: I7f57a4081d9deaa0d9ccfc41a6c8daccdee3b769 Signed-off-by: José Pekkarinen --- .../bindings/panel/ampire,am800480r3tmqwa1h.txt | 7 --- .../devicetree/bindings/panel/auo,b101aw03.txt | 7 --- .../devicetree/bindings/panel/auo,b101ean01.txt | 7 --- .../devicetree/bindings/panel/auo,b101xtn01.txt | 7 --- .../devicetree/bindings/panel/auo,b116xw03.txt | 7 --- .../devicetree/bindings/panel/auo,b133htn01.txt | 7 --- .../devicetree/bindings/panel/auo,b133xtn01.txt | 7 --- .../devicetree/bindings/panel/avic,tm070ddh03.txt | 7 --- .../bindings/panel/chunghwa,claa101wa01a.txt | 7 --- .../bindings/panel/chunghwa,claa101wb03.txt | 7 --- .../devicetree/bindings/panel/edt,et057090dhu.txt | 7 --- .../devicetree/bindings/panel/edt,et070080dh6.txt | 10 ---- .../devicetree/bindings/panel/edt,etm0700g0dh6.txt | 10 ---- .../bindings/panel/foxlink,fl500wvr00-a0t.txt | 7 --- .../bindings/panel/giantplus,gpg482739qs5.txt | 7 --- .../bindings/panel/hannstar,hsd070pww1.txt | 7 --- .../bindings/panel/hit,tx23d38vm0caa.txt | 7 --- .../bindings/panel/innolux,at043tn24.txt | 7 --- .../bindings/panel/innolux,g121i1-l01.txt | 7 --- .../devicetree/bindings/panel/innolux,n116bge.txt | 7 --- .../bindings/panel/innolux,n156bge-l21.txt | 7 --- .../bindings/panel/innolux,zj070na-01p.txt | 7 --- .../devicetree/bindings/panel/lg,ld070wx3-sl01.txt | 7 --- .../devicetree/bindings/panel/lg,lh500wx1-sd03.txt | 7 --- .../devicetree/bindings/panel/lg,lp129qe.txt | 7 --- .../bindings/panel/ortustech,com43h4m85ulc.txt | 7 --- .../bindings/panel/panasonic,vvx10f004b00.txt | 7 --- .../devicetree/bindings/panel/samsung,ld9040.txt | 66 ---------------------- .../bindings/panel/samsung,ltn101nt05.txt | 7 --- .../bindings/panel/samsung,ltn140at29-301.txt | 7 --- .../devicetree/bindings/panel/samsung,s6e8aa0.txt | 56 ------------------ .../bindings/panel/sharp,lq101r1sx01.txt | 49 ---------------- .../bindings/panel/shelly,sca07010-bfn-lnn.txt | 7 --- .../devicetree/bindings/panel/simple-panel.txt | 21 ------- 34 files changed, 408 deletions(-) delete mode 100644 kernel/Documentation/devicetree/bindings/panel/ampire,am800480r3tmqwa1h.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/auo,b101aw03.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/auo,b101ean01.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/auo,b101xtn01.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/auo,b116xw03.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/auo,b133htn01.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/auo,b133xtn01.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/avic,tm070ddh03.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/chunghwa,claa101wa01a.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/chunghwa,claa101wb03.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/edt,et057090dhu.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/edt,et070080dh6.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/edt,etm0700g0dh6.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/foxlink,fl500wvr00-a0t.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/giantplus,gpg482739qs5.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/hannstar,hsd070pww1.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/hit,tx23d38vm0caa.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/innolux,at043tn24.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/innolux,g121i1-l01.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/innolux,n116bge.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/innolux,n156bge-l21.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/innolux,zj070na-01p.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/lg,ld070wx3-sl01.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/lg,lh500wx1-sd03.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/lg,lp129qe.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/ortustech,com43h4m85ulc.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/panasonic,vvx10f004b00.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/samsung,ld9040.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/samsung,ltn101nt05.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/samsung,ltn140at29-301.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/samsung,s6e8aa0.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/sharp,lq101r1sx01.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/shelly,sca07010-bfn-lnn.txt delete mode 100644 kernel/Documentation/devicetree/bindings/panel/simple-panel.txt (limited to 'kernel/Documentation/devicetree/bindings/panel') diff --git a/kernel/Documentation/devicetree/bindings/panel/ampire,am800480r3tmqwa1h.txt b/kernel/Documentation/devicetree/bindings/panel/ampire,am800480r3tmqwa1h.txt deleted file mode 100644 index 83e2cae1c..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/ampire,am800480r3tmqwa1h.txt +++ /dev/null @@ -1,7 +0,0 @@ -Ampire AM-800480R3TMQW-A1H 7.0" WVGA TFT LCD panel - -Required properties: -- compatible: should be "ampire,am800480r3tmqwa1h" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/auo,b101aw03.txt b/kernel/Documentation/devicetree/bindings/panel/auo,b101aw03.txt deleted file mode 100644 index 72e088a4f..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/auo,b101aw03.txt +++ /dev/null @@ -1,7 +0,0 @@ -AU Optronics Corporation 10.1" WSVGA TFT LCD panel - -Required properties: -- compatible: should be "auo,b101aw03" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/auo,b101ean01.txt b/kernel/Documentation/devicetree/bindings/panel/auo,b101ean01.txt deleted file mode 100644 index 3590b0741..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/auo,b101ean01.txt +++ /dev/null @@ -1,7 +0,0 @@ -AU Optronics Corporation 10.1" WSVGA TFT LCD panel - -Required properties: -- compatible: should be "auo,b101ean01" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/auo,b101xtn01.txt b/kernel/Documentation/devicetree/bindings/panel/auo,b101xtn01.txt deleted file mode 100644 index 889d511d6..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/auo,b101xtn01.txt +++ /dev/null @@ -1,7 +0,0 @@ -AU Optronics Corporation 10.1" WXGA TFT LCD panel - -Required properties: -- compatible: should be "auo,b101xtn01" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/auo,b116xw03.txt b/kernel/Documentation/devicetree/bindings/panel/auo,b116xw03.txt deleted file mode 100644 index 690d0a568..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/auo,b116xw03.txt +++ /dev/null @@ -1,7 +0,0 @@ -AU Optronics Corporation 11.6" HD (1366x768) color TFT-LCD panel - -Required properties: -- compatible: should be "auo,b116xw03" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/auo,b133htn01.txt b/kernel/Documentation/devicetree/bindings/panel/auo,b133htn01.txt deleted file mode 100644 index 302226b5b..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/auo,b133htn01.txt +++ /dev/null @@ -1,7 +0,0 @@ -AU Optronics Corporation 13.3" FHD (1920x1080) color TFT-LCD panel - -Required properties: -- compatible: should be "auo,b133htn01" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/auo,b133xtn01.txt b/kernel/Documentation/devicetree/bindings/panel/auo,b133xtn01.txt deleted file mode 100644 index 7443b7c76..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/auo,b133xtn01.txt +++ /dev/null @@ -1,7 +0,0 @@ -AU Optronics Corporation 13.3" WXGA (1366x768) TFT LCD panel - -Required properties: -- compatible: should be "auo,b133xtn01" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/avic,tm070ddh03.txt b/kernel/Documentation/devicetree/bindings/panel/avic,tm070ddh03.txt deleted file mode 100644 index b6f2f3e8f..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/avic,tm070ddh03.txt +++ /dev/null @@ -1,7 +0,0 @@ -Shanghai AVIC Optoelectronics 7" 1024x600 color TFT-LCD panel - -Required properties: -- compatible: should be "avic,tm070ddh03" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/chunghwa,claa101wa01a.txt b/kernel/Documentation/devicetree/bindings/panel/chunghwa,claa101wa01a.txt deleted file mode 100644 index f24614e4d..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/chunghwa,claa101wa01a.txt +++ /dev/null @@ -1,7 +0,0 @@ -Chunghwa Picture Tubes Ltd. 10.1" WXGA TFT LCD panel - -Required properties: -- compatible: should be "chunghwa,claa101wa01a" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/chunghwa,claa101wb03.txt b/kernel/Documentation/devicetree/bindings/panel/chunghwa,claa101wb03.txt deleted file mode 100644 index 0ab2c05a4..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/chunghwa,claa101wb03.txt +++ /dev/null @@ -1,7 +0,0 @@ -Chunghwa Picture Tubes Ltd. 10.1" WXGA TFT LCD panel - -Required properties: -- compatible: should be "chunghwa,claa101wb03" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/edt,et057090dhu.txt b/kernel/Documentation/devicetree/bindings/panel/edt,et057090dhu.txt deleted file mode 100644 index 4903d7b1d..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/edt,et057090dhu.txt +++ /dev/null @@ -1,7 +0,0 @@ -Emerging Display Technology Corp. 5.7" VGA TFT LCD panel - -Required properties: -- compatible: should be "edt,et057090dhu" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/edt,et070080dh6.txt b/kernel/Documentation/devicetree/bindings/panel/edt,et070080dh6.txt deleted file mode 100644 index 20cb38e83..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/edt,et070080dh6.txt +++ /dev/null @@ -1,10 +0,0 @@ -Emerging Display Technology Corp. ET070080DH6 7.0" WVGA TFT LCD panel - -Required properties: -- compatible: should be "edt,et070080dh6" - -This panel is the same as ETM0700G0DH6 except for the touchscreen. -ET070080DH6 is the model with resistive touch. - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/edt,etm0700g0dh6.txt b/kernel/Documentation/devicetree/bindings/panel/edt,etm0700g0dh6.txt deleted file mode 100644 index ee4b18053..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/edt,etm0700g0dh6.txt +++ /dev/null @@ -1,10 +0,0 @@ -Emerging Display Technology Corp. ETM0700G0DH6 7.0" WVGA TFT LCD panel - -Required properties: -- compatible: should be "edt,etm0700g0dh6" - -This panel is the same as ET070080DH6 except for the touchscreen. -ETM0700G0DH6 is the model with capacitive multitouch. - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/foxlink,fl500wvr00-a0t.txt b/kernel/Documentation/devicetree/bindings/panel/foxlink,fl500wvr00-a0t.txt deleted file mode 100644 index b47f9d87b..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/foxlink,fl500wvr00-a0t.txt +++ /dev/null @@ -1,7 +0,0 @@ -Foxlink Group 5" WVGA TFT LCD panel - -Required properties: -- compatible: should be "foxlink,fl500wvr00-a0t" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/giantplus,gpg482739qs5.txt b/kernel/Documentation/devicetree/bindings/panel/giantplus,gpg482739qs5.txt deleted file mode 100644 index 24b0b6244..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/giantplus,gpg482739qs5.txt +++ /dev/null @@ -1,7 +0,0 @@ -GiantPlus GPG48273QS5 4.3" (480x272) WQVGA TFT LCD panel - -Required properties: -- compatible: should be "giantplus,gpg48273qs5" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/hannstar,hsd070pww1.txt b/kernel/Documentation/devicetree/bindings/panel/hannstar,hsd070pww1.txt deleted file mode 100644 index 7da1d5c03..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/hannstar,hsd070pww1.txt +++ /dev/null @@ -1,7 +0,0 @@ -HannStar Display Corp. HSD070PWW1 7.0" WXGA TFT LCD panel - -Required properties: -- compatible: should be "hannstar,hsd070pww1" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/hit,tx23d38vm0caa.txt b/kernel/Documentation/devicetree/bindings/panel/hit,tx23d38vm0caa.txt deleted file mode 100644 index 04caaae19..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/hit,tx23d38vm0caa.txt +++ /dev/null @@ -1,7 +0,0 @@ -Hitachi Ltd. Corporation 9" WVGA (800x480) TFT LCD panel - -Required properties: -- compatible: should be "hit,tx23d38vm0caa" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/innolux,at043tn24.txt b/kernel/Documentation/devicetree/bindings/panel/innolux,at043tn24.txt deleted file mode 100644 index 4104226b6..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/innolux,at043tn24.txt +++ /dev/null @@ -1,7 +0,0 @@ -Innolux AT043TN24 4.3" WQVGA TFT LCD panel - -Required properties: -- compatible: should be "innolux,at043tn24" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/innolux,g121i1-l01.txt b/kernel/Documentation/devicetree/bindings/panel/innolux,g121i1-l01.txt deleted file mode 100644 index 2743b07cd..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/innolux,g121i1-l01.txt +++ /dev/null @@ -1,7 +0,0 @@ -Innolux Corporation 12.1" WXGA (1280x800) TFT LCD panel - -Required properties: -- compatible: should be "innolux,g121i1-l01" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/innolux,n116bge.txt b/kernel/Documentation/devicetree/bindings/panel/innolux,n116bge.txt deleted file mode 100644 index 081bb939e..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/innolux,n116bge.txt +++ /dev/null @@ -1,7 +0,0 @@ -Innolux Corporation 11.6" WXGA (1366x768) TFT LCD panel - -Required properties: -- compatible: should be "innolux,n116bge" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/innolux,n156bge-l21.txt b/kernel/Documentation/devicetree/bindings/panel/innolux,n156bge-l21.txt deleted file mode 100644 index 7825844aa..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/innolux,n156bge-l21.txt +++ /dev/null @@ -1,7 +0,0 @@ -InnoLux 15.6" WXGA TFT LCD panel - -Required properties: -- compatible: should be "innolux,n156bge-l21" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/innolux,zj070na-01p.txt b/kernel/Documentation/devicetree/bindings/panel/innolux,zj070na-01p.txt deleted file mode 100644 index 824f87f15..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/innolux,zj070na-01p.txt +++ /dev/null @@ -1,7 +0,0 @@ -Innolux Corporation 7.0" WSVGA (1024x600) TFT LCD panel - -Required properties: -- compatible: should be "innolux,zj070na-01p" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/lg,ld070wx3-sl01.txt b/kernel/Documentation/devicetree/bindings/panel/lg,ld070wx3-sl01.txt deleted file mode 100644 index 5e649cb9a..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/lg,ld070wx3-sl01.txt +++ /dev/null @@ -1,7 +0,0 @@ -LG Corporation 7" WXGA TFT LCD panel - -Required properties: -- compatible: should be "lg,ld070wx3-sl01" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/lg,lh500wx1-sd03.txt b/kernel/Documentation/devicetree/bindings/panel/lg,lh500wx1-sd03.txt deleted file mode 100644 index a04fd2b2e..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/lg,lh500wx1-sd03.txt +++ /dev/null @@ -1,7 +0,0 @@ -LG Corporation 5" HD TFT LCD panel - -Required properties: -- compatible: should be "lg,lh500wx1-sd03" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/lg,lp129qe.txt b/kernel/Documentation/devicetree/bindings/panel/lg,lp129qe.txt deleted file mode 100644 index 9f262e0c5..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/lg,lp129qe.txt +++ /dev/null @@ -1,7 +0,0 @@ -LG 12.9" (2560x1700 pixels) TFT LCD panel - -Required properties: -- compatible: should be "lg,lp129qe" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/ortustech,com43h4m85ulc.txt b/kernel/Documentation/devicetree/bindings/panel/ortustech,com43h4m85ulc.txt deleted file mode 100644 index de19e9398..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/ortustech,com43h4m85ulc.txt +++ /dev/null @@ -1,7 +0,0 @@ -OrtusTech COM43H4M85ULC Blanview 3.7" TFT-LCD panel - -Required properties: -- compatible: should be "ortustech,com43h4m85ulc" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/panasonic,vvx10f004b00.txt b/kernel/Documentation/devicetree/bindings/panel/panasonic,vvx10f004b00.txt deleted file mode 100644 index d328b0341..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/panasonic,vvx10f004b00.txt +++ /dev/null @@ -1,7 +0,0 @@ -Panasonic Corporation 10.1" WUXGA TFT LCD panel - -Required properties: -- compatible: should be "panasonic,vvx10f004b00" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/samsung,ld9040.txt b/kernel/Documentation/devicetree/bindings/panel/samsung,ld9040.txt deleted file mode 100644 index 07c36c3f7..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/samsung,ld9040.txt +++ /dev/null @@ -1,66 +0,0 @@ -Samsung LD9040 AMOLED LCD parallel RGB panel with SPI control bus - -Required properties: - - compatible: "samsung,ld9040" - - reg: address of the panel on SPI bus - - vdd3-supply: core voltage supply - - vci-supply: voltage supply for analog circuits - - reset-gpios: a GPIO spec for the reset pin - - display-timings: timings for the connected panel according to [1] - -The panel must obey rules for SPI slave device specified in document [2]. - -Optional properties: - - power-on-delay: delay after turning regulators on [ms] - - reset-delay: delay after reset sequence [ms] - - panel-width-mm: physical panel width [mm] - - panel-height-mm: physical panel height [mm] - -The device node can contain one 'port' child node with one child -'endpoint' node, according to the bindings defined in [3]. This -node should describe panel's video bus. - -[1]: Documentation/devicetree/bindings/video/display-timing.txt -[2]: Documentation/devicetree/bindings/spi/spi-bus.txt -[3]: Documentation/devicetree/bindings/media/video-interfaces.txt - -Example: - - lcd@0 { - compatible = "samsung,ld9040"; - reg = <0>; - vdd3-supply = <&ldo7_reg>; - vci-supply = <&ldo17_reg>; - reset-gpios = <&gpy4 5 0>; - spi-max-frequency = <1200000>; - spi-cpol; - spi-cpha; - power-on-delay = <10>; - reset-delay = <10>; - panel-width-mm = <90>; - panel-height-mm = <154>; - - display-timings { - timing { - clock-frequency = <23492370>; - hactive = <480>; - vactive = <800>; - hback-porch = <16>; - hfront-porch = <16>; - vback-porch = <2>; - vfront-porch = <28>; - hsync-len = <2>; - vsync-len = <1>; - hsync-active = <0>; - vsync-active = <0>; - de-active = <0>; - pixelclk-active = <0>; - }; - }; - - port { - lcd_ep: endpoint { - remote-endpoint = <&fimd_dpi_ep>; - }; - }; - }; diff --git a/kernel/Documentation/devicetree/bindings/panel/samsung,ltn101nt05.txt b/kernel/Documentation/devicetree/bindings/panel/samsung,ltn101nt05.txt deleted file mode 100644 index ef522c6bb..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/samsung,ltn101nt05.txt +++ /dev/null @@ -1,7 +0,0 @@ -Samsung Electronics 10.1" WSVGA TFT LCD panel - -Required properties: -- compatible: should be "samsung,ltn101nt05" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/samsung,ltn140at29-301.txt b/kernel/Documentation/devicetree/bindings/panel/samsung,ltn140at29-301.txt deleted file mode 100644 index e7f969d89..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/samsung,ltn140at29-301.txt +++ /dev/null @@ -1,7 +0,0 @@ -Samsung Electronics 14" WXGA (1366x768) TFT LCD panel - -Required properties: -- compatible: should be "samsung,ltn140at29-301" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/samsung,s6e8aa0.txt b/kernel/Documentation/devicetree/bindings/panel/samsung,s6e8aa0.txt deleted file mode 100644 index e7ee988e3..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/samsung,s6e8aa0.txt +++ /dev/null @@ -1,56 +0,0 @@ -Samsung S6E8AA0 AMOLED LCD 5.3 inch panel - -Required properties: - - compatible: "samsung,s6e8aa0" - - reg: the virtual channel number of a DSI peripheral - - vdd3-supply: core voltage supply - - vci-supply: voltage supply for analog circuits - - reset-gpios: a GPIO spec for the reset pin - - display-timings: timings for the connected panel as described by [1] - -Optional properties: - - power-on-delay: delay after turning regulators on [ms] - - reset-delay: delay after reset sequence [ms] - - init-delay: delay after initialization sequence [ms] - - panel-width-mm: physical panel width [mm] - - panel-height-mm: physical panel height [mm] - - flip-horizontal: boolean to flip image horizontally - - flip-vertical: boolean to flip image vertically - -The device node can contain one 'port' child node with one child -'endpoint' node, according to the bindings defined in [2]. This -node should describe panel's video bus. - -[1]: Documentation/devicetree/bindings/video/display-timing.txt -[2]: Documentation/devicetree/bindings/media/video-interfaces.txt - -Example: - - panel { - compatible = "samsung,s6e8aa0"; - reg = <0>; - vdd3-supply = <&vcclcd_reg>; - vci-supply = <&vlcd_reg>; - reset-gpios = <&gpy4 5 0>; - power-on-delay= <50>; - reset-delay = <100>; - init-delay = <100>; - panel-width-mm = <58>; - panel-height-mm = <103>; - flip-horizontal; - flip-vertical; - - display-timings { - timing0: timing-0 { - clock-frequency = <57153600>; - hactive = <720>; - vactive = <1280>; - hfront-porch = <5>; - hback-porch = <5>; - hsync-len = <5>; - vfront-porch = <13>; - vback-porch = <1>; - vsync-len = <2>; - }; - }; - }; diff --git a/kernel/Documentation/devicetree/bindings/panel/sharp,lq101r1sx01.txt b/kernel/Documentation/devicetree/bindings/panel/sharp,lq101r1sx01.txt deleted file mode 100644 index f522bb8e4..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/sharp,lq101r1sx01.txt +++ /dev/null @@ -1,49 +0,0 @@ -Sharp Microelectronics 10.1" WQXGA TFT LCD panel - -This panel requires a dual-channel DSI host to operate. It supports two modes: -- left-right: each channel drives the left or right half of the screen -- even-odd: each channel drives the even or odd lines of the screen - -Each of the DSI channels controls a separate DSI peripheral. The peripheral -driven by the first link (DSI-LINK1), left or even, is considered the primary -peripheral and controls the device. The 'link2' property contains a phandle -to the peripheral driven by the second link (DSI-LINK2, right or odd). - -Note that in video mode the DSI-LINK1 interface always provides the left/even -pixels and DSI-LINK2 always provides the right/odd pixels. In command mode it -is possible to program either link to drive the left/even or right/odd pixels -but for the sake of consistency this binding assumes that the same assignment -is chosen as for video mode. - -Required properties: -- compatible: should be "sharp,lq101r1sx01" -- reg: DSI virtual channel of the peripheral - -Required properties (for DSI-LINK1 only): -- link2: phandle to the DSI peripheral on the secondary link. Note that the - presence of this property marks the containing node as DSI-LINK1. -- power-supply: phandle of the regulator that provides the supply voltage - -Optional properties (for DSI-LINK1 only): -- backlight: phandle of the backlight device attached to the panel - -Example: - - dsi@54300000 { - panel: panel@0 { - compatible = "sharp,lq101r1sx01"; - reg = <0>; - - link2 = <&secondary>; - - power-supply = <...>; - backlight = <...>; - }; - }; - - dsi@54400000 { - secondary: panel@0 { - compatible = "sharp,lq101r1sx01"; - reg = <0>; - }; - }; diff --git a/kernel/Documentation/devicetree/bindings/panel/shelly,sca07010-bfn-lnn.txt b/kernel/Documentation/devicetree/bindings/panel/shelly,sca07010-bfn-lnn.txt deleted file mode 100644 index fc1ea9e26..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/shelly,sca07010-bfn-lnn.txt +++ /dev/null @@ -1,7 +0,0 @@ -Shelly SCA07010-BFN-LNN 7.0" WVGA TFT LCD panel - -Required properties: -- compatible: should be "shelly,sca07010-bfn-lnn" - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/kernel/Documentation/devicetree/bindings/panel/simple-panel.txt b/kernel/Documentation/devicetree/bindings/panel/simple-panel.txt deleted file mode 100644 index 1341bbf4a..000000000 --- a/kernel/Documentation/devicetree/bindings/panel/simple-panel.txt +++ /dev/null @@ -1,21 +0,0 @@ -Simple display panel - -Required properties: -- power-supply: regulator to provide the supply voltage - -Optional properties: -- ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing -- enable-gpios: GPIO pin to enable or disable the panel -- backlight: phandle of the backlight device attached to the panel - -Example: - - panel: panel { - compatible = "cptt,claa101wb01"; - ddc-i2c-bus = <&panelddc>; - - power-supply = <&vdd_pnl_reg>; - enable-gpios = <&gpio 90 0>; - - backlight = <&backlight>; - }; -- cgit 1.2.3-korg