diff options
author | Tony Lindgren <tony@atomide.com> | 2020-08-19 10:52:00 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-08-19 10:52:00 +0300 |
commit | 513f8297f6b14a76346cd049956f1c9a2a48d7aa (patch) | |
tree | c5711ce1667dfbb374228b87d8147826fe4d9f3f /arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi | |
parent | bbdb5d129dafba02d4c8e745f9d0e856a33f287a (diff) | |
parent | 6542e2b613c2b1952e83973dc434831332ce8e27 (diff) |
Merge branch 'fixes' into omap-for-v5.10/dt
Diffstat (limited to 'arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi')
-rw-r--r-- | arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi | 29 |
1 files changed, 7 insertions, 22 deletions
diff --git a/arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi b/arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi index 100396f6c2fe..395e05f10d36 100644 --- a/arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi +++ b/arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi @@ -51,6 +51,8 @@ &mcbsp2 { status = "okay"; + pinctrl-names = "default"; + pinctrl-0 = <&mcbsp2_pins>; }; &charger { @@ -102,35 +104,18 @@ regulator-max-microvolt = <3300000>; }; - lcd0: display@0 { - compatible = "panel-dpi"; - label = "28"; - status = "okay"; - /* default-on; */ + lcd0: display { + /* This isn't the exact LCD, but the timings meet spec */ + compatible = "logicpd,type28"; pinctrl-names = "default"; pinctrl-0 = <&lcd_enable_pin>; - enable-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>; /* gpio155, lcd INI */ + backlight = <&bl>; + enable-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>; port { lcd_in: endpoint { remote-endpoint = <&dpi_out>; }; }; - - panel-timing { - clock-frequency = <9000000>; - hactive = <480>; - vactive = <272>; - hfront-porch = <3>; - hback-porch = <2>; - hsync-len = <42>; - vback-porch = <3>; - vfront-porch = <2>; - vsync-len = <11>; - hsync-active = <1>; - vsync-active = <1>; - de-active = <1>; - pixelclk-active = <0>; - }; }; bl: backlight { |