get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

GET /api/patches/1149973/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1149973,
    "url": "http://patchwork.ozlabs.org/api/patches/1149973/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20190820093536.39407-5-Zhiqiang.Hou@nxp.com/",
    "project": {
        "id": 18,
        "url": "http://patchwork.ozlabs.org/api/projects/18/?format=api",
        "name": "U-Boot",
        "link_name": "uboot",
        "list_id": "u-boot.lists.denx.de",
        "list_email": "u-boot@lists.denx.de",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "msgid": "<20190820093536.39407-5-Zhiqiang.Hou@nxp.com>",
    "list_archive_url": null,
    "date": "2019-08-20T09:35:26",
    "name": "[U-Boot,PATCHv2,04/14] powerpc: Enable device tree support for T1024RDB",
    "commit_ref": null,
    "pull_url": null,
    "state": "awaiting-upstream",
    "archived": false,
    "hash": "92a0ad60af24858799ccce2e9cdc059648488c12",
    "submitter": {
        "id": 67929,
        "url": "http://patchwork.ozlabs.org/api/people/67929/?format=api",
        "name": "Z.Q. Hou",
        "email": "zhiqiang.hou@nxp.com"
    },
    "delegate": {
        "id": 2467,
        "url": "http://patchwork.ozlabs.org/api/users/2467/?format=api",
        "username": "prabhu_kush",
        "first_name": "Prabhakar",
        "last_name": "Kushwaha",
        "email": "prabhakar@freescale.com"
    },
    "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20190820093536.39407-5-Zhiqiang.Hou@nxp.com/mbox/",
    "series": [
        {
            "id": 126154,
            "url": "http://patchwork.ozlabs.org/api/series/126154/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/list/?series=126154",
            "date": "2019-08-20T09:35:22",
            "name": "powerpc: Enable device tree support",
            "version": 1,
            "mbox": "http://patchwork.ozlabs.org/series/126154/mbox/"
        }
    ],
    "comments": "http://patchwork.ozlabs.org/api/patches/1149973/comments/",
    "check": "pending",
    "checks": "http://patchwork.ozlabs.org/api/patches/1149973/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<u-boot-bounces@lists.denx.de>",
        "X-Original-To": "incoming@patchwork.ozlabs.org",
        "Delivered-To": "patchwork-incoming@bilbo.ozlabs.org",
        "Authentication-Results": [
            "ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.denx.de\n\t(client-ip=81.169.180.215; helo=lists.denx.de;\n\tenvelope-from=u-boot-bounces@lists.denx.de;\n\treceiver=<UNKNOWN>)",
            "ozlabs.org;\n\tdmarc=fail (p=none dis=none) header.from=nxp.com"
        ],
        "Received": [
            "from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 46CQvX2WVpz9s4Y\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 20 Aug 2019 19:47:52 +1000 (AEST)",
            "by lists.denx.de (Postfix, from userid 105)\n\tid F0742C21F95; Tue, 20 Aug 2019 09:46:13 +0000 (UTC)",
            "from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id CFA25C21F7E;\n\tTue, 20 Aug 2019 09:45:55 +0000 (UTC)",
            "by lists.denx.de (Postfix, from userid 105)\n\tid A421AC21F62; Tue, 20 Aug 2019 09:45:52 +0000 (UTC)",
            "from inva020.nxp.com (inva020.nxp.com [92.121.34.13])\n\tby lists.denx.de (Postfix) with ESMTPS id 00BE6C21F29\n\tfor <u-boot@lists.denx.de>; Tue, 20 Aug 2019 09:45:49 +0000 (UTC)",
            "from inva020.nxp.com (localhost [127.0.0.1])\n\tby inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id C69DD1A004B;\n\tTue, 20 Aug 2019 11:45:48 +0200 (CEST)",
            "from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com\n\t[165.114.16.14])\n\tby inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 4D7101A0440;\n\tTue, 20 Aug 2019 11:45:42 +0200 (CEST)",
            "from titan.ap.freescale.net (TITAN.ap.freescale.net\n\t[10.192.208.233])\n\tby invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 580634031B;\n\tTue, 20 Aug 2019 17:45:34 +0800 (SGT)"
        ],
        "X-Spam-Checker-Version": "SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de",
        "X-Spam-Level": "",
        "X-Spam-Status": "No, score=0.0 required=5.0 tests=KHOP_BIG_TO_CC\n\tautolearn=unavailable autolearn_force=no version=3.4.0",
        "From": "Hou Zhiqiang <Zhiqiang.Hou@nxp.com>",
        "To": "u-boot@lists.denx.de, prabhakar.kushwaha@nxp.com, wd@denx.de,\n\tShengzhou.Liu@nxp.com, priyanka.jain@nxp.com, sjg@chromium.org,\n\tmarek.vasut+renesas@gmail.com, sr@denx.de, jagdish.gediya@nxp.com,\n\tbmeng.cn@gmail.com, york.sun@nxp.com, Jiafei.Pan@nxp.com,\n\tXiaowei.Bao@nxp.com",
        "Date": "Tue, 20 Aug 2019 09:35:26 +0000",
        "Message-Id": "<20190820093536.39407-5-Zhiqiang.Hou@nxp.com>",
        "X-Mailer": "git-send-email 2.9.5",
        "In-Reply-To": "<20190820093536.39407-1-Zhiqiang.Hou@nxp.com>",
        "References": "<20190820093536.39407-1-Zhiqiang.Hou@nxp.com>",
        "X-Virus-Scanned": "ClamAV using ClamSMTP",
        "Cc": "Hou Zhiqiang <Zhiqiang.Hou@nxp.com>",
        "Subject": "[U-Boot] [PATCHv2 04/14] powerpc: Enable device tree support for\n\tT1024RDB",
        "X-BeenThere": "u-boot@lists.denx.de",
        "X-Mailman-Version": "2.1.18",
        "Precedence": "list",
        "List-Id": "U-Boot discussion <u-boot.lists.denx.de>",
        "List-Unsubscribe": "<https://lists.denx.de/options/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=unsubscribe>",
        "List-Archive": "<http://lists.denx.de/pipermail/u-boot/>",
        "List-Post": "<mailto:u-boot@lists.denx.de>",
        "List-Help": "<mailto:u-boot-request@lists.denx.de?subject=help>",
        "List-Subscribe": "<https://lists.denx.de/listinfo/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=subscribe>",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=\"utf-8\"",
        "Content-Transfer-Encoding": "base64",
        "Errors-To": "u-boot-bounces@lists.denx.de",
        "Sender": "\"U-Boot\" <u-boot-bounces@lists.denx.de>"
    },
    "content": "Add device tree for T1024RDB board and enable CONFIG_OF_CONTROL\nso that device tree can be compiled.\nUpdate board README for device tree usage.\n\nSigned-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>\n---\nV2:\n - No change.\n\n arch/powerpc/dts/Makefile             |  1 +\n arch/powerpc/dts/e5500_power_isa.dtsi | 34 +++++++++++++++++++++++\n arch/powerpc/dts/t1024rdb.dts         | 17 ++++++++++++\n arch/powerpc/dts/t102x.dtsi           | 52 +++++++++++++++++++++++++++++++++++\n board/freescale/t102xrdb/README       | 19 +++++++++++++\n configs/T1024RDB_NAND_defconfig       |  2 ++\n configs/T1024RDB_SDCARD_defconfig     |  2 ++\n configs/T1024RDB_SPIFLASH_defconfig   |  2 ++\n configs/T1024RDB_defconfig            |  3 ++\n 9 files changed, 132 insertions(+)\n create mode 100644 arch/powerpc/dts/e5500_power_isa.dtsi\n create mode 100644 arch/powerpc/dts/t1024rdb.dts\n create mode 100644 arch/powerpc/dts/t102x.dtsi",
    "diff": "diff --git a/arch/powerpc/dts/Makefile b/arch/powerpc/dts/Makefile\nindex 9002393..b7acba5 100644\n--- a/arch/powerpc/dts/Makefile\n+++ b/arch/powerpc/dts/Makefile\n@@ -1,5 +1,6 @@\n # SPDX-License-Identifier: GPL-2.0+\n \n+dtb-$(CONFIG_TARGET_T1024RDB) += t1024rdb.dtb\n dtb-$(CONFIG_TARGET_T2080QDS) += t2080qds.dtb\n dtb-$(CONFIG_TARGET_T2080RDB) += t2080rdb.dtb\n dtb-$(CONFIG_TARGET_T4240RDB) += t4240rdb.dtb\ndiff --git a/arch/powerpc/dts/e5500_power_isa.dtsi b/arch/powerpc/dts/e5500_power_isa.dtsi\nnew file mode 100644\nindex 0000000..0a0943b\n--- /dev/null\n+++ b/arch/powerpc/dts/e5500_power_isa.dtsi\n@@ -0,0 +1,34 @@\n+// SPDX-License-Identifier: GPL-2.0+ OR X11\n+/*\n+ * e5500 Power ISA Device Tree Source (include)\n+ *\n+ * Copyright 2012 Freescale Semiconductor Inc.\n+ * Copyright 2019 NXP\n+ */\n+\n+/ {\n+\tcpus {\n+\t\tpower-isa-version = \"2.06\";\n+\t\tpower-isa-b;\t\t// Base\n+\t\tpower-isa-e;\t\t// Embedded\n+\t\tpower-isa-atb;\t\t// Alternate Time Base\n+\t\tpower-isa-cs;\t\t// Cache Specification\n+\t\tpower-isa-ds;\t\t// Decorated Storage\n+\t\tpower-isa-e.ed;\t\t// Embedded.Enhanced Debug\n+\t\tpower-isa-e.pd;\t\t// Embedded.External PID\n+\t\tpower-isa-e.hv;\t\t// Embedded.Hypervisor\n+\t\tpower-isa-e.le;\t\t// Embedded.Little-Endian\n+\t\tpower-isa-e.pm;\t\t// Embedded.Performance Monitor\n+\t\tpower-isa-e.pc;\t\t// Embedded.Processor Control\n+\t\tpower-isa-ecl;\t\t// Embedded Cache Locking\n+\t\tpower-isa-exp;\t\t// External Proxy\n+\t\tpower-isa-fp;\t\t// Floating Point\n+\t\tpower-isa-fp.r;\t\t// Floating Point.Record\n+\t\tpower-isa-mmc;\t\t// Memory Coherence\n+\t\tpower-isa-scpm;\t\t// Store Conditional Page Mobility\n+\t\tpower-isa-wt;\t\t// Wait\n+\t\tpower-isa-64;\t\t// 64-bit\n+\t\tfsl,eref-deo;\t\t// Data Cache Extended Operations\n+\t\tmmu-type = \"power-embedded\";\n+\t};\n+};\ndiff --git a/arch/powerpc/dts/t1024rdb.dts b/arch/powerpc/dts/t1024rdb.dts\nnew file mode 100644\nindex 0000000..19a6652\n--- /dev/null\n+++ b/arch/powerpc/dts/t1024rdb.dts\n@@ -0,0 +1,17 @@\n+// SPDX-License-Identifier: GPL-2.0+ OR X11\n+/*\n+ * T1024RDB Device Tree Source\n+ *\n+ * Copyright 2013 - 2015 Freescale Semiconductor Inc.\n+ * Copyright 2019 NXP\n+ */\n+\n+/include/ \"t102x.dtsi\"\n+\n+/ {\n+\tmodel = \"fsl,T1024RDB\";\n+\tcompatible = \"fsl,T1024RDB\";\n+\t#address-cells = <2>;\n+\t#size-cells = <2>;\n+\tinterrupt-parent = <&mpic>;\n+};\ndiff --git a/arch/powerpc/dts/t102x.dtsi b/arch/powerpc/dts/t102x.dtsi\nnew file mode 100644\nindex 0000000..2393e31\n--- /dev/null\n+++ b/arch/powerpc/dts/t102x.dtsi\n@@ -0,0 +1,52 @@\n+// SPDX-License-Identifier: GPL-2.0+ OR X11\n+/*\n+ * T102X Silicon/SoC Device Tree Source (pre include)\n+ *\n+ * Copyright 2013 Freescale Semiconductor Inc.\n+ * Copyright 2019 NXP\n+ */\n+\n+/dts-v1/;\n+\n+/include/ \"e5500_power_isa.dtsi\"\n+\n+/ {\n+\t#address-cells = <2>;\n+\t#size-cells = <2>;\n+\tinterrupt-parent = <&mpic>;\n+\n+\tcpus {\n+\t\t#address-cells = <1>;\n+\t\t#size-cells = <0>;\n+\n+\t\tcpu0: PowerPC,e5500@0 {\n+\t\t\tdevice_type = \"cpu\";\n+\t\t\treg = <0>;\n+\t\t\t#cooling-cells = <2>;\n+\t\t};\n+\t\tcpu1: PowerPC,e5500@1 {\n+\t\t\tdevice_type = \"cpu\";\n+\t\t\treg = <1>;\n+\t\t\t#cooling-cells = <2>;\n+\t\t};\n+\t};\n+\n+\tsoc: soc@ffe000000 {\n+\t\tranges = <0x00000000 0xf 0xfe000000 0x1000000>;\n+\t\treg = <0xf 0xfe000000 0 0x00001000>;\n+\t\t#address-cells = <1>;\n+\t\t#size-cells = <1>;\n+\t\tdevice_type = \"soc\";\n+\t\tcompatible = \"simple-bus\";\n+\n+\t\tmpic: pic@40000 {\n+\t\t\tinterrupt-controller;\n+\t\t\t#address-cells = <0>;\n+\t\t\t#interrupt-cells = <4>;\n+\t\t\treg = <0x40000 0x40000>;\n+\t\t\tcompatible = \"fsl,mpic\", \"chrp,open-pic\";\n+\t\t\tdevice_type = \"open-pic\";\n+\t\t\tclock-frequency = <0x0>;\n+\t\t};\n+\t};\n+};\ndiff --git a/board/freescale/t102xrdb/README b/board/freescale/t102xrdb/README\nindex a0af25a..dde3f8c 100644\n--- a/board/freescale/t102xrdb/README\n+++ b/board/freescale/t102xrdb/README\n@@ -251,6 +251,25 @@ Software configurations and board settings\n    SW3[3] = '0' for eMMC (or 'switch emmc' by software)\n \n \n+device tree support and how to enable it for different configs\n+--------------------------------------------------------------\n+device tree support is available for t1024rdb for below mentioned boot,\n+1. nor boot\n+2. nand boot\n+3. sd boot\n+4. spiflash boot\n+\n+to enable device tree support for other boot, below configs need to be\n+enabled in relative defconfig file,\n+1. config_default_device_tree=\"t1024rdb\" (change default device tree name if required)\n+2. config_of_control\n+3. config_mpc85xx_have_reset_vector if reset vector is located at\n+   config_reset_vector_address - 0xffc\n+\n+if device tree support is enabled in defconfig,\n+1. use 'u-boot-with-dtb.bin' for nor boot.\n+2. use 'u-boot-with-spl-pbl.bin' for other boot.\n+\n 2-stage NAND/SPI/SD boot loader\n -------------------------------\n PBL initializes the internal CPC-SRAM and copy SPL(160K) to SRAM.\ndiff --git a/configs/T1024RDB_NAND_defconfig b/configs/T1024RDB_NAND_defconfig\nindex ea00def..30acd0e 100644\n--- a/configs/T1024RDB_NAND_defconfig\n+++ b/configs/T1024RDB_NAND_defconfig\n@@ -7,6 +7,8 @@ CONFIG_SPL_DRIVERS_MISC_SUPPORT=y\n CONFIG_SPL=y\n CONFIG_MPC85xx=y\n CONFIG_TARGET_T1024RDB=y\n+CONFIG_DEFAULT_DEVICE_TREE=\"t1024rdb\"\n+CONFIG_OF_CONTROL=y\n CONFIG_FIT=y\n CONFIG_FIT_VERBOSE=y\n CONFIG_OF_BOARD_SETUP=y\ndiff --git a/configs/T1024RDB_SDCARD_defconfig b/configs/T1024RDB_SDCARD_defconfig\nindex 6b966b6..7569e4e 100644\n--- a/configs/T1024RDB_SDCARD_defconfig\n+++ b/configs/T1024RDB_SDCARD_defconfig\n@@ -8,6 +8,8 @@ CONFIG_SPL_DRIVERS_MISC_SUPPORT=y\n CONFIG_SPL=y\n CONFIG_MPC85xx=y\n CONFIG_TARGET_T1024RDB=y\n+CONFIG_DEFAULT_DEVICE_TREE=\"t1024rdb\"\n+CONFIG_OF_CONTROL=y\n CONFIG_FIT=y\n CONFIG_FIT_VERBOSE=y\n CONFIG_OF_BOARD_SETUP=y\ndiff --git a/configs/T1024RDB_SPIFLASH_defconfig b/configs/T1024RDB_SPIFLASH_defconfig\nindex 59e1e77..470674b 100644\n--- a/configs/T1024RDB_SPIFLASH_defconfig\n+++ b/configs/T1024RDB_SPIFLASH_defconfig\n@@ -9,6 +9,8 @@ CONFIG_SPL_SPI_FLASH_SUPPORT=y\n CONFIG_SPL_SPI_SUPPORT=y\n CONFIG_MPC85xx=y\n CONFIG_TARGET_T1024RDB=y\n+CONFIG_DEFAULT_DEVICE_TREE=\"t1024rdb\"\n+CONFIG_OF_CONTROL=y\n CONFIG_FIT=y\n CONFIG_FIT_VERBOSE=y\n CONFIG_OF_BOARD_SETUP=y\ndiff --git a/configs/T1024RDB_defconfig b/configs/T1024RDB_defconfig\nindex 683a619..146551d 100644\n--- a/configs/T1024RDB_defconfig\n+++ b/configs/T1024RDB_defconfig\n@@ -1,6 +1,7 @@\n CONFIG_PPC=y\n CONFIG_SYS_TEXT_BASE=0xEFF40000\n CONFIG_MPC85xx=y\n+CONFIG_MPC85XX_HAVE_RESET_VECTOR=y\n CONFIG_TARGET_T1024RDB=y\n CONFIG_FIT=y\n CONFIG_FIT_VERBOSE=y\n@@ -29,6 +30,8 @@ CONFIG_CMD_EXT2=y\n CONFIG_CMD_FAT=y\n CONFIG_MTDIDS_DEFAULT=\"nor0=fe8000000.nor,nand0=fff800000.flash,spi0=spife110000.1\"\n CONFIG_MTDPARTS_DEFAULT=\"mtdparts=fe8000000.nor:1m(uboot),5m(kernel),128k(dtb),96m(fs),-(user);fff800000.flash:1m(uboot),5m(kernel),128k(dtb),96m(fs),-(user);spife110000.0:1m(uboot),5m(kernel),128k(dtb),-(user)\"\n+CONFIG_DEFAULT_DEVICE_TREE=\"t1024rdb\"\n+CONFIG_OF_CONTROL=y\n CONFIG_ENV_IS_IN_FLASH=y\n CONFIG_FSL_CAAM=y\n CONFIG_SYS_FSL_DDR3=y\n",
    "prefixes": [
        "U-Boot",
        "PATCHv2",
        "04/14"
    ]
}