summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sx-sdb-reva.dts
AgeCommit message (Collapse)Author
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-12016-1 dts: imx6sx-sdb: add flexcan supportDong Aisheng
CAN transceiver is different on RevA and RevB board. It's active high on RevA while active low on Rev B. Signed-off-by: Dong Aisheng <aisheng.dong@freescale.com>
2019-02-12MLK-11939: ARM: dts: Add ddrsmp to device tree for i.mx6sx sabreauto and sdb ↵Han Xu
board Add ddrsmp parameter to device tree for i.MX6SX Sabreauto/Sabresd board. DDRSMP value: 0 ---- i.MX6SX Sabresd board (RevB and RevA) 2 ---- i.MX6SX Sabreauto board The Sabresd RevA board also needs to reduce clock to 29Mhz according to the Spansion spec. Signed-off-by: Han Xu <b45815@freescale.com>
2019-02-12MLK-10089 arm: imx: Add 198MHz OPP for i.MX6SXBai Ping
Update the i.MX6SX operating points to comply with the latest datasheet. Latest i.MX6SX datasheet of Rev.F, 1/2015 adds the 198MHz setpoint. For the RevB board, the VDD_ARM and ADD_SOC are connected together, so the voltage for 198MHz needs to be set to 1.175V. for the general setting, add a 25mV margin to cover the board IR drop. Signed-off-by: Bai Ping <b51503@freescale.com> (cherry picked from commit 62bd7207e6346f404589ed8305971c9815d2cf8b)
2019-02-12arm: dts: imx6sx: Enable ldo bypassLeonard Crestez
Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
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-03-30ARM: imx6sx-sdb: change default board as reva boardPeter Chen
The imx6sx sdb board has two revisions, the current mainline one is reva which is experimental and mainly for internal use. In this commit, we rename imx6sx-sdb.dts to imx6sx-sdb.dtsi, and move the reva dedicated contents to imx6sx-sdb-reva.dts. Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>