dts: nordic: Fix vendor prefix for flash controller

The vendor prefix for the flash controller should be "nordic," not
"nrf,".

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-01-14 16:37:23 -06:00 committed by Kumar Gala
commit 0891ad4362
7 changed files with 7 additions and 7 deletions

View file

@ -15,7 +15,7 @@
};
flash-controller@4001E000 {
compatible = "nrf,nrf51-flash-controller";
compatible = "nordic,nrf51-flash-controller";
reg = <0x4001E000 0x518>;
#address-cells = <1>;

View file

@ -15,7 +15,7 @@
};
flash-controller@4001E000 {
compatible = "nrf,nrf52-flash-controller";
compatible = "nordic,nrf52-flash-controller";
reg = <0x4001E000 0x550>;
#address-cells = <1>;

View file

@ -15,7 +15,7 @@
};
flash-controller@4001E000 {
compatible = "nrf,nrf52-flash-controller";
compatible = "nordic,nrf52-flash-controller";
reg = <0x4001E000 0x550>;
#address-cells = <1>;

View file

@ -15,7 +15,7 @@
};
flash-controller@4001E000 {
compatible = "nrf,nrf52-flash-controller";
compatible = "nordic,nrf52-flash-controller";
reg = <0x4001E000 0x550>;
#address-cells = <1>;

View file

@ -5,7 +5,7 @@
*/
flash_controller: flash-controller@39000 {
compatible = "nrf,nrf91-flash-controller";
compatible = "nordic,nrf91-flash-controller";
reg = <0x39000 0x1000>;
#address-cells = <1>;

View file

@ -10,6 +10,6 @@ inherits:
properties:
compatible:
constraint: "nrf,nrf51-flash-controller"
constraint: "nordic,nrf51-flash-controller"
...

View file

@ -10,6 +10,6 @@ inherits:
properties:
compatible:
constraint: "nrf,nrf52-flash-controller"
constraint: "nordic,nrf52-flash-controller"
...