summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7ulp-evk-wm8960.dts
AgeCommit message (Collapse)Author
2019-02-12MLK-20328-2: ARM: dts: imx7ulp: adjust the expected formatViorel Suman
Default value must be prefixed by "0". Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
2019-02-12MLK-17819 ARM: imx7ulp: update iomux header for i.MX7ULP B0 siliconFugang Duan
- Update iomux header for i.MX7ULP B0 silicon. - Align the pin func name with header file for all dts files. Signed-off-by: Fugang Duan <fugang.duan@nxp.com> Acked-by: Shenwei Wang <shenwei.wang@nxp.com> During the 4.14 rebase all intermediate commits were adjusted for upstream prefix so this has many fewer dts changes. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
2019-02-12MLK-17156-2: ARM: dts: update dts for demo audio in A7 domainShengjiu Wang
This is dts is for demo SAI + codec in A7 domain, which need to do i2c hardware rework, connect the wm8960 to i2c7. for this is for demo usage, so don't need the headphone plug/unplug event, so remove the iomux for this case. Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
2019-02-12MLK-17491-21 clk: imx7ulp: fix RTC OSC clock nameDong Aisheng
'CKIL' clock name is derived from MX6 SoC series which is invalid for MX7ULP (can't find it from RM). Changing it to the correct 'ROSC' which is defined in RM. The exist 'OSC' name is also changed accordingly which should be SOSC (System OSC). Fixes: aacf0b70af26 ("MLK-13441-6 ARM: imx: add i.mx7ulp clock driver") Cc: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Bai Ping <ping.bai@nxp.com> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
2019-02-12MLK-17491-13 dts: imx7ulp: improve the gpio usingDong Aisheng
Currently people have no idea on which pad is correspding to which gpio controller as there's no hints in dts. Let's add a proper prefix for gpio nodes as follows in dts to make it much easier to use. gpio0 = &gpio_ptc; gpio1 = &gpio_ptd; gpio2 = &gpio_pte; gpio3 = &gpio_ptf; Reviewed-by: Fugang Duan <fugang.duan@nxp.com> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
2019-02-12MLK-13997: ARM: dts: disable rpmsg-audio in wm8960 dts for conflictShengjiu Wang
The rpmsg-audio and wm8960-audio use same device in two way, there is conflict when enabled together. imx7ulp-evk-wm8960.dts is for demo usage, there is a hardware issue (TKT320235) that EDMA interrupt can't wake up the A7 core, so there is glitch noise occassionally. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
2019-02-12MLK-13574-3: ARM: dts: enable audio in a seperate dtsShengjiu Wang
Audio is in M4 domain, so we need an indepenent dts for audio. M4 domain is controled by RTOS, this dts is for demo purpose in linux Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>