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,nrf52-flash-controller";
compatible = "nordic,nrf52-flash-controller";
reg = <0x4001E000 0x550>;
#address-cells = <1>;