Commit 9cb69276 authored by Peter Rosin's avatar Peter Rosin Committed by Alexandre Belloni

ARM: dts: at91: nattis: move pinctrls for the lvds chip to the lvds node

The atmel hlcdc controller has nothing to do with these pins, so move
them to where they belong.
Signed-off-by: default avatarPeter Rosin <peda@axentia.se>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent 9a91c0c8
...@@ -34,7 +34,7 @@ AT91_PERIPH_GPIO ...@@ -34,7 +34,7 @@ AT91_PERIPH_GPIO
AT91_PINCTRL_PULL_UP_DEGLITCH>; AT91_PINCTRL_PULL_UP_DEGLITCH>;
}; };
pinctrl_lcd_prlud0: lcd_prlud0 { pinctrl_lvds_prlud0: lvds_prlud0 {
atmel,pins = atmel,pins =
<AT91_PIOA 21 <AT91_PIOA 21
AT91_PERIPH_GPIO AT91_PERIPH_GPIO
...@@ -42,7 +42,7 @@ AT91_PERIPH_GPIO ...@@ -42,7 +42,7 @@ AT91_PERIPH_GPIO
AT91_PINCTRL_OUTPUT_VAL(0))>; AT91_PINCTRL_OUTPUT_VAL(0))>;
}; };
pinctrl_lcd_hipow0: lcd_hipow0 { pinctrl_lvds_hipow0: lvds_hipow0 {
atmel,pins = atmel,pins =
<AT91_PIOA 23 <AT91_PIOA 23
AT91_PERIPH_GPIO AT91_PERIPH_GPIO
...@@ -119,6 +119,9 @@ panel_input: endpoint { ...@@ -119,6 +119,9 @@ panel_input: endpoint {
lvds-encoder { lvds-encoder {
compatible = "ti,ds90c185", "lvds-encoder"; compatible = "ti,ds90c185", "lvds-encoder";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_lvds_prlud0 &pinctrl_lvds_hipow0>;
ports { ports {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
...@@ -197,10 +200,7 @@ &hlcdc { ...@@ -197,10 +200,7 @@ &hlcdc {
hlcdc-display-controller { hlcdc-display-controller {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_lcd_base pinctrl-0 = <&pinctrl_lcd_base &pinctrl_lcd_rgb565>;
&pinctrl_lcd_rgb565
&pinctrl_lcd_prlud0
&pinctrl_lcd_hipow0>;
port@0 { port@0 {
hlcdc_output: endpoint { hlcdc_output: endpoint {
......
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