[linux-yocto][kernel v5.10/standard/nxp-sdk-5.4/nxp-imx8][PATCH] mmc: core: Fix the 'err' undeclared compile failure in mmc_alloc_host()

2021-08-09 Thread jmiao1
There is a compile failture caused by commit 3b4009b49634 ("mmc: core: Don't allocate IDA for OF aliases"). When merging code, it conflicts with sdk kernel patch, "err" is not replaced by "index", and some indents and "}" are lost. build error: drivers/mmc/core/host.c:449:3: error: 'err' undeclar

[linux-yocto][v5.10/standard/x86 and v5.10/standard/preempt-rt/x86][PATCH 2/2] net: stmmac: Fix a build warning for backporting

2021-07-30 Thread jmiao1
Delete "ret" is for backporting reason. Warning build log: drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c: In function ‘intel_crosststamp’: drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c:323:6: warning: unused variable ‘ret’ [-Wunused-variable] 323 | int ret; | ^~~ Fixes:

[linux-yocto][v5.10/standard/x86 and v5.10/standard/preempt-rt/x86][PATCH 1/2] net: stmmac: Fix a boolean build warning for GNU operand use of ?:

2021-07-30 Thread jmiao1
The mdio_intr_en is defined by bool, meaning "true" or "false". According to GNU rule, boolean warn for dangerous use of omitted middle operand in "?:" We choose "if()" to workaround it. Rule: /* Warn for A ?: C expressions (with B omitted) where A is a boolean expression, because B will alway

[linux-yocto][yocto-kernel-cache yocto-5.10][PATCH 0/1] nxp-imx6: Enable Media Platform config to fix build warning

2021-07-28 Thread jmiao1
CONFIG V4L_MEM2MEM_DRIVERS and VIDEO_CODA are depended on MEDIA_PLATFORM_SUPPORT, so enable CONFIG_MEDIA_PLATFORM_SUPPORT to fix build warning. Signed-off-by: Jun Miao --- bsp/nxp-imx6/nxp-imx6.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/nxp-imx6/nxp-imx6.cfg b/bsp/nxp-imx6/nxp-i

[linux-yocto] [yocto-kernel-cache][master][yocto-5.10][PATCH] bsp/intel-x86: Add VFIO support for intel-x86

2021-06-15 Thread jmiao1
Signed-off-by: Jun Miao --- bsp/intel-x86/intel-x86.scc | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/intel-x86/intel-x86.scc b/bsp/intel-x86/intel-x86.scc index 2c7a9585..9b369287 100644 --- a/bsp/intel-x86/intel-x86.scc +++ b/bsp/intel-x86/intel-x86.scc @@ -52,6 +52,7 @@ include featu

[linux-yocto][linux-yocto v5.10/standard/x86][PATCH] iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd()

2021-04-14 Thread jmiao1
From: Jiri Kosina commit 2800aadc18a64c96b051bcb7da8a7df7d505db3f upstream It's possible for iwl_pcie_enqueue_hcmd() to be called with hard IRQs disabled (e.g. from LED core). We can't enable BHs in such a situation. Turn the unconditional BH-enable/BH-disable code into hardirq-disable/conditio

[[linux-yocto][linux-yocto v5.4/standard/preempt-rt/intel-x86] x86/alternatives: Acquire pte lock with interrupts enabled

2021-04-07 Thread jmiao1
From: Sebastian Andrzej Siewior commit a6d996cbd38b42341ad3fce74506b9fdc280e395 upstream pte lock is never acquired in-IRQ context so it does not require interrupts to be disabled. The lock is a regular spinlock which cannot be acquired with interrupts disabled on RT. RT complains about pte_loc

[linux-yocto][linux-yocto v5.4/standard/nxp-imx8][PATCH] usb: xhci: Fix a redefined "XHCI_SKIP_PHY_INIT" compiler warning

2021-03-09 Thread jmiao1
Correct the merge conflict, avoiding the compiler warning. - Delete the "#define XHCI_SKIP_PHY_INIT BIT_ULL(38)" - Change the #define XHCI_DISABLE_SPARSE BIT_ULL(39) to BIT_ULL(38) drivers/usb/host/xhci.h:1878: warning: "XHCI_SKIP_PHY_INIT" redefined fix: e9623875ad0b("Merge branch

[linux-yocto][yocto-kernel-cache yocto-5.4][PATCH] nxp-imx8: correct and optimze the CONFIGS to avoid warning

2021-02-04 Thread jmiao1
Delete the duplicated options: CONFIG_IMX_LCDIF_CORE=y CONFIG_DRM_IMX_SEC_DSIM=y CONFIG_USB_GADGET=m (features/usb/usb-gadgets.scc) Delete the nonexistent options: CONFIG_MXC_EMVSIM=y CONFIG_MXC_SIM=y The options are y selected by our dependencies:

[linux-yocto][yocto-kernel-cache][yocto-5.4][PATCH] nxp-imx8: add USB support

2021-01-27 Thread jmiao1
Enable the CONFIGS for ChipIdea Highspeed Dual Role Controller support, and the USB connector is on the imx8qmmek Base Board(MCIMX8-8X-BB). Signed-off-by: Jun Miao --- bsp/nxp-imx8/nxp-imx8.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/nxp-imx8/nxp-imx8.cfg b/bsp/nxp-imx8/nxp-im

[linux-yocto][linux-yocto v5.4/standard/nxp-imx8] [PATCH 2/2] drm: mhdp: fix warning when compiling cdns-mhdp.h

2021-01-25 Thread jmiao1
include/drm/bridge/cdns-mhdp.h:635:21: warning: 'struct platform_device' declared inside parameter list will not be visible outside of this definition or declaration 635 | int (*bind)(struct platform_device *pdev, | ^~~ Signed-off-by: Jun Miao --- incl

[linux-yocto][linux-yocto v5.4/standard/nxp-imx8][PATCH 1/2] arm64: link with -z norelro for LLD or aarch64-elf

2021-01-25 Thread jmiao1
From: Nick Desaulniers commit 311bea3cb9ee20ef150ca76fc60a592bf6b159f5 upstream With GNU binutils 2.35+, linking with BFD produces warnings for vmlinux: aarch64-linux-gnu-ld: warning: -z norelro ignored BFD can produce this warning when the target emulation mode does not support RELRO program h

[linux-yocto][yocto-kernel-cache master] ti-am65x: add am65x soc ethernet driver support

2020-09-24 Thread jmiao1
The TI AM65x SoCs Gigabit Ethernet Switch subsystem (CPSW2G NUSS) has two ports - One Ethernet port (port 1) with selectable RGMII and RMII interfaces and an internal Communications Port Programming Interface (CPPI) port (Host port 0) and with ALE in between. It also contains - Management Data Inp

[linux-yocto] [yocto-kernel-cache]: ti-am335x: enable sdhci-omap driver for SD Card

2020-08-19 Thread jmiao1
Because of the commit 0b4edf111870 ("dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver") in kernel Linux 5.8-rc3, open the sdhci-omap driver config fragment to support SD Card. Signed-off-by: Jun Miao --- bsp/ti-am335x/ti-am335x.cfg | 4 1 file changed, 4 insertions(+) diff --git

[linux-yocto][linux-yocto-dev standard/base][PATCH 2/2] arm64: dts: ti: k3-am654-base-board: Add Support for SD card

2020-07-24 Thread jmiao1
From: Faiz Abbas commit 4a77a43537ba1aa31ac8792095e9e35253cabff7 from branch ti-linux-4.19.y: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git The 2nd sdhci instance is connected to an SD card on am654-evm. Add board specific properties and pinmux for the same. Signed-off-by: Faiz Abbas Si

[linux-yocto][linux-yocto-dev standard/base][PATCH 1/2] arm64: dts: ti: k3-am65-main: Enable support for sdhci1

2020-07-24 Thread jmiao1
From: Faiz Abbas commit bb40213e83549b52e46baac3979046dc17e6b58a from branch ti-linux-4.19.y: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git Add support for the 2nd Secure Digital Host controller instance present in TI's am654 SoC. Signed-off-by: Faiz Abbas Signed-off-by: Sekhar Nori Si

[linux-yocto][linux-yocto v5.4/standard/base][PATCH] arm64: dts: ti: k3-am65-main: add sd wp-invert into k3-am65 dtb

2020-07-10 Thread jmiao1
Fix a VFS: unable to mount roofs because of SD card is read only. The error value(-30) means that the sd card is read only, but in fact the card isn't write-protect. We add the wr-inverted into k3-am65-dts to change the return value for getting the correct state, so that we can mount the rootfs n

[linux-yocto][kernel-cache master][PATCH] feathures/stm: Add support for System Trace Module

2020-04-27 Thread jmiao1
A System Trace Module (STM) is a device exporting data in System Trace Protocol (STP) format as defined by MIPI STP standards.Examples of such devices are Intel(R) Trace Hub and Coresight STM. And the Intel(R) Software Trace Hub uses stm class device to interface with its sources. Signed-off-by:

[linux-yocto][kernel-cache master][PATCH] feathures/intel-th: Add support for Intel Trace Hub

2020-04-22 Thread jmiao1
Intel Trace Hub is a new concept/mechanism, used to transport messages from the SoC to external monitor through a USB connector. Add the Intel Trace Hub support on Tiger Lake UP3/UP4 Platform. Signed-off-by: Jun Miao --- bsp/intel-x86/intel-x86.scc| 1 + features/intel-th/intel-th.cfg | 8 ++

[linux-yocto][kernel-cache master][PATCH] features/thunderbolt: Add support for WMI interface and networking over thunderbolt

2020-04-19 Thread jmiao1
In the new kernel version, CONFIG_THUNDERBOLT be replaced by CONFIG_USB4. Meanwhile, enable WMI interface support. Signed-off-by: Jun Miao --- features/thunderbolt/thunderbolt.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/features/thunderbolt/thunderbolt.cfg b/featu

[linux-yocto][yocto-kernel-cache yocto-5.4/master] [PATCH 1/1] bsp/ti-am335x: drop PRUSS invalid cfg option

2020-03-23 Thread jmiao1
There isn`t PRUSS(Programmable Real-Time Units) driver in kernel. So removed it support under the basic support to avoid kernel_configcheck build warning. Signed-off-by: Jun Miao --- cfg/remoteproc.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/cfg/remoteproc.cfg b/cfg/remoteproc.cfg in

[linux-yocto] [PATCH 1/2] arm64: dts: ti: k3-am65-main: Enable support for sdhci1

2020-03-15 Thread jmiao1
From: Faiz Abbas commit bb40213e83549b52e46baac3979046dc17e6b58a from branch ti-linux-4.19.y: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git Add support for the 2nd Secure Digital Host controller instance present in TI's am654 SoC. Signed-off-by: Faiz Abbas Signed-off-by: Sekhar Nori Si

[linux-yocto] [PATCH 2/2] arm64: dts: ti: k3-am654-base-board: Add Support for SD card

2020-03-15 Thread jmiao1
From: Faiz Abbas commit 4a77a43537ba1aa31ac8792095e9e35253cabff7 from branch ti-linux-4.19.y: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git The 2nd sdhci instance is connected to an SD card on am654-evm. Add board specific properties and pinmux for the same. Signed-off-by: Faiz Abbas Si

[linux-yocto] [linux-yocto-dev]: [kernel standard/base] ti-am65x: add SD card support

2020-03-15 Thread jmiao1
Hi Bruce, I am working on BSP ti-am65x platform, and intend to merge this BSP supporting into yocto community. Below 2 patches are used to improve SD card. Faiz Abbas (2): arm64: dts: ti: k3-am65-main: Enable support for sdhci1 arm64: dts: ti: k3-am654-base-board: Add Support for SD card

[linux-yocto] [PATCH 3/4] arm64: dts: ti: k3-am654-base-board: Add OSPI entry

2020-02-28 Thread jmiao1
From: Vignesh R commit 3a004451c7652bb9f6f2476ac4a1f3a070e8ed46 from https://git.ti.com/git/processor-sdk/processor-sdk-linux.git branch: processor-sdk-linux-4.19.y Add OSPI node and flash device entry Reviewed-by: Roger Quadros Signed-off-by: Vignesh R Signed-off-by: Sekhar Nori Signed-off

[linux-yocto] [PATCH 2/4] arm64: dts: ti: k3-am65-main: Enable support for sdhci1

2020-02-28 Thread jmiao1
From: Faiz Abbas commit bb40213e83549b52e46baac3979046dc17e6b58a from branch ti-linux-4.19.y: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git Add support for the 2nd Secure Digital Host controller instance present in TI's am654 SoC. Signed-off-by: Faiz Abbas Signed-off-by: Sekhar Nori Si

[linux-yocto] [PATCH 1/4] arm64: dts: ti: k3-am654-base-board: Add Support for SD card

2020-02-28 Thread jmiao1
From: Faiz Abbas commit 4a77a43537ba1aa31ac8792095e9e35253cabff7 from branch ti-linux-4.19.y: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git The 2nd sdhci instance is connected to an SD card on am654-evm. Add board specific properties and pinmux for the same. Signed-off-by: Faiz Abbas Si

[linux-yocto][linux-yocto v5.4/standard/base] ti-am65x: dts: SPI-NOR SD support

2020-02-28 Thread jmiao1
Hi Bruce, There are not the following four patches from linux-yocto-dev to linux-yocto. Could you help me merge to linux-yocto v5.4/standard/base branch? Thanks Jun Faiz Abbas (2): arm64: dts: ti: k3-am654-base-board: Add Support for SD card arm64: dts: ti: k3-am65-main: Enable

[linux-yocto] [PATCH 4/4] arm64: dts: k3-am6: Add FSS and OSPI nodes

2020-02-28 Thread jmiao1
From: Vignesh R commit 32bad8b7367310ee86270f3c67f444d3c5bcff76 from https://git.ti.com/git/processor-sdk/processor-sdk-linux.git branch: processor-sdk-linux-4.19.y AM654 SoC has a Flash Subsystem(FSS) with two Cadence Octal SPI(OSPI) controllers. Add DT entries for the same. Reviewed-by: Roge

[linux-yocto] [PATCH 2/4] arm64: dts: ti: k3-am65-main: Enable support for sdhci1

2020-01-18 Thread jmiao1
From: Faiz Abbas commit bb40213e83549b52e46baac3979046dc17e6b58a from branch ti-linux-4.19.y: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git Add support for the 2nd Secure Digital Host controller instance present in TI's am654 SoC. Signed-off-by: Faiz Abbas Signed-off-by: Sekhar Nori Si

[linux-yocto] [PATCH 4/4] arm64: dts: k3-am6: Add FSS and OSPI nodes

2020-01-18 Thread jmiao1
From: Vignesh R commit 32bad8b7367310ee86270f3c67f444d3c5bcff76 from https://git.ti.com/git/processor-sdk/processor-sdk-linux.git branch: processor-sdk-linux-4.19.y AM654 SoC has a Flash Subsystem(FSS) with two Cadence Octal SPI(OSPI) controllers. Add DT entries for the same. Reviewed-by: Roge

[linux-yocto] [PATCH 3/4] arm64: dts: ti: k3-am654-base-board: Add OSPI entry

2020-01-18 Thread jmiao1
From: Vignesh R commit 3a004451c7652bb9f6f2476ac4a1f3a070e8ed46 from https://git.ti.com/git/processor-sdk/processor-sdk-linux.git branch: processor-sdk-linux-4.19.y Add OSPI node and flash device entry Reviewed-by: Roger Quadros Signed-off-by: Vignesh R Signed-off-by: Sekhar Nori Signed-off

[linux-yocto][linux-yocto-dev] [kernel standard/base] ti-am65x: dts: SPI-NOR SD support

2020-01-18 Thread jmiao1
Hi Bruce, I am working on BSP ti-am65x platform, and intend to merge these four dts patches into yocto community kernel: branch standard/base Faiz Abbas (2): arm64: dts: ti: k3-am654-base-board: Add Support for SD card arm64: dts: ti: k3-am65-main: Enable support for sdhci1 Vignesh R (2):

[linux-yocto] [PATCH 1/4] arm64: dts: ti: k3-am654-base-board: Add Support for SD card

2020-01-18 Thread jmiao1
From: Faiz Abbas commit 4a77a43537ba1aa31ac8792095e9e35253cabff7 from branch ti-linux-4.19.y: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git The 2nd sdhci instance is connected to an SD card on am654-evm. Add board specific properties and pinmux for the same. Signed-off-by: Faiz Abbas Si

[linux-yocto] [PATCH 2/2] arm64: dts: k3-am6: Add FSS and OSPI nodes

2020-01-02 Thread jmiao1
From: Vignesh R commit 32bad8b7367310ee86270f3c67f444d3c5bcff76 from https://git.ti.com/git/processor-sdk/processor-sdk-linux.git branch: processor-sdk-linux-4.19.y AM654 SoC has a Flash Subsystem(FSS) with two Cadence Octal SPI(OSPI) controllers. Add DT entries for the same. Reviewed-by: Roge

[linux-yocto][linux-yocto-dev][kernel standard/base][PATH 0/2]: bsp/ti-am65x: dts: spi-nor support

2020-01-02 Thread jmiao1
Hi Bruce, Support the spi-nor flash add nodes on ti-am65x bsp board. Could you help me add the 2 patches to branch standard/base ? Thanks - Vignesh R (2): arm64: dts: ti: k3-am654-base-board: Add OSPI entry arm64: dts: k3-am6: Add FSS and OSPI nodes arch/arm64/boot/dts/t

[linux-yocto] [PATCH 1/2] arm64: dts: ti: k3-am654-base-board: Add OSPI entry

2020-01-02 Thread jmiao1
From: Vignesh R commit 3a004451c7652bb9f6f2476ac4a1f3a070e8ed46 from https://git.ti.com/git/processor-sdk/processor-sdk-linux.git branch: processor-sdk-linux-4.19.y Add OSPI node and flash device entry Reviewed-by: Roger Quadros Signed-off-by: Vignesh R Signed-off-by: Sekhar Nori Signed-off

[linux-yocto] [PATCH 1/1] ti-am65x: Add spi-nor flash support

2020-01-02 Thread jmiao1
Two types spi-nor flash support on TI's AM654 EVM: ospi-nor: mt35xu512aba Octal flash with 512-Mbit spi-nor : mt25ql128aba SPI NOR Flash with 128-Mbit Signed-off-by: Jun Miao --- bsp/ti-am65x/ti-am65x.cfg | 12 1 file changed, 12 insertions(+) diff --git a/bsp/ti-am

[linux-yocto][yocto-kernel-cache master] ti-am65x: add spi-nor flash support

2020-01-02 Thread jmiao1
Hi Bruce, Although the NOR-SPI function is same to yocto-5.2, it has context conflict and m25p80.c be moved. So i pull requeset again on master branch for CICD. Could you help to merge this single path to yocto-kernel-cache master branch ? Thanks -- Jun Miao (1): ti-am65x: Add s

[linux-yocto][kernel v5.2/standard/base][PATH 0/2]: bsp/ti-am65x: dts: spi-nor support

2020-01-01 Thread jmiao1
Hi Bruce, Support the spi-nor flash add nodes on ti-am65x bsp board. Could you help me add the 2 patches to branch v5.2/standard/base ? Thanks -- Vignesh R (2): arm64: dts: ti: k3-am654-base-board: Add OSPI entry arm64: dts: k3-am6: Add FSS and OSPI nodes arch/arm64/boo

[linux-yocto] [PATCH 2/2] arm64: dts: k3-am6: Add FSS and OSPI nodes

2020-01-01 Thread jmiao1
From: Vignesh R commit 32bad8b7367310ee86270f3c67f444d3c5bcff76 from https://git.ti.com/git/processor-sdk/processor-sdk-linux.git branch: processor-sdk-linux-4.19.y AM654 SoC has a Flash Subsystem(FSS) with two Cadence Octal SPI(OSPI) controllers. Add DT entries for the same. Reviewed-by: Roge

[linux-yocto] [PATCH 1/2] arm64: dts: ti: k3-am654-base-board: Add OSPI entry

2020-01-01 Thread jmiao1
From: Vignesh R commit 3a004451c7652bb9f6f2476ac4a1f3a070e8ed46 from https://git.ti.com/git/processor-sdk/processor-sdk-linux.git branch: processor-sdk-linux-4.19.y Add OSPI node and flash device entry Reviewed-by: Roger Quadros Signed-off-by: Vignesh R Signed-off-by: Sekhar Nori Signed-off

[linux-yocto] [PATCH 1/1] ti-am65x: Add spi-nor flash support

2020-01-01 Thread jmiao1
Two types spi-nor flash support on TI's AM654 EVM: ospi-nor: mt35xu512aba Octal flash with 512-Mbit spi-nor : mt25ql128aba SPI NOR Flash with 128-Mbit Signed-off-by: Jun Miao --- bsp/ti-am65x/ti-am65x.cfg | 13 + 1 file changed, 13 insertions(+) diff --git a/bsp/ti-a

[linux-yocto][yocto-kernel-cache yocto-5.2] ti-am65x: add spi-nor flash support

2020-01-01 Thread jmiao1
Hi Bruce, Could you please help to merge this single path to yocto-kernel-cache yocto-5.2 branch ? Jun Miao (1): ti-am65x: Add spi-nor flash support bsp/ti-am65x/ti-am65x.cfg | 13 + 1 file changed, 13 insertions(+) -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messa

[linux-yocto] [PATCH 1/2] arm64: dts: ti: k3-am654-base-board: Add Support for SD card

2019-11-26 Thread jmiao1
From: Faiz Abbas commit 4a77a43537ba1aa31ac8792095e9e35253cabff7 from branch ti-linux-4.19.y: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git The 2nd sdhci instance is connected to an SD card on am654-evm. Add board specific properties and pinmux for the same. Signed-off-by: Faiz Abbas Si

[linux-yocto] [PATCH 2/2] arm64: dts: ti: k3-am65-main: Enable support for sdhci1

2019-11-26 Thread jmiao1
From: Faiz Abbas commit bb40213e83549b52e46baac3979046dc17e6b58a from branch ti-linux-4.19.y: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git Add support for the 2nd Secure Digital Host controller instance present in TI's am654 SoC. Signed-off-by: Faiz Abbas Signed-off-by: Sekhar Nori Si

[linux-yocto] [linux-yocto-5.2]: [kernel v5.2/standard/base]: ti-am65x: add SD support

2019-11-26 Thread jmiao1
Hi Bruce, About BSP ti-am65x platform, there are conflict in k3-am65-main.dtsi between v5.4. Below 2 patches are used to SD card. Could you please help to merge the 2 patches into branch v5.2/standard/base, linux-ycoto kernel. Faiz Abbas (2): arm64: dts: ti: k3-am654-base-board: Add Support

[linux-yocto] [yocto-kernel-cache yocto-5.2] ti-am65x: add the basic support

2019-11-26 Thread jmiao1
Hi Bruce, About ti-AM65x Board, there are a little difference bewteen kernel 5.2 vs 5.4. Could you help me add this scc/cfg patch to yocto-kernel-cache yocto-5.2 branch ? Thanks Jun Miao (1): ti-am65x: add the basic scc/cfg enablement bsp/ti-am65x/ti-am65x-standard.scc | 8 ++ b

[linux-yocto] [PATCH] ti-am65x: add the basic scc/cfg enablement

2019-11-26 Thread jmiao1
Add scc/cfg kernel fragment to build and boot AM65X GP EVM board with am6548 soc. Signed-off-by: Jun Miao --- bsp/ti-am65x/ti-am65x-standard.scc | 8 ++ bsp/ti-am65x/ti-am65x.cfg | 182 + bsp/ti-am65x/ti-am65x.scc | 8 ++ 3 files changed, 198 in

[linux-yocto] [linux-yocto-dev]: [kernel standard/base]: ti-am65x: add SD Card support

2019-11-25 Thread jmiao1
Hi Bruce, I am working on BSP ti-am65x platform, and intend to merge this BSP supporting into yocto community. Below 2 patches are used to SD card. 0001-arm64-dts-ti-k3-am654-base-board-Add-Support-for-SD-.patch 0002-arm64-dts-ti-k3-am65-main-Enable-support-for-sdhci1.patch Could you please mer

[linux-yocto] [PATCH 2/2] arm64: dts: ti: k3-am65-main: Enable support for sdhci1

2019-11-25 Thread jmiao1
From: Faiz Abbas commit bb40213e83549b52e46baac3979046dc17e6b58a from branch ti-linux-4.19.y: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git Add support for the 2nd Secure Digital Host controller instance present in TI's am654 SoC. Signed-off-by: Faiz Abbas Signed-off-by: Sekhar Nori Si

[linux-yocto] [PATCH 1/2] arm64: dts: ti: k3-am654-base-board: Add Support for SD card

2019-11-25 Thread jmiao1
From: Faiz Abbas commit 4a77a43537ba1aa31ac8792095e9e35253cabff7 from branch ti-linux-4.19.y: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git The 2nd sdhci instance is connected to an SD card on am654-evm. Add board specific properties and pinmux for the same. Signed-off-by: Faiz Abbas Si

[linux-yocto] [PATCH 1/1] ti-am65x: add the basic scc/cfg enablement

2019-11-21 Thread jmiao1
Add scc/cfg kernel fragment to build and boot AM65X GP EVM board with am6548 soc. Signed-off-by: Jun Miao --- bsp/ti-am65x/ti-am65x-standard.scc | 8 ++ bsp/ti-am65x/ti-am65x.cfg | 185 + bsp/ti-am65x/ti-am65x.scc | 8 ++ 3 files changed, 201 in

[linux-yocto] [yocto-kernel-cache master][v2]: ti-am65x: add the basic support

2019-11-21 Thread jmiao1
Hi Bruce, After Borad name update. Please help me add this scc/cfg patch to yocto-kernel-cache master branch. Thanks Jun Miao (1): ti-am64x: add the basic scc/cfg enablement bsp/ti-am65x/ti-am65x-standard.scc | 8 ++ bsp/ti-am65x/ti-am65x.cfg | 185

Re: [linux-yocto] [yocto-kernel-cache master]: ti-am654x

2019-11-21 Thread jmiao1
Hi Bruce, Please ignore this patch, withdraw. I need to change the file name ti-am654x -> ti-am65x Sorry,thanks! Thanks Jun On 11/21/19 5:47 PM, Jun Miao wrote: Hi Bruce, I am working ti AM65x GP EVM Board with am654x soc. Could you help me add this scc/cfg patch to yocto-