diff options
author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2020-07-16 14:57:31 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-08-19 08:42:38 +0200 |
commit | 23807f8cbaeb4b1b92a0eafd37264eca23c9437a (patch) | |
tree | a340d13dcfb38fc4c532dd0bc8ea2f68885b21d5 /arch/arm/boot/dts/omap3.dtsi | |
parent | ARM: dts: omap4: Fix sgx clock rate for 4430 (diff) | |
download | linux-23807f8cbaeb4b1b92a0eafd37264eca23c9437a.tar.xz linux-23807f8cbaeb4b1b92a0eafd37264eca23c9437a.zip |
ARM: dts: omap: add channel to DSI panels
The standard binding for DSI requires that the channel number
of the panel is encoded in DT. This adds the channel number in
all OMAP3-5 boards in preparation for using common infrastructure.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index cf22a7e1c63c..9dcae1f2bc99 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi @@ -941,6 +941,9 @@ ti,hwmods = "dss_dsi1"; clocks = <&dss1_alwon_fck>, <&dss2_alwon_fck>; clock-names = "fck", "sys_clk"; + + #address-cells = <1>; + #size-cells = <0>; }; rfbi: encoder@48050800 { |