summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
AgeCommit message (Collapse)Author
2019-02-12MLK-19153-1 ARM: dts: update new "fsl,tx-d-cal" propertyPeter Chen
Using new "fsl,tx-d-cal" for dts, and update document accordingly. Acked-by: Jun Li <jun.li@nxp.com> Signed-off-by: Peter Chen <peter.chen@nxp.com>
2019-02-12MLK-18951: ARM: dts: imx6qdl-sabresd: Fix duplicate leds nodeLeonard Crestez
The charger led definition ported from imx_4.9.y use the same gpio with another definition introduced by upstream commit 702bfbef1c98 ("ARM: dts: imx6qdl-sabresd.dtsi: Add red led") Fix by explicitly overwriting the upstream definition with ours. Fixes: 491c8dc6801e ("MLK-11703-6: ARM: imx6: Add charging led support on Sabresd board") Fixes: 4aada993e5be ("MLK-11703-7: ARM: dts: imx6qdl-sabresd: add retain-state-suspended property in dts") This commit could be squashed in the above on next rebase. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Acked-by: Anson Huang <Anson.Huang@nxp.com>
2019-02-12MLK-18538 ARM: dts: imx6qdl-sabresd: Remove ov5640 added by upstreamLeonard Crestez
In imx6qdl-sabresd.dtsi imx_4.9.y defines ov564x_mipi@3c with compatible="ovti,ov564x_mipi". Upstream added camera@3c with compatible="ovti,ov5640" on the same bus and this results in i2c errors on boot: i2c i2c-1: Failed to register i2c client ov564x_mipi at 0x3c (-16) i2c i2c-1: of_i2c: Failure registering /soc/aips-bus@02100000/i2c@021a4000/ov564x_mipi@3c i2c i2c-1: Failed to create I2C device for /soc/aips-bus@02100000/i2c@021a4000/ov564x_mipi@3c Fix by removing upstream definition. The other camera camera added by upstream, &ov5642: camera@3c on &i2c0 was already removed/overwritten with our definition during porting. Fixes: 2b48156760e5 ("MLK-11508-5: dts: Add imx v4l2 capture driver") Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Reviewed-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
2019-02-12MLK-15985-2: ARM: dts: imx6qdl: set freq for S20_3LE formatShengjiu Wang
select a proper freq for S20_3LE/S24_LE/S16_LE, the frequency can be divided by 24/32/16; Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
2019-02-12MLK-16209 ARM: dts: imx: add 'regulator-always-on' property for pmic sw4Bai Ping
Add 'regulator-always-on' for PMIC SW4 switch regulator. Signed-off-by: Bai Ping <ping.bai@nxp.com>
2019-02-12MLK-16191 arm: dts: add i2c bus recovery for imx6qp-sdb boardGao Pan
Add i2c bus recovery support to recover i2c2 bus from dead lock status. Signed-off-by: Gao Pan <pandy.gao@nxp.com>
2019-02-12MLK-14781-2: ARM: dts: change audio pll frequency for ssi master modeShengjiu Wang
Original frequency 786.432MHz can't be divide to frequency 2.304MHz which is needed by 48kHz/24bit/2channel, So update the pll frequency for 24bit case. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
2019-02-12MLK-14665 video: fbdev: mxc: mipi dsi: Customize gpio reset functionLiu Ying
The mxc display driver framework doesn't support deferral probe. The following initialization process may cause the mipi dsi driver deferral probe, however. pinctrl-imx6 - arch_initcall gpio-mxc - subsys_initcall gpio-reset - arch_initcall This patch customizes gpio reset function so that we can remove the code to use the reset logic provided by the gpio-reset driver. Also, the gpio-reset driver is not in the upstreaming kernel, so it would be good not to use it if possible. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-02-12MLK-14675: ARM: dts: set pll4 rate for audioShengjiu Wang
There is noise when use ssi master mode. the reason is the ssi rate is not accurate for ssi master mode, show below. pll3_pfd2_508m 0 0 508235294 0 0 ssi3_sel 0 0 508235294 0 0 ssi3_pred 0 0 127058824 0 0 ssi3_podf 0 0 63529412 0 0 ssi3 0 0 63529412 0 0 ssi2_sel 0 0 508235294 0 0 ssi2_pred 0 0 127058824 0 0 ssi2_podf 0 0 63529412 0 0 ssi2 0 0 63529412 0 0 so we need to switch ssi's parent to pll4 (which is dedicate audio pll), and set a proper rate for pll4, we select 786432000Hz, which can generate 32kHz,48kHz,96KHz. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
2019-02-12MLK-13787 Revert "ARM: dts: imx6qdl-sabresd: Pass the hannstar panel ↵Octavian Purdila
compatible string" This reverts commit e0884948a48013bb2097f3e61c4f2122b22f6eb1. The internal fbdev driver does not use the DRM infrastructure hence we can't use the DRM simple panel driver, we have to stich with display timings from device tree. Signed-off-by: Octavian Purdila <octavian.purdila@nxp.com>
2019-02-12MLK-12787-2: ARM: dts: set codec-master as default modeShengjiu Wang
wm8962 sound card work in codec master mode as before Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
2019-02-12MLK-12364-2: DTS: Add pmic 5v supply to i.MX6qdl sabresdSandor Yu
Add pmic 5v supply to i.MX6qdl sabresd dts. Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
2019-02-12MLK-12248-1 ARM: imx6qdl-sabresd: add tx-d-cal property for usbphyLi Jun
Set tx-d-cal to be 0x5 to improve usb signal quality for all imx6qdl sabresd boards. Signed-off-by: Li Jun <jun.li@nxp.com>
2019-02-12MLK-12257 ARM: dts: imx6qdl/imx6sx: add enet magic packet supportFugang Duan
Add imx6q/dl/qp sabresd, imx6sx sabreauto magic packet support. Signed-off-by: Fugang Duan <B38611@freescale.com>
2019-02-12MLK-12126 ARM: dts: imx6/imx7d: correct wdog pinctrl settingRobin Gong
We move WDOG_B pinctrl setting from pinctrl_hog to wdog driver, so need to remove the original setting in pinctl_hog device node, otherwise the below warning message will be caught: [ 1.284161] imx6ul-pinctrl 20e0000.iomuxc: pin MX6UL_PAD_LCD_RESET already requested by 20e0000.iomuxc; cannot claim for 20bc000.wdog [ 1.294990] imx6ul-pinctrl 20e0000.iomuxc: pin-69 (20bc000.wdog) status -22 [ 1.300689] imx6ul-pinctrl 20e0000.iomuxc: could not request pin 69 (MX6UL_PAD_LCD_RESET) from group wdoggrp on device 20e0000.iomuxc [ 1.311550] imx2-wdt 20bc000.wdog: Error applying setting, reverse things back Signed-off-by: Robin Gong <b38343@freescale.com>
2019-02-12MLK-12086-3 dts: imx6: enable sdio wakeup for corresponding boardsDong Aisheng
Enable the sdio wakeup capability for SDIO cards. Note: we do not enable it for sabresd usdhc4 since it has a solid eMMC card on it. Signed-off-by: Dong Aisheng <b29396@freescale.com> (cherry picked from commit 9ea7e84fe686a5c959aebbbf4a1b81dcb1c3e3fd) (cherry picked from commit 58a5347a1b3a6b8970ac7ddc8e336c5d9adf4ddb) Signed-off-by: Haibo Chen <haibo.chen@freescale.com>
2019-02-12MLK-12086-2 dts: imx6: enable keep power capability for corresponding boardsDong Aisheng
All i.MX6 SabreAuto/SabreSD/EVK has the ability to keep card power during suspend. So add this capability for them. Signed-off-by: Dong Aisheng <b29396@freescale.com> (cherry picked from commit 3f18df4746eb33e934c55de23d6496bb4adad33b) (cherry picked from commit 55553b7300fb3d0e3a7961f569a42bd689b3670f) Signed-off-by: Haibo Chen <haibo.chen@freescale.com>
2019-02-12MLK-11953: arm: dts: Fix HDMI compliance test 7-15 failedSandor Yu
i.MX6QP SabreSD board HDMI compliance test 7-15 Vcec2 test failed, the value is 0.403V, which should be 0.274V>Vcec2>0.196V. Disable the pad internal PU resistor, and change the external PU resistor(R647) from 47K to 100K. With all the changes, the calculated voltage on CEC is 0.248V, and the test value is 0.250V. In the patch disable CEC pin internal PULL/Keep function. Signed-off-by: Sandor Yu <R01008@freescale.com> (cherry picked from commit 0a9388ff8ef77778f5e81d8dbc980cacf87fc12b)
2019-02-12MLK-11829-3 ARM: dts: imx6qdl-sabresd: add egalax touch screen supportHaibo Chen
Add egalax touch screen support for imx6qdl-sabresd board. Signed-off-by: Haibo Chen <haibo.chen@freescale.com>
2019-02-12MLK-11614 ARM: dts: imx6qp-sabresd: Enable prefetch resolve gasket(PRG) enginesLiu Ying
This patch enables the two prefetch resolve gasket(PRG) engines on the imx6qp-sabresd platform. Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
2019-02-12MLK-11703-7: ARM: dts: imx6qdl-sabresd: add retain-state-suspended property ↵Robin Gong
in dts cherry-pick below patch: ENGR00295892-2: ARM: dts: imx6qdl-sabresd: add retain-state-suspended property in dts Add property "retain-state-suspended" in dts. Signed-off-by: Robin Gong <b38343@freescale.com> (cherry picked from commit aff480769c26ff7f64059f9631b10e8177c4791b) (cherry picked from commit 4a029915c4693b16db4806f078504cc86f34c069)
2019-02-12MLK-11703-6: ARM: imx6: Add charging led support on Sabresd boardRobin Gong
cherry-pick below patch: ENGR00290496-1 ARM: imx6: Add charging led support on Sabresd board Enable led lighting while the board in charging status. Implement it on Sabresd board. Signed-off-by: Robin Gong <b38343@freescale.com> (cherry picked from commit 7a47183634c524f5ac11c60fe555b0b18c0fe7e0) (cherry picked from commit 28b266aa0bdd531b8eb43a76435f2fcc658bab84)
2019-02-12MLK-11703-5: ARM: dts: imx6: add battery device node in dts fileRobin Gong
cherry-pick below patch: ENGR00330406-1: ARM: dts: imx6: add battery device node in dts file Add battery device node on imx6q/dl-sabresd and imx6sl-evk board Signed-off-by: Robin Gong <b38343@freescale.com> (cherry picked from commit 1f2670578decd4a527208864ab3a014d840773f6)
2019-02-12MLK-11508-5: dts: Add imx v4l2 capture driverSandor Yu
Add imx v4l2 capture driver. Signed-off-by: Sandor Yu <R01008@freescale.com>
2019-02-12MLK-11407-5: ARM: dts: imx6qdl-sabresd: add WDOG_B resetRobin Gong
On imx6qdl-sabresd board we use WDOG2 as WDOG_B reset source. So use WDOG2 instead of WDOG1. Signed-off-by: Robin Gong <b38343@freescale.com> This was already done by upstream, only leftover change in 4.14 is iomux. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
2019-02-12MLK-11407-2: ARM: dts: imx6qdl/sl: add ldo bypass supportRobin Gong
add ldo bypass support on i.mx6q/dl and i.mx6sl. Signed-off-by: Robin Gong <b38343@freescale.com> During 4.9 we did regulator bypass in a slightly different way, squash intermediate commits. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
2019-02-12MLK-11519-02: arm: dts: Enable ipu output driverSandor Yu
Add IPU v4l2 output driver. Signed-off-by: Sandor Yu <R01008@freescale.com>
2019-02-12MLK-11524 ARM: dts: add ssi<->wm8962 sound card support for imx6qdl-sabresd ↵Zidan Wang
board add ssi<->wm8962 sound card support for imx6qdl-sabresd board Signed-off-by: Zidan Wang <zidan.wang@freescale.com>
2019-02-12MLK-11414-3 ARM: dts: imx: apply ENET IRQ workaround for sabresd boardShawn Guo
Cherry-pick below patch: ENGR00317981 ARM: dts: imx: apply ENET IRQ workaround for sabresd board This a forward porting of commit (ENGR00313685-15 ARM: dts: imx: apply ENET IRQ workaround for sabresd board) from imx_3.10.y to imx_3.14.y. Signed-off-by: Shawn Guo <shawn.guo@freescale.com> Signed-off-by: Anson Huang <b20788@freescale.com>
2019-02-12MLK-11431-3: ARM: DTS: imx6 Add IPU and display supportSandor Yu
Add IPU, HDMI and LDB support. Signed-off-by: Sandor Yu <R01008@freescale.com>
2019-02-12MLK-11479-11 ASoC: imx-wm8962: Add non-SSI cpu dai supportNicolin Chen
cherry-pick below patch from v3.14.y: ENGR00307635-5 ASoC: imx-wm8962: Add non-SSI cpu dai support The current imx-wm8962 machine driver is designed for SSI as CPU DAI only while as its name we should make the driver more generic to any other CPU DAI on i.MX serires -- ESAI, SAI for example. So this patch makes the driver more general so as to support those non-SSI cases. Acked-by: Wang Shengjiu <b02247@freescale.com> Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com> (cherry picked from commit b6fca438dde1b4c0bbdee31729871d601f287dc9)
2019-02-12MLK-11471-02 ARM: dts: i.mx6q/dl/sx: Add isl29023 device tree support.Fugang Duan
Add isl29023 sensor device tree support on i.MX6Q/DL/SX platform. Signed-off-by: Luwei Zhou <b45643@freescale.com> Signed-off-by: Fugang Duan <B38611@freescale.com>
2019-02-12MLK-11470 ARM: dts: i.mx6q/dl/sx: Add mag3110 device tree support.Fugang Duan
Add mag3110 sensor device tree support on i.MX6Q/DL/SX platform. Signed-off-by: Luwei Zhou <b45643@freescale.com> Signed-off-by: Fugang Duan <B38611@freescale.com>
2019-02-12MLK-11469-02 ARM: dts: i.mx6q/dl/sx: Add mma8451 device tree support.Fugang Duan
Add mma8451 sensor device tree support on i.MX6Q/DL/SX platform. Signed-off-by: Luwei Zhou <b45643@freescale.com> Signed-off-by: Fugang Duan <B38611@freescale.com>
2019-02-12MLK-11457-02 ARM: dts: imx6q: add uart5 dte set for sabresd boardFugang Duan
Add uart5 DTE mode pinctrl set for imx6q-sabresd board. Since there have pin confliction, so add new dts file. (cherry picked from commit d63b40d5b1b05992d2328ef0bdc80ec5d96f2dce) Signed-off-by: Fugang Duan <B38611@freescale.com>
2019-02-12MLK-11123-23 ARM: dts: disable otg features for imx6qdl-sabresd boardLi Jun
Disable all otg features for otg1 port of imx6qdl-sabresd board, then the otg port can only do role swtich by ID pin state. Signed-off-by: Li Jun <jun.li@freescale.com> (cherry picked from commit 71ed636ea10843cc2aac46711adf2350a34fa7b0)
2017-06-14ARM: dts: imx6-sabresd: add OV5642 and OV5640 camera sensorsSteve Longerbeam
Enables the OV5642 parallel-bus sensor, and the OV5640 MIPI CSI-2 sensor. The OV5642 connects to the parallel-bus mux input port on ipu1_csi0_mux. The OV5640 connects to the input port on the MIPI CSI-2 receiver on mipi_csi. Until the OV5652 sensor module compatible with the SabreSD becomes available for testing, the ov5642 node is currently disabled. Signed-off-by: Steve Longerbeam <steve_longerbeam@mentor.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2017-06-05ARM: dts: imx: Fix Ethernet PHY reset polarityFabio Estevam
The FEC driver ignores the GPIO polarity from 'phy-reset-gpios' and considers that the Ethernet PHY is active low, unless the property 'phy-reset-active-high' is present. Fix the device tree description by explicitly passing the 'GPIO_ACTIVE_LOW' flag to the 'phy-reset-gpios' property. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2017-04-10ARM: dts: imx6qdl-sabresd: Set LDO regulator supplyLeonard Crestez
Setting the supply is optional but beneficial, it will cause PMIC voltages to be dynamically changed with cpu frequency. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Reviewed-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2017-01-02ARM: dts: imx: remove obsoleted property fsl,spi-num-chipselectsVladimir Zapolskiy
Since commit b36581df7e78 ("spi: imx: Using existing properties for chipselects") the device tree property 'fsl,spi-num-chipselects' is unused and it is already marked as obsolete in device tree binding documentation. Remove the property from the existing DTS files to avoid its reoccurence on copying. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2016-10-24ARM: dts: imx6qdl: Fix "ERROR: code indent should use tabs where possible"Jagan Teki
Fixed code indent tabs in respetcive imx6qdl dtsi files. Signed-off-by: Jagan Teki <jteki@openedev.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2016-08-09ARM: dts: imx6qdl: don't configure reserved pad settingsUwe Kleine-König
Several dts files set a bit in the SPEED field for pads RGMII_{R,T}{XC,D0,D1,D2,D3,X_CTL}, but that doesn't exist. Writing there doesn't have an effect and the bit reads as zero. Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2016-06-16ARM: dts: imx6qdl-sabresd: Use WDOG_B pin resetFabio Estevam
imx6qdl-sabresd has WDOG2_B pin connected to the PMIC. Pass the 'fsl,ext-reset-output' property so that the watchdog can trigger a system POR reset via the PMIC. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2016-06-11ARM: dts: imx6qdl-sabresd: Pass the correct PCI reset polarityFabio Estevam
The PCI reset GPIO is active low, so represent it with the GPIO_ACTIVE_LOW flag. Even though the imx6 PCI driver will not take the polarity into account in this case, it is better to provide a correct description in device-tree. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2016-04-13ARM: dts: imx6qdl-sabresd: Pass the hannstar panel compatible stringFabio Estevam
It is preferred to use the panel compatible string rather than passing the LCD timings in the device tree. So pass the "hannstar,hsd100pxn1" compatible string to describe the LVDS panel on this board. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2016-02-29ARM: dts: imx: Add basic dts support for imx6qp SOCBai Ping
The i.MX6Quad Plus processor is an high performance SOC of i.MX6 family. It has enhanced graphics performance and increased overall memory bandwidth compared to i.MX6Q. Most of the design are same as i.MX6Quad/Dual, so code for i.MX6Quad can be resued by this chip. The revision number is identied as i.MX6Q Rev2.0, but actually it is a new chip, as we did many change to the overall architecture. This patch adds basic dtsi file support for the new i.MX6Quad Plus processor. Signed-off-by: Bai Ping <ping.bai@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2016-02-29ARM: dts: imx: replace legacy wakeup property with 'wakeup-source'Sudeep Holla
Though the keyboard and other driver will continue to support the legacy "gpio-key,wakeup", "linux,wakeup" and "enable-sdio-wakeup" boolean property to enable the wakeup source, "wakeup-source" is the new standard binding. This patch replaces all the legacy wakeup properties with the unified "wakeup-source" property in order to avoid any futher copy-paste duplication. Cc: Sascha Hauer <kernel@pengutronix.de> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2015-10-19ARM: dts: imx: add "jedec,spi-nor" flash compatible bindingRafał Miłecki
Starting with commit 8947e396a829 ("Documentation: dt: mtd: replace "nor-jedec" binding with "jedec, spi-nor"") we have "jedec,spi-nor" binding indicating support for JEDEC identification. Use it for all flashes that are supposed to support READ ID op according to the datasheets. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2015-09-01Merge tag 'armsoc-dt' of ↵Linus Torvalds
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc Pull ARM DT updates from Olof Johansson: "Ladies and gentlemen, we proudly announce to you the latest branch of ARM device tree contents for the mainline kernel. Come and see, come and see! No less than twentythree thousand lines of additions! Just imagine the joy you will have of using your mainline kernel on newly supported hardware such as Rockchip Chromebooks, Freescale i.MX6UL boards or UniPhier hardware! For those of you feeling less adventurous, added hardware support on platforms such as TI DM814x and Gumstix Overo platforms might be more of your liking. We've got something for everyone here! Ahem. Cough. So, anyway... This is the usual large batch of DT updates. Lots and lots of smaller changes, some of the larger ones to point out are: - Rockchip veyron (Chromebook) support, as well as several other new boards - DRM support on Atmel AT91SAM9N12EK - USB additions on some Allwinner platforms - Mediatek MT6580 support - Freescale i.MX6UL support - cleanups for Renesas shmobile platforms - lots of added devices on LPC18xx - lots of added devices and boards on UniPhier There's also some dependent code added here, in particular some branches that are primarily merged through the clock tree" * tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (389 commits) ARM: tegra: Add gpio-ranges property ARM: tegra: Fix AHB base address on Tegra20, Tegra30 and Tegra114 ARM: tegra: Add Tegra124 PMU support ARM: tegra: jetson-tk1: Add GK20A GPU DT node ARM: tegra: venice2: Add GK20A GPU DT node ARM: tegra: Add IOMMU node to GK20A ARM: tegra: Add CPU regulator to the Jetson TK1 device tree ARM: tegra: Add entries for cpufreq on Tegra124 ARM: tegra: Enable the DFLL on the Jetson TK1 ARM: tegra: Add the DFLL to Tegra124 device tree ARM: dts: zynq: Add devicetree entry for Xilinx Zynq reset controller. ARM: dts: UniPhier: fix PPI interrupt CPU mask of timer nodes ARM: dts: rockchip: correct regulator power states for suspend ARM: dts: rockchip: correct regulator PM properties ARM: dts: vexpress: Use assigned-clock-parents for sp810 pinctrl: tegra: Only set the gpio range if needed arm: boot: dts: am4372: add ARM timers and SCU nodes ARM: dts: AM4372: Add the am4372-rtc compatible string ARM: shmobile: r8a7794 dtsi: Add CPG/MSTP Clock Domain ARM: shmobile: r8a7793 dtsi: Add CPG/MSTP Clock Domain ...
2015-08-11ARM: dts: imx6qdl-sabresd: Allow HDMI and LVDS to work simultaneouslyFabio Estevam
Currently it is not possible to have HDMI and LVDS working simultaneously, because both ports try to use PLL5. Move the LVDS clock parent to PLL3_USB_OTG, so that HDMI and LVDS can be driven from independent sources. With this change the LDB pixel clock goes to 68.57 MHz, which is still within the valid range for the HSD100PXN1 LVDS panel. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>