From patchwork Sat Mar 4 08:43:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Svyatoslav Ryhel X-Patchwork-Id: 659061 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DBCE8C6FA9E for ; Sat, 4 Mar 2023 08:43:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229660AbjCDInr (ORCPT ); Sat, 4 Mar 2023 03:43:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55192 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229471AbjCDInq (ORCPT ); Sat, 4 Mar 2023 03:43:46 -0500 Received: from mail-lj1-x232.google.com (mail-lj1-x232.google.com [IPv6:2a00:1450:4864:20::232]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9F34B14E8E; Sat, 4 Mar 2023 00:43:43 -0800 (PST) Received: by mail-lj1-x232.google.com with SMTP id g18so4676143ljl.3; Sat, 04 Mar 2023 00:43:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1677919422; 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=06lwnFseIDwVeMprn2XahyYHioghioWL+lWZtjIC4y4=; b=dRRkPgqLFSzffbL51BFS+Ah8RfS5rlSGXU+EIx1Sc3pYS8PIU2T/iZMj0wo6xxqyhP oQeJDKrgpaDSKEMposgg7abrP6TZziiRYSCnwUO9fOxng+GbdPBpN3A5z+puOXbQ6pIX U9rnWO5CZwjH0cPMEHTmCuiE3fj7+Sa+iN0DktpJUlsga47On7tl9d3msRKIYs2+VyRQ Bge1sSO1ILPxcQWmKyzBUUct56e1UW3pmwuigBoyjVgh98jHTmwEnxUUAuNWt8/Qqb0N kOAmUDq3ojXmOIY/PI8fKk35MuQEHBRDjQqMZPRhff7oyrHx0MTfBQcKRMDPugLi11NE aLMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677919422; 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=06lwnFseIDwVeMprn2XahyYHioghioWL+lWZtjIC4y4=; b=317oj1mBC7UHmt15YqqM8SuItAkJ8SpWfXAzN1BpUi3z9DwB8Oa+i+cTBy7zGUsEc/ hUfg03qRVtwajFLHDB7fPl8yFcSHfxbTlECcUZn3PfR4JPqM0YO4Wh1D6cAgMP2zYxWq DBzsb7TEJRV3PLbhWQBYqMfKBEU9FJ1p5nbO+HLDfxd39ACOaYZ5opvOipPZkFlIAqXg RSBtfuvTiQODfmVeqXECRXMYss3i8ED3CtXdZmfgAtY5idJpfPOLUNKO1vNCTi5jCwBm Pq+ryKIYS8Rd51aPCBcpkUgj7BlqCQ+RqlvTy6skrJNkNVrX1ZLn2EhKj3URVAJU5Air i3bw== X-Gm-Message-State: AO0yUKXoE3pkoHMw3CbaARbWHC65EsPcJ2Rx0FlPKqjO3vrG65P+EDzf qna3wC0G6robArj94Fe9REk= X-Google-Smtp-Source: AK7set/KECv1RelCDLwE2rp6bGS2JJPR7g50iioDkpD77hIc7Bv0YNeAGZNY4zwjJYU5sFL0iUMQvQ== X-Received: by 2002:a2e:8015:0:b0:295:9074:7c4c with SMTP id j21-20020a2e8015000000b0029590747c4cmr1381306ljg.45.1677919421885; Sat, 04 Mar 2023 00:43:41 -0800 (PST) Received: from xeon.. ([188.163.112.76]) by smtp.gmail.com with ESMTPSA id u5-20020a2ea165000000b00293cc5f83b4sm693575ljl.27.2023.03.04.00.43.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Mar 2023 00:43:41 -0800 (PST) From: Svyatoslav Ryhel To: Rob Herring , Krzysztof Kozlowski , Thierry Reding , Jonathan Hunter , Svyatoslav Ryhel , Maxim Schwalm , Dmitry Osipenko Cc: devicetree@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 1/5] ARM: tegra: Add labels to tegra30.dtsi Date: Sat, 4 Mar 2023 10:43:15 +0200 Message-Id: <20230304084319.18424-2-clamor95@gmail.com> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20230304084319.18424-1-clamor95@gmail.com> References: <20230304084319.18424-1-clamor95@gmail.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Michał Mirosław Add phandle names for memory/I2C/SPI/USB/SDMMC controller nodes to allow for cleaner device descriptions. Signed-off-by: Michał Mirosław Signed-off-by: Dmitry Osipenko Signed-off-by: Svyatoslav Ryhel --- arch/arm/boot/dts/tegra30.dtsi | 36 +++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi index 9dab8d2c158a..1cdc64fa1463 100644 --- a/arch/arm/boot/dts/tegra30.dtsi +++ b/arch/arm/boot/dts/tegra30.dtsi @@ -655,7 +655,7 @@ rtc@7000e000 { clocks = <&tegra_car TEGRA30_CLK_RTC>; }; - i2c@7000c000 { + i2c1: i2c@7000c000 { compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c"; reg = <0x7000c000 0x100>; interrupts = ; @@ -671,7 +671,7 @@ i2c@7000c000 { status = "disabled"; }; - i2c@7000c400 { + i2c2: i2c@7000c400 { compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c"; reg = <0x7000c400 0x100>; interrupts = ; @@ -687,7 +687,7 @@ i2c@7000c400 { status = "disabled"; }; - i2c@7000c500 { + i2c3: i2c@7000c500 { compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c"; reg = <0x7000c500 0x100>; interrupts = ; @@ -703,7 +703,7 @@ i2c@7000c500 { status = "disabled"; }; - i2c@7000c700 { + i2c4: i2c@7000c700 { compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c"; reg = <0x7000c700 0x100>; interrupts = ; @@ -719,7 +719,7 @@ i2c@7000c700 { status = "disabled"; }; - i2c@7000d000 { + i2c5: i2c@7000d000 { compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c"; reg = <0x7000d000 0x100>; interrupts = ; @@ -735,7 +735,7 @@ i2c@7000d000 { status = "disabled"; }; - spi@7000d400 { + spi1: spi@7000d400 { compatible = "nvidia,tegra30-slink"; reg = <0x7000d400 0x200>; interrupts = ; @@ -751,7 +751,7 @@ spi@7000d400 { status = "disabled"; }; - spi@7000d600 { + spi2: spi@7000d600 { compatible = "nvidia,tegra30-slink"; reg = <0x7000d600 0x200>; interrupts = ; @@ -767,7 +767,7 @@ spi@7000d600 { status = "disabled"; }; - spi@7000d800 { + spi3: spi@7000d800 { compatible = "nvidia,tegra30-slink"; reg = <0x7000d800 0x200>; interrupts = ; @@ -783,7 +783,7 @@ spi@7000d800 { status = "disabled"; }; - spi@7000da00 { + spi4: spi@7000da00 { compatible = "nvidia,tegra30-slink"; reg = <0x7000da00 0x200>; interrupts = ; @@ -799,7 +799,7 @@ spi@7000da00 { status = "disabled"; }; - spi@7000dc00 { + spi5: spi@7000dc00 { compatible = "nvidia,tegra30-slink"; reg = <0x7000dc00 0x200>; interrupts = ; @@ -815,7 +815,7 @@ spi@7000dc00 { status = "disabled"; }; - spi@7000de00 { + spi6: spi@7000de00 { compatible = "nvidia,tegra30-slink"; reg = <0x7000de00 0x200>; interrupts = ; @@ -1064,7 +1064,7 @@ tegra_i2s4: i2s@70080700 { }; }; - mmc@78000000 { + sdmmc1: mmc@78000000 { compatible = "nvidia,tegra30-sdhci"; reg = <0x78000000 0x200>; interrupts = ; @@ -1077,7 +1077,7 @@ mmc@78000000 { status = "disabled"; }; - mmc@78000200 { + sdmmc2: mmc@78000200 { compatible = "nvidia,tegra30-sdhci"; reg = <0x78000200 0x200>; interrupts = ; @@ -1088,7 +1088,7 @@ mmc@78000200 { status = "disabled"; }; - mmc@78000400 { + sdmmc3: mmc@78000400 { compatible = "nvidia,tegra30-sdhci"; reg = <0x78000400 0x200>; interrupts = ; @@ -1101,7 +1101,7 @@ mmc@78000400 { status = "disabled"; }; - mmc@78000600 { + sdmmc4: mmc@78000600 { compatible = "nvidia,tegra30-sdhci"; reg = <0x78000600 0x200>; interrupts = ; @@ -1112,7 +1112,7 @@ mmc@78000600 { status = "disabled"; }; - usb@7d000000 { + usb1: usb@7d000000 { compatible = "nvidia,tegra30-ehci"; reg = <0x7d000000 0x4000>; interrupts = ; @@ -1156,7 +1156,7 @@ phy1: usb-phy@7d000000 { status = "disabled"; }; - usb@7d004000 { + usb2: usb@7d004000 { compatible = "nvidia,tegra30-ehci"; reg = <0x7d004000 0x4000>; interrupts = ; @@ -1198,7 +1198,7 @@ phy2: usb-phy@7d004000 { status = "disabled"; }; - usb@7d008000 { + usb3: usb@7d008000 { compatible = "nvidia,tegra30-ehci"; reg = <0x7d008000 0x4000>; interrupts = ; From patchwork Sat Mar 4 08:43:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Svyatoslav Ryhel X-Patchwork-Id: 659060 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 66909C6FA99 for ; Sat, 4 Mar 2023 08:43:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229699AbjCDIns (ORCPT ); Sat, 4 Mar 2023 03:43:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55202 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229651AbjCDInq (ORCPT ); Sat, 4 Mar 2023 03:43:46 -0500 Received: from mail-lj1-x22f.google.com (mail-lj1-x22f.google.com [IPv6:2a00:1450:4864:20::22f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7A93014E90; Sat, 4 Mar 2023 00:43:45 -0800 (PST) Received: by mail-lj1-x22f.google.com with SMTP id y14so4660934ljq.4; Sat, 04 Mar 2023 00:43:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1677919424; 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=2cvh0M4miY/BiqN/UdWftX82fG+Lj6GlwYOBUkwznvo=; b=m1ToztVg71sF//PDkJ4aaec1p1ekpe4vM1Qq33sQPo64MSs2jYzSiYQomfzKLk7BYl 88hDn6JA/rRnl7AjHsK3civP46hb4J2M4x9k6b6nC9ZNnhM9zpzrKJoGGAC4f6yFk/mv gKC61jroGglFbpd4zsDvKr/q+1g1bGxHfjgOCkY3p2JeS3pmlp47SuUfQHQMxWW2QexG 9Spf59og2Kmld3Ku5a7rrocR1uEVqp/uoYO1V0vjZ043I2Eud1GETiUrdjCT54+yfF6L rtHWEXgZZMirf+2atu9BTQN+ajZ8q5ZlqowRMICIOyjLCZnBSV+BArHypbCsWqxxuL9j JAfQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677919424; 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=2cvh0M4miY/BiqN/UdWftX82fG+Lj6GlwYOBUkwznvo=; b=zxGl9Nk4CKTrGcAKoZuHqxI2Gjs7tbM7kn/PI3iZI6mxIEyZ+Oh+AEPw/+xUEkJ8J1 Fza1H+gXaLIZ4TBG6ZB8h4enJEM56My8XqbmHwo8+7bo5gE9LzPIIyRVL1dCZLvkpxZu vtzyeGz/Cb0hg4MVVr/VtCyHDTfQrAYAm5/1gKxjE2inlWnXboIhRh0vBUBeNBncLGb+ P5YRx642I99iDG1HlOsy+st8SzmPMVSnFbM3vYSLsxuezbeIA58IZVc740se0q4AqQeH IlzUfHBuny+6Klq0QxMUkCsYxlQ+AGG8Kg0g+UY1uRj6nd3VIAB7fWuwVk7o84/GlyUw eK8w== X-Gm-Message-State: AO0yUKWqq0DI+APQp+zaa00JIzMVNOQ2u+2meiDt8jCuRzc6AYJNa/+J PKLwwuyyminDkBizMk/9n2zLQPZQdo8= X-Google-Smtp-Source: AK7set8/zLn/KQKDsTNXArki7yWZ4e/yRiyPsJZcALWB7N1eOVwB/wRHbJV6j1lNM/OzckIqnQYVWg== X-Received: by 2002:a2e:9d51:0:b0:295:8a9b:d8d6 with SMTP id y17-20020a2e9d51000000b002958a9bd8d6mr1350936ljj.4.1677919423679; Sat, 04 Mar 2023 00:43:43 -0800 (PST) Received: from xeon.. ([188.163.112.76]) by smtp.gmail.com with ESMTPSA id u5-20020a2ea165000000b00293cc5f83b4sm693575ljl.27.2023.03.04.00.43.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Mar 2023 00:43:43 -0800 (PST) From: Svyatoslav Ryhel To: Rob Herring , Krzysztof Kozlowski , Thierry Reding , Jonathan Hunter , Svyatoslav Ryhel , Maxim Schwalm , Dmitry Osipenko Cc: devicetree@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 3/5] ARM: tegra: transformer: use labels for mmc in aliases Date: Sat, 4 Mar 2023 10:43:17 +0200 Message-Id: <20230304084319.18424-4-clamor95@gmail.com> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20230304084319.18424-1-clamor95@gmail.com> References: <20230304084319.18424-1-clamor95@gmail.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Since mmc devices in common dtsi are labeled let's use labels for simpler comprehension of tree. Signed-off-by: Svyatoslav Ryhel --- arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi b/arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi index 08ea9cb32d0e..70f7f279fd35 100644 --- a/arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi +++ b/arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi @@ -12,9 +12,9 @@ / { chassis-type = "convertible"; aliases { - mmc0 = "/mmc@78000600"; /* eMMC */ - mmc1 = "/mmc@78000000"; /* uSD slot */ - mmc2 = "/mmc@78000400"; /* WiFi */ + mmc0 = &sdmmc4; /* eMMC */ + mmc1 = &sdmmc1; /* uSD slot */ + mmc2 = &sdmmc3; /* WiFi */ rtc0 = &pmic; rtc1 = "/rtc@7000e000"; From patchwork Sat Mar 4 08:43:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Svyatoslav Ryhel X-Patchwork-Id: 659059 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 03605C6FA99 for ; Sat, 4 Mar 2023 08:43:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229471AbjCDInu (ORCPT ); Sat, 4 Mar 2023 03:43:50 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55204 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229679AbjCDInr (ORCPT ); Sat, 4 Mar 2023 03:43:47 -0500 Received: from mail-lj1-x22d.google.com (mail-lj1-x22d.google.com [IPv6:2a00:1450:4864:20::22d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 42BB115CA9; Sat, 4 Mar 2023 00:43:46 -0800 (PST) Received: by mail-lj1-x22d.google.com with SMTP id z42so4605349ljq.13; Sat, 04 Mar 2023 00:43:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1677919424; 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=70ZWc+aPECVoIOGnXpdYWCEvBu+S9xi4hcK/1o5dA1g=; b=f+jiYGLCjdp88kte6Sr3DZVP2pNxla0i0slfaGRNUVkQPrYfPwWxwrWTpjwUeX1eAM eGAWpY9Lda33j+BmirHcvUWl5hkMyqJfUbc3H586O4PRuSv5n6WPy2yRRtd7Nx+LqfRK 6ozNIRBux/9q+KG/o7nMD3cz5UffR9v9RDQURSFcnaWM7SZ25vwrotT6CI9QJVtDnmph TLZo4O5NjUhgWKHZPJRmhmMkxEp8aogeLWwunUiAbLf6vA+egtjP5Hsg0db3uF/EJ7Zd P+lckVE4ClTCUDTY2PVqEms1cPKzDuodzsgTMEZK1egM8J7JTcrz+vOwLs0nd69RxvVg 8bEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677919424; 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=70ZWc+aPECVoIOGnXpdYWCEvBu+S9xi4hcK/1o5dA1g=; b=MeoNf/pDmo93uywQRROFKAJYBA68yiPgwihzgq7hAVRVQrdzdZWditRTynCsDRb626 X2ALXYKJ6iASot/Q1IVE9UeJNErjtO3DdwyVnhsLEaZAGStvluSoVAnlo7lg/qXq7+PS wP8IVPbqu7PsSbYLOXjHMOb+nqxcCnj6LTdIG6P+TcOsXknnViXqdRryZRb7gTunBELV s9T6DtHnPtVNRC+nzOBJwRd37etDpMPFkTkdwsGLcRh6Yih5bgQ46/r76RTxKokd0m0y nbqyJtKl9sOi0mfkYDhFGzQwZf1oc8SUO/30uwPdpb9vsv0Hfe4YJrA6X9KQncKmnN6+ 4CWQ== X-Gm-Message-State: AO0yUKUbEhG9FoKTzbEHKyyg+DcAAIcvOt4Mll6fZNBegB5XuJaWOCdZ 7v0AnKI1c7x9O4mHKC7zew8= X-Google-Smtp-Source: AK7set/QjskNvisTw7PCJzaFpS7u2g4mGSir56UAUiG88iga+Xb1BvwOpk3xpArRGz5Bd1I4ErXMNA== X-Received: by 2002:a05:651c:11c6:b0:293:591d:d859 with SMTP id z6-20020a05651c11c600b00293591dd859mr1164414ljo.17.1677919424557; Sat, 04 Mar 2023 00:43:44 -0800 (PST) Received: from xeon.. ([188.163.112.76]) by smtp.gmail.com with ESMTPSA id u5-20020a2ea165000000b00293cc5f83b4sm693575ljl.27.2023.03.04.00.43.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Mar 2023 00:43:44 -0800 (PST) From: Svyatoslav Ryhel To: Rob Herring , Krzysztof Kozlowski , Thierry Reding , Jonathan Hunter , Svyatoslav Ryhel , Maxim Schwalm , Dmitry Osipenko Cc: devicetree@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 4/5] ARM: tegra: asus-tf101: fix accelerometer mount matrix Date: Sat, 4 Mar 2023 10:43:18 +0200 Message-Id: <20230304084319.18424-5-clamor95@gmail.com> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20230304084319.18424-1-clamor95@gmail.com> References: <20230304084319.18424-1-clamor95@gmail.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Accelerometer mount matrix used in tf101 downstream is inverted. This new matrix was generated on actual device using calibration script, like on other transformers. Tested-by: Robert Eckelmann Signed-off-by: Svyatoslav Ryhel --- arch/arm/boot/dts/tegra20-asus-tf101.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/tegra20-asus-tf101.dts b/arch/arm/boot/dts/tegra20-asus-tf101.dts index c39ddb462ad0..588845965f99 100644 --- a/arch/arm/boot/dts/tegra20-asus-tf101.dts +++ b/arch/arm/boot/dts/tegra20-asus-tf101.dts @@ -577,9 +577,9 @@ accelerometer@f { vdd-supply = <&vdd_1v8_sys>; vddio-supply = <&vdd_1v8_sys>; - mount-matrix = "1", "0", "0", - "0", "1", "0", - "0", "0", "1"; + mount-matrix = "-1", "0", "0", + "0", "-1", "0", + "0", "0", "-1"; }; }; };