Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1474869
| From | Finley Xiao <finley.xiao@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v5 2/4] ARM: dts: rockchip: update compatible strings for Rockchip efuse |
| Date | 2016-09-02 05:20 +0200 |
| Message-ID | <scNbj-2kr-7@gated-at.bofh.it> (permalink) |
| References | <scNbj-2kr-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
---
arch/arm/boot/dts/rk3066a.dtsi | 2 +-
arch/arm/boot/dts/rk3188.dtsi | 2 +-
arch/arm/boot/dts/rk3288.dtsi | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/rk3066a.dtsi b/arch/arm/boot/dts/rk3066a.dtsi
index c0ba86c..5387cc8 100644
--- a/arch/arm/boot/dts/rk3066a.dtsi
+++ b/arch/arm/boot/dts/rk3066a.dtsi
@@ -162,7 +162,7 @@
};
efuse: efuse@20010000 {
- compatible = "rockchip,rockchip-efuse";
+ compatible = "rockchip,rk3066a-efuse";
reg = <0x20010000 0x4000>;
#address-cells = <1>;
#size-cells = <1>;
diff --git a/arch/arm/boot/dts/rk3188.dtsi b/arch/arm/boot/dts/rk3188.dtsi
index 31f81b2..869e189 100644
--- a/arch/arm/boot/dts/rk3188.dtsi
+++ b/arch/arm/boot/dts/rk3188.dtsi
@@ -147,7 +147,7 @@
};
efuse: efuse@20010000 {
- compatible = "rockchip,rockchip-efuse";
+ compatible = "rockchip,rk3188-efuse";
reg = <0x20010000 0x4000>;
#address-cells = <1>;
#size-cells = <1>;
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
index cd33f01..0eadb96 100644
--- a/arch/arm/boot/dts/rk3288.dtsi
+++ b/arch/arm/boot/dts/rk3288.dtsi
@@ -1073,7 +1073,7 @@
};
efuse: efuse@ffb40000 {
- compatible = "rockchip,rockchip-efuse";
+ compatible = "rockchip,rk3288-efuse";
reg = <0xffb40000 0x20>;
#address-cells = <1>;
#size-cells = <1>;
--
2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v5 0/4] nvmem: rockchip-efuse: support more rockchip SoCs Finley Xiao <finley.xiao@rock-chips.com> - 2016-09-02 05:20 +0200
[PATCH v5 2/4] ARM: dts: rockchip: update compatible strings for Rockchip efuse Finley Xiao <finley.xiao@rock-chips.com> - 2016-09-02 05:20 +0200
Re: [PATCH v5 2/4] ARM: dts: rockchip: update compatible strings for Rockchip efuse Heiko Stübner <heiko@sntech.de> - 2016-09-02 17:50 +0200
[PATCH v5 4/4] nvmem: rockchip-efuse: add rk3399-efuse support Finley Xiao <finley.xiao@rock-chips.com> - 2016-09-02 05:20 +0200
Re: [PATCH v5 4/4] nvmem: rockchip-efuse: add rk3399-efuse support Doug Anderson <dianders@chromium.org> - 2016-09-02 06:00 +0200
[PATCH v5 1/4] nvmem: rockchip-efuse: update compatible strings for Rockchip efuse Finley Xiao <finley.xiao@rock-chips.com> - 2016-09-02 05:30 +0200
csiph-web