From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?S29uc3RhbnRpbiBTdWRha292?= Subject: =?UTF-8?B?UmVbMl06IFtQQVRDSCB2MyA4LzhdIGRybS9wYW5lbDogQWRkIFJvbmJvIFJC?= =?UTF-8?B?MDcwRDMwIHBhbmVs?= Date: Thu, 14 Feb 2019 14:07:45 +0300 Message-ID: <1550142465.930628529@f521.i.mail.ru> References: <2663d767bffbc83f84f9086e614b0ec1dd343ced.1549896081.git-series.maxime.ripard@bootlin.com> <25f4beadd3088b3fbb2751f120e4216969301136.camel@bootlin.com> Reply-To: =?UTF-8?B?S29uc3RhbnRpbiBTdWRha292?= Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <25f4beadd3088b3fbb2751f120e4216969301136.camel@bootlin.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: =?UTF-8?B?UGF1bCBLb2NpYWxrb3dza2k=?= , =?UTF-8?B?TWF4aW1lIFJpcGFyZA==?= Cc: bbrezillon@kernel.org, =?UTF-8?B?U2FtIFJhdm5ib3Jn?= , =?UTF-8?B?TWFhcnRlbiBMYW5raG9yc3Q=?= , dri-devel@lists.freedesktop.org, =?UTF-8?B?Q2hlbi1ZdSBUc2Fp?= , =?UTF-8?B?U2VhbiBQYXVs?= , =?UTF-8?B?VGhvbWFzIFBldGF6em9uaQ==?= , =?UTF-8?B?SmFnYW4gVGVraQ==?= , linux-arm-kernel@lists.infradead.org List-Id: dri-devel@lists.freedesktop.org Hello Paul, Maxime. I suggest the patch to fix it. diff --no-dereference -u -r -N linux-5.0-rc6_origin/Documentation/devicetree/bindings/display/panel/ronbo,rb070d30.txt linux-5.0-rc6/Documentation/devicetree/bindings/display/panel/ronbo,rb070d30.txt --- linux-5.0-rc6_origin/Documentation/devicetree/bindings/display/panel/ronbo,rb070d30.txt 1970-01-01 07:00:00.000000000 +0700 +++ linux-5.0-rc6/Documentation/devicetree/bindings/display/panel/ronbo,rb070d30.txt 2019-02-14 18:00:06.613795857 +0700 @@ -0,0 +1,23 @@ +Ronbo RB070D30N01A MIPI-DSI panel + +Required properties: + - compatible: must be "ronbo,rb070d30" + - reg: DSI virtual channel used by that screen + - vcc-lcd-supply: phandle to the power regulator + - backlight: phandle to the backlight used + - reset-gpios: a GPIO phandle for the reset pin + - power-gpios: a GPIO phandle for the power pin + - updn-gpios: a GPIO phandle for the updn pin (vertical flip) + - shlr-gpios: a GPIO phandle for the shlr pin (horizontal flip) + +Example: +panel@0 { + compatible = "ronbo,rb070d30"; + reg = <0>; + vcc-lcd-supply = <®_display>; + backlight = <&backlight>; + reset-gpios = <&r_pio 0 1 GPIO_ACTIVE_HIGH>; /* PL01 */ + power-gpios = <&r_pio 0 2 GPIO_ACTIVE_HIGH>; /* PL02 */ + updn-gpios = <&r_pio 0 3 GPIO_ACTIVE_HIGH>; /* PL03 */ + shlr-gpios = <&r_pio 0 4 GPIO_ACTIVE_LOW>; /* PL04 */ +}; diff --no-dereference -u -r -N linux-5.0-rc6_origin/Documentation/devicetree/bindings/vendor-prefixes.txt linux-5.0-rc6/Documentation/devicetree/bindings/vendor-prefixes.txt --- linux-5.0-rc6_origin/Documentation/devicetree/bindings/vendor-prefixes.txt 2019-02-11 05:42:20.000000000 +0700 +++ linux-5.0-rc6/Documentation/devicetree/bindings/vendor-prefixes.txt 2019-02-14 17:39:46.667994322 +0700 @@ -334,6 +334,7 @@ riscv RISC-V Foundation rockchip Fuzhou Rockchip Electronics Co., Ltd rohm ROHM Semiconductor Co., Ltd +ronbo Ronbo Electronics Ltd. roofull Shenzhen Roofull Technology Co, Ltd samsung Samsung Semiconductor samtec Samtec/Softing company