From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Mon, 19 Mar 2018 16:44:50 -0700 Subject: [PATCH] ARM64: dts: meson-gx: make efuse read-only In-Reply-To: <20180316145021.8517-1-jbrunet@baylibre.com> (Jerome Brunet's message of "Fri, 16 Mar 2018 15:50:21 +0100") References: <20180316145021.8517-1-jbrunet@baylibre.com> Message-ID: <7h370vsk99.fsf@baylibre.com> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org Jerome Brunet writes: > efuse is one time programmable, so it is safer to deny write request > to this memory, unless the user is savvy enough to remove the read-only > flag from DTB > > Signed-off-by: Jerome Brunet Applied to v4.17/dt64, Thanks, Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Mon, 19 Mar 2018 16:44:50 -0700 Subject: [PATCH] ARM64: dts: meson-gx: make efuse read-only In-Reply-To: <20180316145021.8517-1-jbrunet@baylibre.com> (Jerome Brunet's message of "Fri, 16 Mar 2018 15:50:21 +0100") References: <20180316145021.8517-1-jbrunet@baylibre.com> Message-ID: <7h370vsk99.fsf@baylibre.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Jerome Brunet writes: > efuse is one time programmable, so it is safer to deny write request > to this memory, unless the user is savvy enough to remove the read-only > flag from DTB > > Signed-off-by: Jerome Brunet Applied to v4.17/dt64, Thanks, Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH] ARM64: dts: meson-gx: make efuse read-only Date: Mon, 19 Mar 2018 16:44:50 -0700 Message-ID: <7h370vsk99.fsf@baylibre.com> References: <20180316145021.8517-1-jbrunet@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <20180316145021.8517-1-jbrunet@baylibre.com> (Jerome Brunet's message of "Fri, 16 Mar 2018 15:50:21 +0100") Sender: linux-kernel-owner@vger.kernel.org To: Jerome Brunet Cc: Carlo Caione , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org Jerome Brunet writes: > efuse is one time programmable, so it is safer to deny write request > to this memory, unless the user is savvy enough to remove the read-only > flag from DTB > > Signed-off-by: Jerome Brunet Applied to v4.17/dt64, Thanks, Kevin