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:
parent
8f52956905
commit
0891ad4362
7 changed files with 7 additions and 7 deletions
|
@ -15,7 +15,7 @@
|
|||
};
|
||||
|
||||
flash-controller@4001E000 {
|
||||
compatible = "nrf,nrf52-flash-controller";
|
||||
compatible = "nordic,nrf52-flash-controller";
|
||||
reg = <0x4001E000 0x550>;
|
||||
|
||||
#address-cells = <1>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue