mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02:00
arm64: dts: mba8mx: Add DSI->LVDS bridge IRQ
Now that the bindings supports IRQ, add the IRQ line. Add a GPIO label as well. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
parent
e2bb524f4b
commit
0083b7be1b
|
|
@ -209,7 +209,7 @@ expander0: gpio@23 {
|
|||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
gpio-line-names = "", "", "", "",
|
||||
"", "", "LVDS_BRIDGE_EN", "",
|
||||
"", "", "LVDS_BRIDGE_EN", "LVDS_BRIDGE_IRQ",
|
||||
"", "", "", "",
|
||||
"", "", "", "";
|
||||
|
||||
|
|
@ -298,6 +298,8 @@ dsi_lvds_bridge: bridge@2d {
|
|||
reg = <0x2d>;
|
||||
enable-gpios = <&gpio_delays 0 130000 0>;
|
||||
vcc-supply = <®_sn65dsi83_1v8>;
|
||||
interrupt-parent = <&expander0>;
|
||||
interrupts = <7 IRQ_TYPE_EDGE_RISING>;
|
||||
status = "disabled";
|
||||
|
||||
ports {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user