Commit 8771ce5e authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Neil Armstrong
Browse files

arm64: dts: meson: align SPI NOR node name with dtschema

parent 085f7a29
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -416,7 +416,7 @@
	pinctrl-names = "default";
	status = "okay";

	gd25lq128: spi-flash@0 {
	gd25lq128: flash@0 {
		compatible = "jedec,spi-nor";
		#address-cells = <1>;
		#size-cells = <1>;
+1 −1
Original line number Diff line number Diff line
@@ -298,7 +298,7 @@
	pinctrl-0 = <&nor_pins>;
	pinctrl-names = "default";

	w25q32: spi-flash@0 {
	w25q32: flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "jedec,spi-nor";
+1 −1
Original line number Diff line number Diff line
@@ -284,7 +284,7 @@
	pinctrl-0 = <&nor_pins>;
	pinctrl-names = "default";

	nor_4u1: spi-flash@0 {
	nor_4u1: flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "jedec,spi-nor";
+1 −1
Original line number Diff line number Diff line
@@ -374,7 +374,7 @@
	pinctrl-0 = <&nor_pins>;
	pinctrl-names = "default";

	w25q32: spi-flash@0 {
	w25q32: flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "winbond,w25q16", "jedec,spi-nor";
+1 −1
Original line number Diff line number Diff line
@@ -458,7 +458,7 @@
	pinctrl-0 = <&nor_pins>;
	pinctrl-names = "default";

	w25q128: spi-flash@0 {
	w25q128: flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "winbond,w25q128fw", "jedec,spi-nor";
Loading