Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'ti-k3-dt-fixes-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into arm/fixes

Devicetree fixes for TI K3 platforms for v5.19

Critical fixes for the following:
* Boot failure on J721s2 (overlap GIC memory map)
* AM64 boot fails on highspeed cards (SoC characterization updates)

* tag 'ti-k3-dt-fixes-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux:
arm64: dts: ti: k3-am64-main: Remove support for HS400 speed mode
arm64: dts: ti: k3-j721s2: Fix overlapping GICD memory region

Link: https://lore.kernel.org/r/20220618031627.xxvscc22c6doaa3t@kahuna
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+1 -3
-2
arch/arm64/boot/dts/ti/k3-am64-main.dtsi
··· 456 456 clock-names = "clk_ahb", "clk_xin"; 457 457 mmc-ddr-1_8v; 458 458 mmc-hs200-1_8v; 459 - mmc-hs400-1_8v; 460 459 ti,trm-icp = <0x2>; 461 460 ti,otap-del-sel-legacy = <0x0>; 462 461 ti,otap-del-sel-mmc-hs = <0x0>; 463 462 ti,otap-del-sel-ddr52 = <0x6>; 464 463 ti,otap-del-sel-hs200 = <0x7>; 465 - ti,otap-del-sel-hs400 = <0x4>; 466 464 }; 467 465 468 466 sdhci1: mmc@fa00000 {
+1 -1
arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi
··· 33 33 ranges; 34 34 #interrupt-cells = <3>; 35 35 interrupt-controller; 36 - reg = <0x00 0x01800000 0x00 0x200000>, /* GICD */ 36 + reg = <0x00 0x01800000 0x00 0x100000>, /* GICD */ 37 37 <0x00 0x01900000 0x00 0x100000>, /* GICR */ 38 38 <0x00 0x6f000000 0x00 0x2000>, /* GICC */ 39 39 <0x00 0x6f010000 0x00 0x1000>, /* GICH */