Skip to content

Commit

Permalink
ARM: dts: at91: nattis: move pinctrls for the lvds chip to the lvds node
Browse files Browse the repository at this point in the history
The atmel hlcdc controller has nothing to do with these pins, so move
them to where they belong.

Signed-off-by: Peter Rosin <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
  • Loading branch information
peda-r authored and alexandrebelloni committed Aug 28, 2018
1 parent 9a91c0c commit 9cb6927
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions arch/arm/boot/dts/at91-nattis-2-natte-2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
AT91_PINCTRL_PULL_UP_DEGLITCH>;
};

pinctrl_lcd_prlud0: lcd_prlud0 {
pinctrl_lvds_prlud0: lvds_prlud0 {
atmel,pins =
<AT91_PIOA 21
AT91_PERIPH_GPIO
(AT91_PINCTRL_OUTPUT |
AT91_PINCTRL_OUTPUT_VAL(0))>;
};

pinctrl_lcd_hipow0: lcd_hipow0 {
pinctrl_lvds_hipow0: lvds_hipow0 {
atmel,pins =
<AT91_PIOA 23
AT91_PERIPH_GPIO
Expand Down Expand Up @@ -119,6 +119,9 @@
lvds-encoder {
compatible = "ti,ds90c185", "lvds-encoder";

pinctrl-names = "default";
pinctrl-0 = <&pinctrl_lvds_prlud0 &pinctrl_lvds_hipow0>;

ports {
#address-cells = <1>;
#size-cells = <0>;
Expand Down Expand Up @@ -197,10 +200,7 @@

hlcdc-display-controller {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_lcd_base
&pinctrl_lcd_rgb565
&pinctrl_lcd_prlud0
&pinctrl_lcd_hipow0>;
pinctrl-0 = <&pinctrl_lcd_base &pinctrl_lcd_rgb565>;

port@0 {
hlcdc_output: endpoint {
Expand Down

0 comments on commit 9cb6927

Please sign in to comment.