From patchwork Thu Aug 10 15:12:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 13349616 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C5244C001B0 for ; Thu, 10 Aug 2023 15:12:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 7DAFBC433CA; Thu, 10 Aug 2023 15:12:58 +0000 (UTC) Received: from mail-lf1-f49.google.com (mail-lf1-f49.google.com [209.85.167.49]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 76694C433C9 for ; Thu, 10 Aug 2023 15:12:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 76694C433C9 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=linaro.org Received: by mail-lf1-f49.google.com with SMTP id 2adb3069b0e04-4fe0c566788so1543712e87.0 for ; Thu, 10 Aug 2023 08:12:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691680375; x=1692285175; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=Atb0jrTiyZhB6Vba51W4Bj3vyiqmbf0UlTzWhJceDM4=; b=r7C9lnpMgM4Js8CG5h1thqpG4k+iWowsNEeDSDDiLm888xblWp7LiXr6tzMlVODlOt 4m+d+Ni4XLkVm51w7O1TaEm265a2br61qqr4fcZAK2YmTjVXZsFMxn+Pys/Eh6jIqKeP viMzwOFfEx8SP6bSCPSVcWYwB6XqBma/gIyJ2y3qK5v1ggGespboZ8Efoadeaq6EpRqR yynWNOCe9dw8/r8lJcFxWOkwv/vFsB71SoL+bhAgZ704LDdWdxXsZyMpNWdABGdptRHE G8au4PIjfAJDPN33RorGMXNYmLFBQcZ5nffRo7w3eCrGckfLX8ojAdlGMqdFIv9aGlJj czig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691680375; x=1692285175; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=Atb0jrTiyZhB6Vba51W4Bj3vyiqmbf0UlTzWhJceDM4=; b=GCO9xryJzsL8Nyuj91dKdtvpWDjjOR2I0edHv3c6Txk8d8dSXp5sf6vRiZ2Rigp52x ZtYrf955i2/Vo+mk7GsnSPO+xxgWVEzhM1ThzOH79YlsKn7EH5kdHBVzYYJviz41NckB QUrAVrRTdrxT7/wF8GhWXqEbBd+xjwBC64Dc5BjTIFmtT2ofBNtxkxF/SJ7c8xhXXb8F BBLSdO9a3YImdYhMkYQKWoF4XAd5GCK30GLbkhBy5tPhIy+pPQ2zpge7fbbt3U2PQOeb Vv/JkK9V5TUo3iAAEellBwoUqpwILmvgKd/hOsX8hgi6itlxWL7f0aqfJj2DPHN3OVRi /EwQ== X-Gm-Message-State: AOJu0YzNhd50C5wGoiDXnucchBw8twA3///G6iexq2y3hGleiGLEsUSB yPtmW/VJLOpOaovfODvAtwNqyg== X-Google-Smtp-Source: AGHT+IELhKUyC2Ck6DRpg9YZOxR7vxC4ZUjcUDDjABEw+6deoYPNnB//97RRqPn1xIXH1Cq1Cu/obA== X-Received: by 2002:a05:6512:4013:b0:4fb:8771:e898 with SMTP id br19-20020a056512401300b004fb8771e898mr2355684lfb.15.1691680375326; Thu, 10 Aug 2023 08:12:55 -0700 (PDT) Received: from krzk-bin.. ([178.197.222.113]) by smtp.gmail.com with ESMTPSA id 5-20020a05600c020500b003fe29dc0ff2sm2416242wmi.21.2023.08.10.08.12.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Aug 2023 08:12:54 -0700 (PDT) From: Krzysztof Kozlowski List-Id: To: Olof Johansson , Arnd Bergmann , arm@kernel.org, soc@kernel.org Cc: Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Alim Akhtar , Krzysztof Kozlowski Subject: [GIT PULL 1/3] samsung: drivers for v6.6 Date: Thu, 10 Aug 2023 17:12:48 +0200 Message-Id: <20230810151250.220202-1-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-6.6 for you to fetch changes up to eecff3319287179032600eeec5fa357a53ae0fe1: MAINTAINERS: mfd: Un-support Maxim and Samsung PMIC drivers (2023-07-28 10:39:41 +0200) ---------------------------------------------------------------- Samsung SoC driver changes for v6.6 Minor cleanup of headers and maintainer entries for Samsung SoC drivers. ---------------------------------------------------------------- Krzysztof Kozlowski (2): MAINTAINERS: samsung: Un-support cpuidle and clock drivers MAINTAINERS: mfd: Un-support Maxim and Samsung PMIC drivers Rob Herring (1): soc: samsung: Explicitly include correct DT includes MAINTAINERS | 10 +++++----- drivers/soc/samsung/exynos-chipid.c | 1 - drivers/soc/samsung/exynos-pmu.c | 2 +- drivers/soc/samsung/pm_domains.c | 3 ++- 4 files changed, 8 insertions(+), 8 deletions(-) From patchwork Thu Aug 10 15:12:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 13349617 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5070AC04FDF for ; Thu, 10 Aug 2023 15:13:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 09084C433C7; Thu, 10 Aug 2023 15:13:00 +0000 (UTC) Received: from mail-wm1-f41.google.com (mail-wm1-f41.google.com [209.85.128.41]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 1E708C433CB for ; Thu, 10 Aug 2023 15:12:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 1E708C433CB Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=linaro.org Received: by mail-wm1-f41.google.com with SMTP id 5b1f17b1804b1-3fe1e1142caso9325285e9.0 for ; Thu, 10 Aug 2023 08:12:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691680377; x=1692285177; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=ihehJxrTNK++d1PA1IF6JXA5I34hdQPx/lmWfAqYS0A=; b=zwRAzjdKw5Uh7/H/QGM4/xh5m+K71vN1qXj+4jCP0zPQr0q/vev4zD5LhpVy/KCyRf woeTNCiAOQBGoS20pnwwtLRbZ1F4JgvEpTLZupE4V1IOj6LhL0Rm61uWFBACMuqdWCsU Om2FD2ffPV14yvg7Hx4RcUX2ORnptVgmHHWixFrXZ6L0nMaFieTSDU1kJolzSgg3/yOl HSOQNNhks1e+B1ixM5XXfbQTm+mCA6hazx9ZY9yUeNatanM/p4gTisHFQ+eWjiG6lMHM 41iaqXYqk+3cQdfXhj2tEJCR9quprc6Ho7Gu+5GE9dKx+GJmvlr0/g3qlJS1wZbfFj8z y8ag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691680377; x=1692285177; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ihehJxrTNK++d1PA1IF6JXA5I34hdQPx/lmWfAqYS0A=; b=EsMW1huheRwBFyfqVMLrTrCmBe3qjTA8qu/JXqpzS4kUQ4apQ0CYp17d6mCda7VB0D GPZODWeiHzXiwWZP1lsDpDyalOybqDOorGOWkbY31fU6eVaFZ11rJjfLB5gStMmz5mA4 fUpwctPNAYGw+POFNcvUsch5nXSGOuY1ClTY9bTqdavZvnv6h+jl0V4F+vTJPpK5LiTQ 33amamoEBOi/ZwTqxhJdn5dQ5v14t3KeQeoRAAbMvNmlqpULOsEcLQ+D+EnBg061aaKx MQpvifg1a7ICbH5cfoKfrVVedCiRa/x8QoRhpoGEAzm/P4Kaoi5DxNXh0yTFx/zjX72K dmtg== X-Gm-Message-State: AOJu0Yxoip7vO0AQzbq0L8itLtdDbVPmfddqyiMAXAUHW6pZuGUpc6TI Q697NC1jcU2RaRZgoxNEPbQcMg== X-Google-Smtp-Source: AGHT+IFHMAVzT051cf++Anz0qtU1svuxejGcPcBz1h7lnMWe48wUCEK4q+TCvF2P2ZCCdXgg00KGbw== X-Received: by 2002:adf:e843:0:b0:313:e8b6:1699 with SMTP id d3-20020adfe843000000b00313e8b61699mr2218576wrn.55.1691680377133; Thu, 10 Aug 2023 08:12:57 -0700 (PDT) Received: from krzk-bin.. ([178.197.222.113]) by smtp.gmail.com with ESMTPSA id 5-20020a05600c020500b003fe29dc0ff2sm2416242wmi.21.2023.08.10.08.12.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Aug 2023 08:12:56 -0700 (PDT) From: Krzysztof Kozlowski List-Id: To: Olof Johansson , Arnd Bergmann , arm@kernel.org, soc@kernel.org Cc: Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Alim Akhtar , Krzysztof Kozlowski Subject: [GIT PULL 2/3] arm64: dts: samsung: DTS for v6.6 Date: Thu, 10 Aug 2023 17:12:49 +0200 Message-Id: <20230810151250.220202-2-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230810151250.220202-1-krzysztof.kozlowski@linaro.org> References: <20230810151250.220202-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-6.6 for you to fetch changes up to d157d43754582f3981b7eefc691abc4d865430e1: arm64: dts: exynos: exynos5433-tm2: drop redundant status=okay (2023-08-06 17:42:22 +0200) ---------------------------------------------------------------- Samsung DTS ARM64 changes for v6.6 1. Add dedicated compatibles for PWM block. 2. Add PWM to ExynosAutov9 SADK board. 3. Few white-space and other cleanups. ---------------------------------------------------------------- Jaewon Kim (2): dt-bindings: pwm: samsung: add exynosautov9 compatible arm64: dts: exynos: add pwm node for exynosautov9-sadk Krzysztof Kozlowski (4): arm64: dts: exynos: add missing space before { arm64: dts: exynos: minor whitespace cleanup around '=' arm64: dts: fsd: minor whitespace cleanup around '=' arm64: dts: exynos: exynos5433-tm2: drop redundant status=okay Documentation/devicetree/bindings/pwm/pwm-samsung.yaml | 17 +++++++++++------ arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi | 1 - arch/arm64/boot/dts/exynos/exynos7.dtsi | 8 ++++---- arch/arm64/boot/dts/exynos/exynosautov9-sadk.dts | 6 ++++++ arch/arm64/boot/dts/exynos/exynosautov9.dtsi | 13 ++++++++++++- arch/arm64/boot/dts/tesla/fsd.dtsi | 4 ++-- 6 files changed, 35 insertions(+), 14 deletions(-) From patchwork Thu Aug 10 15:12:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 13349618 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 157E8C04E69 for ; Thu, 10 Aug 2023 15:13:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id EE9F8C433C8; Thu, 10 Aug 2023 15:13:01 +0000 (UTC) Received: from mail-lj1-f182.google.com (mail-lj1-f182.google.com [209.85.208.182]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id D1DFEC433C9 for ; Thu, 10 Aug 2023 15:13:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org D1DFEC433C9 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=linaro.org Received: by mail-lj1-f182.google.com with SMTP id 38308e7fff4ca-2b9e6cc93c6so15734761fa.2 for ; Thu, 10 Aug 2023 08:13:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691680379; x=1692285179; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=sdDT26B+V+vLaTDUp/YfHK3rTLHjJZ5TyquwU+jDUTg=; b=hCBkjMlRwOwHdUIZUbK4Vmgot6S0HpOAYovZGCHIe6YVA9w0MSDGsKmvVkibHTVzHD skFYcetIYyLbdZhOrEe/ZUZ56ZsdcOk97isqCcEkgpkl3IH733ZKkUtaTPOmNI7MxQHI K3sfbL0Lo94H3Qek+jTg0N00aUUhuO6pUulscX8DQjohQjiAuq6PA8n/Il2pa/J+h9F+ R1KQ/O6HnhQCTCpbHCglSicQoPil3SMygN6Ihefgy0NhjbfVOVMyS6M/+sMUPyizD1hW baBazklOaKIWK1qsIwGeW5nEvWgu+K2kkPLLGEbC/cRGtY+faa2qTbLQadM40TFppFOk uTlw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691680379; x=1692285179; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=sdDT26B+V+vLaTDUp/YfHK3rTLHjJZ5TyquwU+jDUTg=; b=k8zwxYhKJdg0K91naZYK+pIIiy0Yc2UjNPuvNqMeO1l6Cl5rE6J6sKPzqWig26bqpW VL5NsNYNJlTvx5zY1VD4UoSp3luUxLyvoGotVxcvfkHNchYk7OAJKpVUioxc3eonWFh3 JpvdMcPGFVZVLebQ2Djj29XUQy8mjHOOnDLxy2PhhjNwxvOszpxe+g75yzvgPJULYIWQ vqd4FLRlwSqr+4UDBqwq4eHQLeR9ozk3H0QrIU5/UF5EVLNAkas4Q4BhKRGjjFtDa7vx ad3CUh80DmJL51AS/ZP1VW0aT1Y7MzzIXk9k2y8srpMF7UNZnb7C0vslfRx54V5TDQl5 xVrw== X-Gm-Message-State: AOJu0Yz60Gi2jCjYAD0c8hflKqgnouKxTZSUBObAVdyLJyI/B0+aM4dG aM5u/ju2Gc6vUDVOkojw1g2b3g== X-Google-Smtp-Source: AGHT+IGupjKFY36wRNEtTkCoS9n57Wd8DU6a0M9vinXIEc0RwmTcvWIePJIex5oTwUEiMt1H6ZTG/A== X-Received: by 2002:a2e:9987:0:b0:2ba:3452:a799 with SMTP id w7-20020a2e9987000000b002ba3452a799mr2349401lji.42.1691680378781; Thu, 10 Aug 2023 08:12:58 -0700 (PDT) Received: from krzk-bin.. ([178.197.222.113]) by smtp.gmail.com with ESMTPSA id 5-20020a05600c020500b003fe29dc0ff2sm2416242wmi.21.2023.08.10.08.12.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Aug 2023 08:12:58 -0700 (PDT) From: Krzysztof Kozlowski List-Id: To: Olof Johansson , Arnd Bergmann , arm@kernel.org, soc@kernel.org Cc: Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Alim Akhtar , Krzysztof Kozlowski Subject: [GIT PULL 3/3] ARM: dts: samsung: DTS for v6.6 Date: Thu, 10 Aug 2023 17:12:50 +0200 Message-Id: <20230810151250.220202-3-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230810151250.220202-1-krzysztof.kozlowski@linaro.org> References: <20230810151250.220202-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-6.6 for you to fetch changes up to 57f706bf73079379a9e9f5490c94c2473077bb2e: ARM: dts: samsung: exynos4412-midas: add USB connector and USB OTG (2023-07-26 10:51:41 +0200) ---------------------------------------------------------------- Samsung DTS ARM changes for v6.6 1. Galaxy S II: correct LCD screen's physical size. 2. Add Samsung Galaxy Tab 3 8.0 boards (Exynos4212). 3. Galaxy S3 family: add USB connector and USB OTG. Full USB OTG still seems not to work, but at least HDMI improved and dtbs_check is happy. 4. Fix issues pointed out by dtbs_check and W=1: unit addresses, use 'gpios' suffix over 'gpio', update i2c-arb device node to newer binding. 5. Few white-space cleanups. ---------------------------------------------------------------- Artur Weber (1): ARM: dts: exynos: Add Samsung Galaxy Tab 3 8.0 boards Krzysztof Kozlowski (8): ARM: dts: exynos: minor whitespace cleanup around '=' ARM: dts: s5pv210: minor whitespace cleanup around '=' ARM: dts: samsung: s3c6410-mini6410: correct ethernet reg addresses (split) ARM: dts: samsung: s5pv210-smdkv210: correct ethernet reg addresses (split) ARM: dts: samsung: fix Exynos4212 Tab3 makefile entries ARM: dts: samsung: exynos5250-snow: use 'gpios' suffix for i2c-arb ARM: dts: samsung: exynos5250-snow: switch i2c-arb to new child variant ARM: dts: samsung: exynos4412-midas: add USB connector and USB OTG Paul Cercueil (1): ARM: dts: samsung: exynos4210-i9100: Fix LCD screen's physical size arch/arm/boot/dts/samsung/Makefile | 3 + arch/arm/boot/dts/samsung/exynos4210-i9100.dts | 4 +- arch/arm/boot/dts/samsung/exynos4210-trats.dts | 8 +- .../boot/dts/samsung/exynos4210-universal_c210.dts | 4 +- arch/arm/boot/dts/samsung/exynos4212-tab3-3g8.dts | 29 + arch/arm/boot/dts/samsung/exynos4212-tab3-lte8.dts | 44 + .../arm/boot/dts/samsung/exynos4212-tab3-wifi8.dts | 26 + arch/arm/boot/dts/samsung/exynos4212-tab3.dtsi | 1310 ++++++++++++++++++++ arch/arm/boot/dts/samsung/exynos4412-midas.dtsi | 52 +- .../boot/dts/samsung/exynos5250-snow-common.dtsi | 8 +- arch/arm/boot/dts/samsung/s3c6410-mini6410.dts | 2 +- arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi | 12 +- arch/arm/boot/dts/samsung/s5pv210-smdkv210.dts | 2 +- 13 files changed, 1480 insertions(+), 24 deletions(-) create mode 100644 arch/arm/boot/dts/samsung/exynos4212-tab3-3g8.dts create mode 100644 arch/arm/boot/dts/samsung/exynos4212-tab3-lte8.dts create mode 100644 arch/arm/boot/dts/samsung/exynos4212-tab3-wifi8.dts create mode 100644 arch/arm/boot/dts/samsung/exynos4212-tab3.dtsi