mirror of
https://github.com/torvalds/linux.git
synced 2026-09-27 11:02:03 +02:00
ARM: dts: ti: Add specific compatibles for SCM conf nodes
writing-bindings.rst rules dictate that "syscon" must come with a specific compatible identifying the register layout. Add specific compatibles for these devices. This also allows to solve a different problem: "syscon" is contradictory to "simple-bus". A system controller with registers having their own functions is not really a trivial MMIO simple bus. These two cannot be used together, unless listed as an exception. Reviewed-by: Andreas Kemnade <andreas@kemnade.info> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Link: https://patch.msgid.link/20260608-n-dt-bindings-simple-bus-syscon-v3-3-4eba9ec1212a@oss.qualcomm.com Signed-off-by: Kevin Hilman (TI) <khilman@baylibre.com>
This commit is contained in:
parent
0f44a4dba7
commit
68f994ec51
|
|
@ -308,7 +308,7 @@ am33xx_pinmux: pinmux@800 {
|
|||
};
|
||||
|
||||
scm_conf: scm_conf@0 {
|
||||
compatible = "syscon", "simple-bus";
|
||||
compatible = "ti,am3352-scm-conf", "syscon", "simple-bus";
|
||||
reg = <0x0 0x800>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
|
|||
|
|
@ -301,7 +301,7 @@ am43xx_pinmux: pinmux@800 {
|
|||
};
|
||||
|
||||
scm_conf: scm_conf@0 {
|
||||
compatible = "syscon", "simple-bus";
|
||||
compatible = "ti,am4372-scm-conf", "syscon", "simple-bus";
|
||||
reg = <0x0 0x800>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
|
|||
|
|
@ -432,7 +432,7 @@ control: control@140000 {
|
|||
ranges = <0 0x140000 0x20000>;
|
||||
|
||||
scm_conf: scm_conf@0 {
|
||||
compatible = "syscon", "simple-bus";
|
||||
compatible = "ti,dm814-scm-conf", "syscon", "simple-bus";
|
||||
reg = <0x0 0x800>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ dm816x_pinmux: pinmux@800 {
|
|||
|
||||
/* Device Configuration Registers */
|
||||
scm_conf: syscon@600 {
|
||||
compatible = "syscon", "simple-bus";
|
||||
compatible = "ti,dm8168-scm-conf", "syscon", "simple-bus";
|
||||
reg = <0x600 0x110>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ scm: scm@0 {
|
|||
ranges = <0 0 0x2000>;
|
||||
|
||||
scm_conf: scm_conf@0 {
|
||||
compatible = "syscon", "simple-bus";
|
||||
compatible = "ti,dra7-scm-conf", "syscon", "simple-bus";
|
||||
reg = <0x0 0x1400>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ omap2430_pmx: pinmux@30 {
|
|||
};
|
||||
|
||||
scm_conf: scm_conf@270 {
|
||||
compatible = "syscon",
|
||||
compatible = "ti,omap2-scm-conf", "syscon",
|
||||
"simple-bus";
|
||||
reg = <0x270 0x240>;
|
||||
#address-cells = <1>;
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ omap3_pmx_core: pinmux@30 {
|
|||
};
|
||||
|
||||
scm_conf: scm_conf@270 {
|
||||
compatible = "syscon", "simple-bus";
|
||||
compatible = "ti,omap3-scm-conf", "syscon", "simple-bus";
|
||||
reg = <0x270 0x330>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
|
|||
|
|
@ -681,7 +681,7 @@ omap4_pmx_core: pinmux@40 {
|
|||
};
|
||||
|
||||
omap4_padconf_global: omap4_padconf_global@5a0 {
|
||||
compatible = "syscon",
|
||||
compatible = "ti,omap4-sysc-padconf-global", "syscon",
|
||||
"simple-bus";
|
||||
reg = <0x5a0 0x170>;
|
||||
#address-cells = <1>;
|
||||
|
|
|
|||
|
|
@ -96,8 +96,7 @@ omap5_pmx_core: pinmux@40 {
|
|||
};
|
||||
|
||||
omap5_padconf_global: omap5_padconf_global@5a0 {
|
||||
compatible = "syscon",
|
||||
"simple-bus";
|
||||
compatible = "ti,omap5-sysc-padconf-global", "syscon", "simple-bus";
|
||||
reg = <0x5a0 0xec>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
@ -2311,7 +2310,8 @@ omap5_scm_wkup_pad_conf: omap5_scm_wkup_pad_conf@da0 {
|
|||
ranges = <0 0 0x60>;
|
||||
|
||||
scm_wkup_pad_conf: scm_conf@0 {
|
||||
compatible = "syscon", "simple-bus";
|
||||
compatible = "ti,omap5-scm-wkup-conf",
|
||||
"syscon", "simple-bus";
|
||||
reg = <0x0 0x60>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user