aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Rosin <peda@axentia.se>2018-08-28 11:48:43 +0200
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2018-08-28 12:14:41 +0200
commit9cb6927680b05105c8e40e9a9cb069dd3638aba5 (patch)
tree279200a5324e65ba8c9f4ebf3a281268c295128f
parentARM: dts: at91: nattis: state the actual lvds-encoder chip (diff)
downloadlinux-dev-9cb6927680b05105c8e40e9a9cb069dd3638aba5.tar.xz
linux-dev-9cb6927680b05105c8e40e9a9cb069dd3638aba5.zip
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: Peter Rosin <peda@axentia.se> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r--arch/arm/boot/dts/at91-nattis-2-natte-2.dts12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/at91-nattis-2-natte-2.dts b/arch/arm/boot/dts/at91-nattis-2-natte-2.dts
index fbc796125c56..2eb0f947ab86 100644
--- a/arch/arm/boot/dts/at91-nattis-2-natte-2.dts
+++ b/arch/arm/boot/dts/at91-nattis-2-natte-2.dts
@@ -34,7 +34,7 @@
AT91_PINCTRL_PULL_UP_DEGLITCH>;
};
- pinctrl_lcd_prlud0: lcd_prlud0 {
+ pinctrl_lvds_prlud0: lvds_prlud0 {
atmel,pins =
<AT91_PIOA 21
AT91_PERIPH_GPIO
@@ -42,7 +42,7 @@
AT91_PINCTRL_OUTPUT_VAL(0))>;
};
- pinctrl_lcd_hipow0: lcd_hipow0 {
+ pinctrl_lvds_hipow0: lvds_hipow0 {
atmel,pins =
<AT91_PIOA 23
AT91_PERIPH_GPIO
@@ -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>;
@@ -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 {